Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
- In an attempt to send or receive an email the process fails with the following error message in the
/var/log/maillog
file:CONFIG_TEXT: postfix/smtpd[1742]: warning: connect to Milter service inet:127.0.0.1:12345: Connection refused
Cause
MagicSpam extension was removed previously, however its leftovers exist in Postfix /etc/postfix/main.cf
configuration file.
Resolution
- Log into the server via SSH.
- Create a backup for the
/etc/postfix/main.cf
file:
# cp -pr /etc/postfix/main.cf /etc/postfix/main.cf.back
- Using the vi text editor open the
/etc/postfix/main.cf
file. - Find the line below and change it from:
CONFIG_TEXT: smtpd_milters = , inet:127.0.0.1:12768 inet:127.0.0.1:12345
To
CONFIG_TEXT: smtpd_milters = , inet:127.0.0.1:12768
- Save changes.
- Restart Postfix to apply the changes:
# service postfix restart
Comments
0 comments
Please sign in to leave a comment.