Mercurial > masqmail
comparison man/masqmail.aliases.5 @ 57:ed34413652fc
moved man pages from docs/ to man/
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 22:07:07 +0200 |
parents | docs/masqmail.aliases.5@03817f849106 |
children | e01fed4846e4 |
comparison
equal
deleted
inserted
replaced
56:f6a6f55b7b9e | 57:ed34413652fc |
---|---|
1 .TH masqmail.aliases 5 2010-05-07 masqmail-0.2.22 "File Formats" | |
2 | |
3 .SH NAME | |
4 masqmail.aliases \- masqmail alias file format | |
5 | |
6 | |
7 .SH DESCRIPTION | |
8 | |
9 This man page describes the format of the masqmail alias file. | |
10 Its usual location is \fI/etc/aliases\fR. | |
11 | |
12 | |
13 .SH FILE FORMAT | |
14 | |
15 The alias file consists of lines of the form: | |
16 local_part: item1, item2, ... | |
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 `\\'. | |
20 | |
21 A leading backslash `\\' indicates that this address shall not be further expanded. | |
22 | |
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. | |
27 | |
28 Loops will be detected, the offending address will be ignored. | |
29 | |
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. | |
34 | |
35 There is no need to restart masqmail or run any command when the alias file has been changed. | |
36 | |
37 | |
38 .SH AUTHOR | |
39 | |
40 Masqmail was written by Oliver Kurth. | |
41 It is now maintained by Markus Schnalke <meillo@marmaro.de>. | |
42 | |
43 You will find the newest version of masqmail at \fBhttp://prog.marmaro.de/masqmail/\fR. | |
44 There is also a mailing list, you will find information about it at masqmail's main site. | |
45 | |
46 | |
47 .SH BUGS | |
48 | |
49 Please report bugs to the mailing list. | |
50 | |
51 | |
52 .SH SEE ALSO | |
53 | |
54 \fBmasqmail.conf(5)\fR, \fBmasqmail(8)\fR, |