On 11/11/2009 3:03 PM, Cameron Smith wrote:
I have a mail server on my lan and I want it to route mail sent from it
through my mail gateway. It was working with smtp and mail headers were
showing that route.
Then I tried to move to smtps and I can send but the mail is no longer
routing to the gateway, it is sending directly from the mailserver.
What do I need to change?
Thanks,
Cameron
[please don't top post]
The standard postfix smtp client supports STARTTLS encryption
automatically if postfix is built with TLS support.
http://www.postfix.org/TLS_README.html#client_tls_levels
If you're trying to use the deprecated smtps TLS wrappermode,
postfix doesn't do that by itself. Here's a workaround:
http://www.postfix.org/TLS_README.html#client_smtps
-- Noel Jones