comparison examples/openssl.route @ 311:e230bcd0f1c6

removed protocol option from route config It was somehow redundant. Now, if `pipe' is set, the protocol will be pipe, otherwise it'll be smtp. That's just natural.
author meillo@marmaro.de
date Sun, 24 Apr 2011 19:37:56 +0200
parents 9814e75de61c
children 55b7bde95d37
comparison
equal deleted inserted replaced
310:f10a56dc7481 311:e230bcd0f1c6
1 # openssl.route 1 # openssl.route
2 # by Philipp Berndt 2 # by Philipp Berndt
3 3
4
5 protocol = "smtp"
6 4
7 # encryption is done by communicating through openssl 5 # encryption is done by communicating through openssl
8 6
9 # Today usually STARTTLS (RFC-3207) is used: 7 # Today usually STARTTLS (RFC-3207) is used:
10 # don't forget the instant_helo, otherwise it won't work, because the wrapper eats the 220 greeting 8 # don't forget the instant_helo, otherwise it won't work, because the wrapper eats the 220 greeting