Gerard: > I use fetchmail to harvest mail from a couple of accounts. I added this > to the main.cf file and fetchmail stopped delivering mail. > > smtpd_tls_security_level = encrypt > > This was the error message: > > fetchmail: SMTP error: 530 5.7.0 Must issue a STARTTLS command first > fetchmail: SMTP server requires STARTTLS, keeping message.
/etc/postfix/master.cf: 192.168.1.1:smtp inet n - - - - smtpd 127.0.0.1:smtp inet n - - - - smtpd -o smtpd_tls_security_level=may > I then added this to the main.cf file: > > smtpd_sasl_exceptions_networks = localhost That controls SASL not TLS. Wietse