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 diff
1.1 --- a/docs/simple-relay-setup Fri Jul 23 10:57:53 2010 +0200 1.2 +++ b/docs/simple-relay-setup Fri Jul 23 11:18:20 2010 +0200 1.3 @@ -38,8 +38,12 @@ 1.4 1.5 # where to relay to; the address and port of the smart host 1.6 mail_host = "mail.gmx.net:25" 1.7 - # use the wrapper to enable encryption 1.8 - #wrapper = "openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" 1.9 + # use a wrapper to enable encryption 1.10 + # for STARTTLS on port 25: 1.11 + #instant_helo=true 1.12 + #wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect mail.gmx.net:25 2>/dev/null" 1.13 + # for SMTP over SSL on port 465: 1.14 + #wrapper = "/usr/bin/openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" 1.15 1.16 do_correct_helo = true 1.17