Mercurial > masqmail
comparison docs/simple-relay-setup @ 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 | f10a56dc7481 |
children | 08932c629849 |
comparison
equal
deleted
inserted
replaced
310:f10a56dc7481 | 311:e230bcd0f1c6 |
---|---|
31 online_routes.default = /etc/masqmail/default.route | 31 online_routes.default = /etc/masqmail/default.route |
32 | 32 |
33 (Substitute a real hostname, of course.) | 33 (Substitute a real hostname, of course.) |
34 | 34 |
35 Addionally you need to create the route config file like: | 35 Addionally you need to create the route config file like: |
36 | |
37 protocol = smtp | |
38 | 36 |
39 # where to relay to; the address and port of the smart host | 37 # where to relay to; the address and port of the smart host |
40 mail_host = "mail.gmx.net:25" | 38 mail_host = "mail.gmx.net:25" |
41 # use a wrapper to enable encryption | 39 # use a wrapper to enable encryption |
42 # for STARTTLS on port 25: | 40 # for STARTTLS on port 25: |