Added this to /etc/postfix/master.cf on Leopard 10.5.5 running Postfix 2.4.3:
submission inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o content_filter=
-o smtpd_etrn_restrictions=reject
-o smtpd_client_restrictions=
-o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
This broke something, incoming mail is only queued now, with the following errors in the logs:
Nov 1 15:06:50 breeze postfix/qmgr[103]: 29C883350DD: from=, size=6351, nrcpt=1 (queue active)
Nov 1 15:06:50 breeze postfix/smtp[270]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Nov 1 15:06:50 breeze postfix/smtp[270]: 29C883350DD: to=, relay=none, delay=405, delays=405/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
The problem still persists even though I commented out the submission entry in master.cf and even restarted the server (to freshen up running services).
Looking at main.cf, it has "content_filter = smtp-amavis:[127.0.0.1]:10024".
However, doing `netstat -na|grep LISTEN|grep 10024` shows that amavis isn't listening.
If i do `postconf content_filter` I get "content_filter = smtp-amavis:[127.0.0.1]:10024".