nobody73:
> Hi !
> I have a postfix server i'd use as mobile user wherever i may be.
> It has a static public ip/28 network interface and i want smtp to use
> sasl/ssl authenticated connection with its relay_host provider and no
> authentication for smtpd but still ssl .
> this is my main.cf:

Unfortunately, you must configure SASL authentication or TLS
certificate authentication with smtpd, otherwise your server will
be mis-used as an open relay.

http://www.postfix.org/postconf.5.html#permit_sasl_authenticated
http://www.postfix.org/SASL_README.html

http://www.postfix.org/postconf.5.html#permit_tls_clientcerts
http://www.postfix.org/TLS_README.html

        Wietse

Reply via email to