Quote:
Originally Posted by Mark_NL
at first postfix is configged to use amavis etc .. now that those are not running anymore, postfix will start throwing errors in the logs (see /var/log/mail.log)
|
These are the kind of errors I'm getting in mail.log:
Code:
Jul 3 11:55:01 prod postfix/smtpd[17713]: connect from localhost.localdomain[127.0.0.1]
Jul 3 11:55:01 prod postfix/smtpd[17713]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
Jul 3 11:55:01 prod postfix/smtpd[17713]: disconnect from localhost.localdomain[127.0.0.1]
Jul 3 11:55:39 prod postfix/qmgr[2373]: 1F3331CF1EE: from=<********************>, size=305, nrcpt=1 (queue active)
Jul 3 11:55:39 prod postfix/smtp[17896]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Jul 3 11:55:39 prod postfix/smtp[17896]: 1F3331CF1EE: to=<*****************>, relay=none, delay=1158, delays=1158/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Quote:
Originally Posted by Mark_NL
i think with "dpkg-reconfigure postfix" you can solve this.
just select the appropriate option
|
I tried running
dpkg-reconfigure postfix, but there was no option regarding amavis. After completing the reconfigure process (with defaults), the file /etc/postfix/main.cf has not changed. What options should I look out for?