• 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.

sendmail not found, can anyone provide?

U

ukbonkers

Guest
Hi,

I have a problem with cron jobs not sending an email notification and trying to fix/diagnose the problem.

Can you tell me if this file should exist on my server

/usr/sbin/sendmail

After doing a test i get

/var$ echo test | mail [email protected]

/usr/sbin/sendmail: No such file or directory

I may be wrong, but this file does not exist, and i presume is needed for the mailing function to work correctly.

If it is the case can you send me one from a default installation?

Thanks in advance

Bob
 
Run this command at the prompt:
ln -s /usr/local/psa/qmail/bin/sendmail /usr/sbin/sendmail
This will create a copy of sendmail in the /usr/sbin directory.
 
Thanks!

Thanks for the help you pointed me in the right direction. The path you specified to sendmail did not exist. But after doing a find sendmail i located a copy in /var/qmail/bin/.

My Cron Jobs are now sending email notifications.

Thanks again..
Bob
 
Back
Top