Wietse Venema:
> Ruben Safir:
> > UNDER main.cf I have this:
> > 
> > smtpd_data_restrictions = reject_unauth_pipelining, permit
> > 
> > ############################################################
> > # SASL stuff
> > ############################################################
> ...
> > smtpd_sasl_auth_enable = yes
> 
> Note, SASL is enabled in main.cf, but can be disabled in master.cf
> with per-service "-o smtpd_sasl_auth_enable=no" overrides.
> 
> > I don't see sasl on telnet
> > 
> > www2:/etc/postfix # telnet www2.mrbrklyn.com 587
> > Trying 96.57.23.82...
> > Connected to www2.mrbrklyn.com.
> > Escape character is '^]'.
> > 220 mrbrklyn.com ESMTP
> > EHLO client flatbush.mrbrklyn.com
> > 250-mrbrklyn.com
> > 250-PIPELINING
> > 250-SIZE
> > 250-ETRN
> > 250-STARTTLS
> > 250-ENHANCEDSTATUSCODES
> > 250-8BITMIME
> > 250 DSN
> 
> Good. I suppose there is a "-o smtpd_sasl_auth_enable=no" setting
> for this service in master.cf. That's fine.
> 
> Now we need to make sure that spanhaus etc. aren't enforced for the
> submission service (and smtpd, of enabled).

That should be (and smtps, if enabled).

        Wietse

Reply via email to