# HG changeset patch # User meillo@marmaro.de # Date 1303664482 -7200 # Node ID 86d8a3cf517da6e5b5a495cfa469b71a9315bc63 # Parent e0de950ed4976ad6de635dd4a5f5f1a5d7e09ab6 added alias examples to man page diff -r e0de950ed497 -r 86d8a3cf517d man/masqmail.aliases.5 --- a/man/masqmail.aliases.5 Sun Apr 24 15:11:37 2011 +0200 +++ b/man/masqmail.aliases.5 Sun Apr 24 19:01:22 2011 +0200 @@ -35,6 +35,23 @@ There is no need to restart masqmail or run any command when the alias file has been changed. +.SH EXAMPLE + +.nf +# postmaster is required by RFC 2821 +postmaster: root + +# forward abuse mail to another address +abuse: abuse@example.org + +# copy root's mail also to meillo +root: \\root, meillo + +# pass mail to a script +foo: |/usr/bin/foo +.fi + + .SH AUTHOR Masqmail was written by Oliver Kurth.