Pol Hallen:
> Hi all!
> 
> I forced postfix to uses smtpd_tls_auth_only = yes
> 
> but I need exclude TLS from 127.0.0.1
> 
> I known there's a change to do in master.cf but I don't know how resolve

To clone the submission service and set "smtpd_tls_auth_only=no"
for connections to 127.0.0.1:

/etc/postfix/master.cf
    127.0.0.1:submission ...same stuff as ordinary submission service...
        ... same stuff as ordinary submission service...
        -o smtpd_tls_auth_only=no

The procedure is similar for the "port 25" service.

        Wietse

Reply via email to