comparison docs/masqmail.aliases.5 @ 34:8ea86ac25658

reformating of man page sources with some typographic improvements
author meillo@marmaro.de
date Fri, 07 May 2010 13:50:23 +0200
parents 607221b0dac1
children 8071dc6c6ed1
comparison
equal deleted inserted replaced
33:e1004fcc93c9 34:8ea86ac25658
1 .TH masqmail.aliases 5 User Manuals 1 .TH masqmail.aliases 5 2010-05-07 masqmail-0.2.21 "File Formats"
2
2 .SH NAME 3 .SH NAME
3 masqmail.aliases \- masqmail alias file format 4 masqmail.aliases \- masqmail alias file format
5
6
4 .SH DESCRIPTION 7 .SH DESCRIPTION
5 8
6 This man page describes the format of the masqmail alias file. Its usual location is \fI/etc/aliases\f1. 9 This man page describes the format of the masqmail alias file.
10 Its usual location is \fI/etc/aliases\fR.
11
7 12
8 .SH FILE FORMAT 13 .SH FILE FORMAT
9 14
10 The alias file consists of lines of the form: 15 The alias file consists of lines of the form:
11 local_part: item1, item2, ... 16 local_part: item1, item2, ...
12 Items can be surrounded by quotes '"'. If within the quotes other quotes are needed for an address they can be escaped with a leading backslash '\'. 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 `\\'.
13 20
14 A leading '\' indicates that this address shall not be further expanded. 21 A leading backslash `\\' indicates that this address shall not be further expanded.
15 22
16 A leading pipe symbol '|' indicates that the item shall be treated as a pipe command. The content of the message will then be sent to the standard input of a command. The command will run under the user id and group id masqmail is running as. If quotes are needed, the pipe symbol must appear within the quotes. 23 A leading pipe symbol `|' indicates that the item shall be treated as a pipe command.
24 The content of the message will then be sent to the standard input of a command.
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.
17 27
18 Loops will be detected, the offending address will be ignored. 28 Loops will be detected, the offending address will be ignored.
19 29
20 Aliases will be expanded at delivery time. This means that if there is a message still in the queue and you change any alias which matches one of the recipient addresses, the change will have effect next time a delivery is attemped. 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.
21 34
22 There is no need to restart masqmail or run any command when the alias file has been changed. 35 There is no need to restart masqmail or run any command when the alias file has been changed.
23 36
37
24 .SH AUTHOR 38 .SH AUTHOR
25 39
26 masqmail was written by Oliver Kurth. It is now maintained by Markus Schnalke <meillo@marmaro.de>. 40 Masqmail was written by Oliver Kurth.
41 It is now maintained by Markus Schnalke <meillo@marmaro.de>.
27 42
28 You will find the newest version of masqmail at \fBhttp://prog.marmaro.de/masqmail/\f1. 43 You will find the newest version of masqmail at \fBhttp://prog.marmaro.de/masqmail/\fR.
29 There is also a mailing list, you will find information about it at masqmail's main site. 44 There is also a mailing list, you will find information about it at masqmail's main site.
45
30 46
31 .SH BUGS 47 .SH BUGS
32 48
33 You should report them to the mailing list. 49 Please report bugs to the mailing list.
50
34 51
35 .SH SEE ALSO 52 .SH SEE ALSO
36 53
37 \fBmasqmail.conf (5)\f1, \fBmasqmail (8)\f1, 54 \fBmasqmail.conf(5)\fR, \fBmasqmail(8)\fR,
38
39 .SH COMMENTS
40
41 This man page was written using \fBxml2man (1)\f1 by the same author.
42