Mercurial > masqmail
comparison man/masqmail.conf.5 @ 375:3f923f97563b
local_hosts now understands glob patterns like `*example.org'.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 14 Jan 2012 18:14:07 +0100 |
parents | 08932c629849 |
children | 5781ba87df95 |
comparison
equal
deleted
inserted
replaced
374:a96bb42f597d | 375:3f923f97563b |
---|---|
120 | 120 |
121 .TP | 121 .TP |
122 \fBlocal_hosts = \fIlist\fR | 122 \fBlocal_hosts = \fIlist\fR |
123 | 123 |
124 A semicolon `;' separated list of hostnames which are considered local. | 124 A semicolon `;' separated list of hostnames which are considered local. |
125 Can contain glob patterns, like | |
126 `*example.org' or `mail?.*mydomain.net'. | |
125 Normally you should set it to "localhost;foo;foo.bar.com" if your host has the | 127 Normally you should set it to "localhost;foo;foo.bar.com" if your host has the |
126 fully qualified domain name `foo.bar.com'. | 128 fully qualified domain name `foo.bar.com'. |
127 | 129 |
128 Default: localhost ; <value of \fBhost_name\fR cut at the first dot> ; <value of \fBhost_name\fR> | 130 Default: localhost ; <value of \fBhost_name\fR cut at the first dot> ; <value of \fBhost_name\fR> |
129 | 131 |