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
-
Connect to the server via SSH.
-
Install
amavisd
:# yum install amavisd-new
-
Enable and start
amavisd
:# systemctl enable amavisd && systemctl start amavisd
-
Restart Postfix:
# systemctl restart postfix
-
Requeue deferred emails:
# postqueue -f
Comments
0 comments
Please sign in to leave a comment.