masqmail-0.2

diff docs/old-manual/docs/masqmail.aliases.5.html @ 56:f6a6f55b7b9e

added old manual from the old website it is dated May/July 2000
author meillo@marmaro.de
date Sat, 29 May 2010 21:51:13 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/old-manual/docs/masqmail.aliases.5.html	Sat May 29 21:51:13 2010 +0200
     1.3 @@ -0,0 +1,75 @@
     1.4 +<body text="#000000" link="#0000ff" bgcolor="#ffffff"><center><table width="80%">
     1.5 +<tr><td><h1>masqmail.aliases</h1>
     1.6 +<h2>masqmail alias file format</h2>
     1.7 +
     1.8 +
     1.9 +<h2>Description</h2>
    1.10 +
    1.11 +<p>This man page describes the format of the masqmail alias file. Its usual location is <em>/etc/aliases</em>.</p>
    1.12 +
    1.13 +
    1.14 +
    1.15 +<h2>File Format</h2>
    1.16 +
    1.17 +<p>The alias file consists of lines of the form:</p>
    1.18 +
    1.19 +local_part: item1, item2, ...
    1.20 +
    1.21 +
    1.22 +<p>Items can be surrounded by quotes '"'. If within the quotes other
    1.23 +quotes are needed for an address they can be escaped with a leading
    1.24 +backslash '\'.</p>
    1.25 +
    1.26 +<p>A leading '\' indicates that this address shall not be further
    1.27 +expanded.</p>
    1.28 +
    1.29 +<p>A leading pipe symbol '|' indicates that the item shall be treated
    1.30 +as a pipe command. The content of the message will then be sent to the
    1.31 +standard input of a command. The command will run under the user id
    1.32 +and group id masqmail is running as. If quotes are needed, the pipe
    1.33 +symbol must appear within the quotes.</p>
    1.34 +
    1.35 +<p>Loops will be detected, the offending address will be ignored.</p>
    1.36 +
    1.37 +<p>Aliases will be expanded at delivery time. This means that
    1.38 +if there is a message still in the queue and you change any alias
    1.39 +which matches one of the recipient addresses, the change will have
    1.40 +effect next time a delivery is attemped.</p>
    1.41 +
    1.42 +<p>There is no need to restart masqmail or run any command when the
    1.43 +alias file has been changed.</p>
    1.44 +
    1.45 +
    1.46 +
    1.47 +<h2>Author</h2>
    1.48 +
    1.49 +<p>masqmail was written by Oliver Kurth
    1.50 +<oku@masqmail.cx></p><p>You will find the newest version of
    1.51 +masqmail at <a href = "http://masqmail.cx/masqmail/">http://masqmail.cx/masqmail/</a> or search for it
    1.52 +in freshmeat (<a href = "http://www.freshmeat.net">http://www.freshmeat.net</a>). There is also a mailing list,
    1.53 +you will find information about it at masqmails main site.</p>
    1.54 +
    1.55 +
    1.56 +
    1.57 +<h2>Bugs</h2>
    1.58 +
    1.59 +<p>You should report them to the mailing list.</p>
    1.60 +
    1.61 +
    1.62 +
    1.63 +<h2>See also</h2>
    1.64 +
    1.65 +<p>
    1.66 +<a href="masqmail.conf.5.html">masqmail.conf</a>, <a href="masqmail.8.html">masqmail</a>, 
    1.67 +</p>
    1.68 +
    1.69 +
    1.70 +
    1.71 +<h2>Comments</h2>
    1.72 +
    1.73 +<p>This man page was written using <a href="http://masqmail.cx/xml2man/">xml2man</a> by the same author.</p>
    1.74 +
    1.75 +
    1.76 +
    1.77 +</td></tr></table></center>
    1.78 +</body>