On 10/11/2012 11:26 AM, Reindl Harald wrote:
Am 11.10.2012 11:22, schrieb Frank Bonnet:
On 10/11/2012 10:53 AM, Reindl Harald wrote:
Am 11.10.2012 10:40, schrieb Frank Bonnet:
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
smtp_* is always the smtp-client of your server
delivering messages to MX of the RCPT
smtpd_* is your smtpd
you mean ?
smtp_use_tls = no
smtpd_use_tls = yes
your decision
in my opinion it is pretty useless to receive messages ecnrypted
via smtpd and deliver unencrypted to the final RCPT, so both
i only explained the difference between smtpd_* and smtp_*
OK thank you