Mercurial > masqmail
comparison man/masqmail.conf.5 @ 153:51d8eadf3c79
local_hosts defaults to `localhost' now
this is a very basic setting
you really should set it to something like "localhost;foo;foo.example.org"
author | meillo@marmaro.de |
---|---|
date | Wed, 07 Jul 2010 13:38:33 +0200 |
parents | dfb6143e7832 |
children | ee2afbf92428 |
comparison
equal
deleted
inserted
replaced
152:dfb6143e7832 | 153:51d8eadf3c79 |
---|---|
121 | 121 |
122 .TP | 122 .TP |
123 \fBlocal_hosts = \fIlist\fR | 123 \fBlocal_hosts = \fIlist\fR |
124 | 124 |
125 A semicolon `;' separated list of hostnames which are considered local. | 125 A semicolon `;' separated list of hostnames which are considered local. |
126 Normally you set it to "localhost;foo;foo.bar.com" if your host has the | 126 Normally you should set it to "localhost;foo;foo.bar.com" if your host has the |
127 fully qualified domain name `foo.bar.com'. | 127 fully qualified domain name `foo.bar.com'. |
128 | |
129 Default: \fIlocalhost\fR | |
128 | 130 |
129 .TP | 131 .TP |
130 \fBlocal_nets = \fIlist\fR | 132 \fBlocal_nets = \fIlist\fR |
131 | 133 |
132 A semicolon `;' separated list of hostnames which are on the `local' net. | 134 A semicolon `;' separated list of hostnames which are on the `local' net. |