Admin-Ahead Community

Linux => Control Panels => Plesk => Topic started by: joseletk on May 05, 2018, 10:41:02 pm

Title: Plesk Error: "Failed to open sendmail [/var/qmail/bin/sendmail] for execution."
Post by: joseletk on May 05, 2018, 10:41:02 pm
SYMPTOMS:

When I am trying to send a message from Webmail but the following error appears:

Code: [Select]
Failed to open sendmail [/var/qmail/bin/sendmail] for execution.
The same error is also seen in the log file located at /var/log/psa-horde/psa-horde.log.

SOLUTION:

There can be two reasons for this problem. Please check them:

- Make sure that *exec* or *open* functions are not disabled, i.e. not in listed in "disable_functions" directive in php.ini files. You can search for this using the grep command:

Code: [Select]
# grep -i disable_functions /etc/php.ini /etc/php.d/* /usr/local/etc/php.ini
To make sure that disable_functions do not affect webmail, you can comment out this line by putting a # symbol at the beginning of this line. Then restart Apache and try to send an email again. If this works, try disabling functions one by one, restarting Apache and checking mail sending through webmail each time.
==========================================================================