masqmail
changeset 308:86d8a3cf517d
added alias examples to man page
author | meillo@marmaro.de |
---|---|
date | Sun, 24 Apr 2011 19:01:22 +0200 |
parents | e0de950ed497 |
children | 273f6c9eb6a2 |
files | man/masqmail.aliases.5 |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/man/masqmail.aliases.5 Sun Apr 24 15:11:37 2011 +0200 1.2 +++ b/man/masqmail.aliases.5 Sun Apr 24 19:01:22 2011 +0200 1.3 @@ -35,6 +35,23 @@ 1.4 There is no need to restart masqmail or run any command when the alias file has been changed. 1.5 1.6 1.7 +.SH EXAMPLE 1.8 + 1.9 +.nf 1.10 +# postmaster is required by RFC 2821 1.11 +postmaster: root 1.12 + 1.13 +# forward abuse mail to another address 1.14 +abuse: abuse@example.org 1.15 + 1.16 +# copy root's mail also to meillo 1.17 +root: \\root, meillo 1.18 + 1.19 +# pass mail to a script 1.20 +foo: |/usr/bin/foo 1.21 +.fi 1.22 + 1.23 + 1.24 .SH AUTHOR 1.25 1.26 Masqmail was written by Oliver Kurth.