Gerard:
> On Wed, 9 Sep 2009 15:30:22 -0400 (EDT)
> wie...@porcupine.org (Wietse Venema) wrote:
> 
> > 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
> 
> I had to modify that slightly and use 192.168.1.103 instead. I received
> an error about not being able to bind to the address.
> 
> Unfortunately, there still seems to be a problem. The clamav-milter is
> now apparently not working correctly.

Use Victor's suggestion instead.

smtpd_tls_security_level = may
smtpd_client_restrictions = permit_mynetworks, reject_plaintext_session

        Wietse

Reply via email to