Revision 24013,
745 bytes
checked in by broder, 15 years ago
(diff) |
Create a package for the Mail::ExpandAliases Perl module.
This will be used for an updated version of the debathena-msmtp-mta
which can understand /etc/aliases files.
|
Line | |
---|
1 | # |
---|
2 | # This aliases file contains several types of aliases: |
---|
3 | # * normal aliases |
---|
4 | # * programs (| /some/path) |
---|
5 | # * files (/dev/null) |
---|
6 | # * groups (multiple aliases) |
---|
7 | # |
---|
8 | # I'll use the unresolvable.perl.org domain for examples |
---|
9 | |
---|
10 | Postmaster: /dev/null |
---|
11 | MAILER-DAEMON: postmaster |
---|
12 | nobody: /dev/null |
---|
13 | spam: /dev/null |
---|
14 | |
---|
15 | ### Individual aliases |
---|
16 | tjones: Tom_Jones@unresolvable.perl.org |
---|
17 | bjones: Barnaby_Jones@unresolvable.perl.org |
---|
18 | bjones2: Bridget_Jones@unresolvable.perl.org |
---|
19 | qjones: Quincy_Jones@unresolvable.perl.org |
---|
20 | ### Lists |
---|
21 | jones: tjones,bjones,bjones2,qjones |
---|
22 | crap: |
---|
23 | tjones, |
---|
24 | bjones, |
---|
25 | bjones2 |
---|
26 | |
---|
27 | archive: /var/mail/archive, root |
---|
28 | redist: "| /path/to/redist" |
---|
29 | |
---|
30 | silly: silly, stuff |
---|
31 | |
---|
32 | backslashed: \jones |
---|
33 | |
---|
34 | nothing: nothing |
---|
35 | |
---|
36 | spacetest : spam |
---|
Note: See
TracBrowser
for help on using the repository browser.