Some times qmail not deliver mails, due to connection issue, in that case we can force qmail to send mails forcefully with following command.
This will send alarm signal to mail send.
kill -ALRM `ps ax | grep [q]mail-send | awk '{print $1}'`
Source : Plesk support
This will send alarm signal to mail send.
kill -ALRM `ps ax | grep [q]mail-send | awk '{print $1}'`
Source : Plesk support
No comments:
Post a Comment