On 10/11/2012 04:01 PM, Wietse Venema wrote:
Frank Bonnet:
[ Charset ISO-8859-1 unsupported, converting... ]
On 10/11/2012 10:40 AM, Frank Bonnet wrote:
hello
I would like to set up a small auxiliary mail server.
I would like it use STARTTLS + SASL AUTH to send
and SMTP without STARTTLS to receive emails.
Do I have to use
smtp_use_tls = yes
and
smtpd_use_tls = no
to be able to configure this ?
thank you
I forgot to write I would like to
use the submission port to send
The _use_tls paremeters are obsolete.
To turn on SASL for sending mail:
http://www.postfix.org/SASL_README.html#client_sasl_enable
To turn on TLS for sending mail:
http://www.postfix.org/TLS_README.html#client_tls
To turn on TLS for receiving mail:
http://www.postfix.org/TLS_README.html#server_tls
If there's information missing it can be fixed.
Wietse
Wietse
Thank you !