• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Resolved mail() no longer working after Plesk Obsidian 18.0.21 Update 3

zoldos

Basic Pleskian
My PHP 7.3.11 mail() function worked perfectly last night, but it appears after the Plesk Obsidian 18.0.21 Update 3, it no longer does. This is from my Ubuntu 16.04 mail.log right as I attempted to send a mail:

Code:
[Nov 25 15:43:44 condor1310 check-quota[5553]: Starting the check-quota filter...
Nov 25 15:43:44 condor1310 plesk sendmail[5552]: handlers_stderr: SKIP
Nov 25 15:43:44 condor1310 plesk sendmail[5552]: SKIP during call 'check-quota' handler
Nov 25 15:48:01 condor1310 check-quota[6103]: Starting the check-quota filter...
Nov 25 15:48:01 condor1310 plesk sendmail[6102]: handlers_stderr: SKIP
Nov 25 15:48:01 condor1310 plesk sendmail[6102]: SKIP during call 'check-quota' handler
Nov 25 15:58:29 condor1310 check-quota[7224]: Starting the check-quota filter...
Nov 25 15:58:29 condor1310 plesk sendmail[7223]: handlers_stderr: SKIP
Nov 25 15:58:29 condor1310 plesk sendmail[7223]: SKIP during call 'check-quota' handler
Nov 25 16:15:03 condor1310 check-quota[9166]: Starting the check-quota filter...
Nov 25 16:15:03 condor1310 plesk sendmail[9165]: handlers_stderr: SKIP
Nov 25 16:15:03 condor1310 plesk sendmail[9165]: SKIP during call 'check-quota' handler

Help please!
 
Hello Zoldos,

what MTA are you using: postfix or qmail ?
i don't see its invocation in these logs.

could you please provide an output of the command below:
plesk version ; dpkg -l|egrep -i 'qmail|postfix|dovecot|courier'

is your MTA running ?
you can check that by execution systemctl status qmail or systemctl status postfix (depends what exectly you use)
 
Thanks for the reply! Turns out Postfix wasn't running. I restarted it, and bam, everything worked! :D
 
Back
Top