Mercurial > masqmail
diff docs/simple-relay-setup @ 223:9814e75de61c
updated docs to STARTTLS wrappers
author | meillo@marmaro.de |
---|---|
date | Fri, 23 Jul 2010 11:18:20 +0200 |
parents | 3dff59a4e764 |
children | f10a56dc7481 |
line wrap: on
line diff
--- a/docs/simple-relay-setup Fri Jul 23 10:57:53 2010 +0200 +++ b/docs/simple-relay-setup Fri Jul 23 11:18:20 2010 +0200 @@ -38,8 +38,12 @@ # where to relay to; the address and port of the smart host mail_host = "mail.gmx.net:25" - # use the wrapper to enable encryption - #wrapper = "openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" + # use a wrapper to enable encryption + # for STARTTLS on port 25: + #instant_helo=true + #wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect mail.gmx.net:25 2>/dev/null" + # for SMTP over SSL on port 465: + #wrapper = "/usr/bin/openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" do_correct_helo = true