Articles in this section

Unable to send mail from Plesk server: deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Plesk for Linux kb: technical ext: kolab

Applicable to:

  • Plesk for Linux

Symptoms

  • Unable to send emails. The following error is found on /var/log/maillog:

    CONFIG_TEXT: status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

  • There are packages to be installed at Plesk > Extensions > Plesk Email Security. However, after installing them, amavisd is still not installed:

    # rpm -qa | grep amavisd
    #

Cause

The amavisd package is missing.

Resolution

  1. Connect to the server via SSH.

  2. Install amavisd:

    # yum install amavisd-new

  3. Enable and start amavisd:

    # systemctl enable amavisd && systemctl start amavisd

  4. Restart Postfix:

    # systemctl restart postfix

  5. Requeue deferred emails:

    # postqueue -f

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.