masqmail
diff man/masqmail.conf.5 @ 387:a408411ff8df
Added a glob-pattern aliasing facility.
One use-case is virtual hosting another catch-all maildrops, but you may
use it as a more flexible aliasing mechanism as well.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 18 Feb 2012 12:35:12 +0100 |
parents | 35c5239ebcc1 |
children | b033fd9b96e4 |
line diff
1.1 --- a/man/masqmail.conf.5 Sat Feb 18 11:43:06 2012 +0100 1.2 +++ b/man/masqmail.conf.5 Sat Feb 18 12:35:12 2012 +0100 1.3 @@ -276,6 +276,22 @@ 1.4 Default: <not set> (i.e. no aliasing is done) 1.5 1.6 .TP 1.7 +\fBglobalias_file = \fIfile\fR 1.8 + 1.9 +Set this to the location of a glob-pattern alias file. 1.10 +This kind of aliasing matches glob patterns against full email addresses, 1.11 +not strings against local parts like in normal aliasing. 1.12 +You can use this to handle catch-all maildrops (``*@example.org'') 1.13 +and to split between virtual hosts on a single machine 1.14 +(e.g. ``info@foo.ex.org'' and ``info@bar.ex.org''). 1.15 + 1.16 +Glob aliasing is done before normal aliasing. 1.17 +If you have both kinds, glob and normal aliasing, then the results of the 1.18 +glob aliasing may be expanded further by the normal aliasing mechanism. 1.19 + 1.20 +Default: <not set> (i.e. no glob aliasing is done) 1.21 + 1.22 +.TP 1.23 \fBcaseless_matching = \fIboolean\fR 1.24 1.25 If this is set, aliasing and the matching for \fBlocal_addresses\fP and