Mercurial > masqmail
comparison man/masqmail.conf.5 @ 206:0241aaccfcdb
default listen_addresses: use 127.0.0.1 instead of `localhost'
because `localhost' could be bound to some other IP address.
This is unlikely but could be. Using 127.0.0.1 is more safe.
See mailing list for details
author | meillo@marmaro.de |
---|---|
date | Sat, 17 Jul 2010 00:34:40 +0200 |
parents | 4fd237550525 |
children | 9397d10fd771 |
comparison
equal
deleted
inserted
replaced
205:4fd237550525 | 206:0241aaccfcdb |
---|---|
174 | 174 |
175 Note that the names are resolved to IP addreses. | 175 Note that the names are resolved to IP addreses. |
176 If your host has different names which resolve to the same IP, | 176 If your host has different names which resolve to the same IP, |
177 use only one of them, otherwise you will get an error message. | 177 use only one of them, otherwise you will get an error message. |
178 | 178 |
179 Default: \fIlocalhost:25\fR (i.e. only local processes can connect) | 179 Default: \fI127.0.0.1:25\fR (i.e. only local processes can connect) |
180 | 180 |
181 .TP | 181 .TP |
182 \fBdo_save_envelope_to = \fIboolean\fR | 182 \fBdo_save_envelope_to = \fIboolean\fR |
183 | 183 |
184 If this is set to true, a possibly existing Envelope-to: header in an incoming mail | 184 If this is set to true, a possibly existing Envelope-to: header in an incoming mail |