Mercurial > masqmail
annotate man/masqmail.aliases.5 @ 364:72653295b75d
Enabled auth support per default
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 14 Sep 2011 12:19:02 +0200 |
parents | ef346dc67514 |
children | 35c5239ebcc1 |
rev | line source |
---|---|
335
ef346dc67514
updated dates and version
markus schnalke <meillo@marmaro.de>
parents:
325
diff
changeset
|
1 .TH masqmail.aliases 5 2011-08-27 masqmail-0.3.3 "File Formats" |
34 | 2 |
0 | 3 .SH NAME |
4 masqmail.aliases \- masqmail alias file format | |
34 | 5 |
6 | |
0 | 7 .SH DESCRIPTION |
8 | |
34 | 9 This man page describes the format of the masqmail alias file. |
10 Its usual location is \fI/etc/aliases\fR. | |
11 | |
0 | 12 |
13 .SH FILE FORMAT | |
14 | |
15 The alias file consists of lines of the form: | |
16 local_part: item1, item2, ... | |
34 | 17 Items can be surrounded by double quotes `"'. |
18 If within the quotes other quotes are needed for an address they can be | |
19 escaped with a leading backslash `\\'. | |
0 | 20 |
34 | 21 A leading backslash `\\' indicates that this address shall not be further expanded. |
0 | 22 |
34 | 23 A leading pipe symbol `|' indicates that the item shall be treated as a pipe command. |
313 | 24 The content of the message will then be sent to the standard input of the command. |
34 | 25 The command will run under the user id and group id masqmail is running as. |
26 If quotes are needed, the pipe symbol must appear within the quotes. | |
0 | 27 |
28 Loops will be detected, the offending address will be ignored. | |
29 | |
34 | 30 Aliases will be expanded at delivery time. |
31 This means that if there is a message still in the queue and you change | |
32 any alias which matches one of the recipient addresses, | |
33 the change will have effect next time a delivery is attemped. | |
0 | 34 |
35 There is no need to restart masqmail or run any command when the alias file has been changed. | |
36 | |
34 | 37 |
308 | 38 .SH EXAMPLE |
39 | |
40 .nf | |
41 # postmaster is required by RFC 2821 | |
42 postmaster: root | |
43 | |
44 # forward abuse mail to another address | |
45 abuse: abuse@example.org | |
46 | |
47 # copy root's mail also to meillo | |
48 root: \\root, meillo | |
49 | |
50 # pass mail to a script | |
51 foo: |/usr/bin/foo | |
52 .fi | |
53 | |
54 | |
0 | 55 .SH AUTHOR |
56 | |
34 | 57 Masqmail was written by Oliver Kurth. |
58 It is now maintained by Markus Schnalke <meillo@marmaro.de>. | |
0 | 59 |
95
e01fed4846e4
masqmail's homepage moved prog.marmaro.de/masqmail -> marmaro.de/prog/masqmail
meillo@marmaro.de
parents:
57
diff
changeset
|
60 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. |
26
607221b0dac1
added myself as maintainer; updated URL of the website
meillo@marmaro.de
parents:
3
diff
changeset
|
61 There is also a mailing list, you will find information about it at masqmail's main site. |
0 | 62 |
34 | 63 |
0 | 64 .SH BUGS |
65 | |
34 | 66 Please report bugs to the mailing list. |
67 | |
0 | 68 |
69 .SH SEE ALSO | |
70 | |
34 | 71 \fBmasqmail.conf(5)\fR, \fBmasqmail(8)\fR, |