• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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