Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
222:8cddc65765bd | 223:9814e75de61c |
---|---|
36 | 36 |
37 protocol = smtp | 37 protocol = smtp |
38 | 38 |
39 # where to relay to; the address and port of the smart host | 39 # where to relay to; the address and port of the smart host |
40 mail_host = "mail.gmx.net:25" | 40 mail_host = "mail.gmx.net:25" |
41 # use the wrapper to enable encryption | 41 # use a wrapper to enable encryption |
42 #wrapper = "openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" | 42 # for STARTTLS on port 25: |
43 #instant_helo=true | |
44 #wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect mail.gmx.net:25 2>/dev/null" | |
45 # for SMTP over SSL on port 465: | |
46 #wrapper = "/usr/bin/openssl s_client -quiet -connect mail.gmx.net:465 2>/dev/null" | |
43 | 47 |
44 do_correct_helo = true | 48 do_correct_helo = true |
45 | 49 |
46 # rewrite the From addresses to ones visible from the outside | 50 # rewrite the From addresses to ones visible from the outside |
47 map_return_path_addresses = "meillo: schnalke4@gmx.de" | 51 map_return_path_addresses = "meillo: schnalke4@gmx.de" |