Problem with e-mails

Discussion in 'Technical' started by João Varanda, Sep 19, 2018.

  1. João Varanda

    João Varanda New Member

  2. So your issue resolved with the help of above given kb that you shared ? In that kb I see only advised to restart the postfix and amavisd-new services to me this seems related to port blocking or busy.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    To find out why that happens, you need to examine the logs to see what has stopped. Or maybe check which of amavis, postfix is not running.
    If both are running and nothing in the logs, you can check the deferred mails to see if they are somehow being deferred for some reason. Use command
    Code:
    postcat /var/spool/postfix/deferred/...
    where ... is for the mail ID you can see from mail log or just read all the mails in the deferred directory tree.
     

Share This Page