comparison 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
comparison
equal deleted inserted replaced
386:13c9e0969054 387:a408411ff8df
274 If not set, no aliasing will be done. 274 If not set, no aliasing will be done.
275 275
276 Default: <not set> (i.e. no aliasing is done) 276 Default: <not set> (i.e. no aliasing is done)
277 277
278 .TP 278 .TP
279 \fBglobalias_file = \fIfile\fR
280
281 Set this to the location of a glob-pattern alias file.
282 This kind of aliasing matches glob patterns against full email addresses,
283 not strings against local parts like in normal aliasing.
284 You can use this to handle catch-all maildrops (``*@example.org'')
285 and to split between virtual hosts on a single machine
286 (e.g. ``info@foo.ex.org'' and ``info@bar.ex.org'').
287
288 Glob aliasing is done before normal aliasing.
289 If you have both kinds, glob and normal aliasing, then the results of the
290 glob aliasing may be expanded further by the normal aliasing mechanism.
291
292 Default: <not set> (i.e. no glob aliasing is done)
293
294 .TP
279 \fBcaseless_matching = \fIboolean\fR 295 \fBcaseless_matching = \fIboolean\fR
280 296
281 If this is set, aliasing and the matching for \fBlocal_addresses\fP and 297 If this is set, aliasing and the matching for \fBlocal_addresses\fP and
282 \fBnot_local_addresses\fP will be done caseless. 298 \fBnot_local_addresses\fP will be done caseless.
283 299