• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Default Data for Sendmail

Andrew_Pa

Regular Pleskian
Can somebody write the default data has the sendmail file (/usr/sbin/sendmail)

Because mine is empty and I don't know, if I did something or not...

I am using postfix.


Thank you very much!
 
# ll /usr/sbin/sendmail
lrwxrwxrwx 1 root root 21 Feb 5 01:10 /usr/sbin/sendmail -> /etc/alternatives/mta

It is symlink. In case of Qmail MTA:

# ll /etc/alternatives/mta
lrwxrwxrwx 1 root root 23 Feb 5 01:10 /etc/alternatives/mta -> /var/qmail/bin/sendmail
 
So I am input this line and I am OK?
# ll /usr/sbin/sendmail
lrwxrwxrwx 1 root root 21 Feb 5 01:10 /usr/sbin/sendmail -> /etc/alternatives/mta


Thank you Igor!
 
Last edited:
What do you mean "insert it too"? Insert to what?
For Postfix symlink should be:

# ll /etc/alternatives/mta
lrwxrwxrwx 1 root root 26 Nov 28 08:46 /etc/alternatives/mta -> /usr/sbin/sendmail.postfix
 
Thank you Igor and sorry for the questions. I edited before my message, so the confuse.

Tell me if I understand correct.

Inside the /usr/sbin/sendmail , I will input this
# ll /etc/alternatives/mta
lrwxrwxrwx 1 root root 26 Nov 28 08:46 /etc/alternatives/mta -> /usr/sbin/sendmail.postfix

Sorry again and thank you for your help!
 
Thank you Igor and sorry for the questions. I edited before my message, so the confuse.

Tell me if I understand correct.

Inside the /usr/sbin/sendmail , I will input this

Sorry again and thank you for your help!

No, you should not put anything inside /usr/sbin/sendmail. I do not understand for what you need to do it? Once again, in Plesk, file /usr/sbin/sendmail is just symbolic link to other file. It is base knowledge of Unix. Contact Support Team if you are not familiar with Linux or ask help of any Linux administrator.
 
Thank you very much Igor.

It's clear now. Everything is fine. The symbolic links are correct.

Thank you very much for your time and sorry for asking so many questions!
 
Back
Top