This is a discussion on Re: exception to tls and sasl with postfix within the mailing.postfix.users forums, part of the Mail Servers and Related category; * Peter Marshall <peter.marshall@caris.com>: > I am still stuck on this. > > Basically what I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Peter Marshall <peter.marshall@caris.com>:
> I am still stuck on this. > > Basically what I want is to force TLS and sasl on everyone who wants to > send mail using my mail server except internal users. Does anyone know > how to do this. I have googled arround a lot, and am still not able to > find a solution. This setup is described in our book. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination Now require TSL when SASL is to be used: http://www.postfix.org/TLS_README.html#server_tls_auth smtpd_tls_auth_only = yes That's it. -- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) spamtrap@charite.de http://www.postfix-book.com/ Tel. +49 (0)30-450 570-155 |