masqmail-0.2

diff docs/old-manual/alias.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/alias.html	Sat May 29 21:51:13 2010 +0200
     1.3 @@ -0,0 +1,84 @@
     1.4 +
     1.5 +
     1.6 +
     1.7 +
     1.8 +
     1.9 +
    1.10 +
    1.11 +
    1.12 +<HTML>
    1.13 +<HEAD>
    1.14 +<TITLE>MasqMail - Manual
    1.15 +</TITLE>
    1.16 +</HEAD>
    1.17 +  <BODY TEXT="#000000" LINK="#0000ff" BGCOLOR="#ffffff">
    1.18 +    
    1.19 +    <center>
    1.20 +      <table width="80%">
    1.21 +	<tr><td>
    1.22 +	    <table width="100%" bgcolor="#0000aa" cellspacing=0 cellpadding=0>
    1.23 +<tr>
    1.24 +  <td>
    1.25 +  <a href="manual.html">
    1.26 +    <img width="20" src = "../images/u_arrow.gif" alt = "manual">
    1.27 +  </a>
    1.28 +  </td>
    1.29 +<td align=center width="100%"><font size="6" color = "#ffffff">Alias Format</font></td>
    1.30 +<td>
    1.31 +  <a href="./options.html">
    1.32 +    <img width="20" src = "../images/l_arrow.gif" alt = "Options">
    1.33 +  </a>
    1.34 +</td>
    1.35 +<td>
    1.36 +  <a href="./config.html">
    1.37 +    <img width="20" src = "../images/r_arrow.gif" alt = "Configuration">
    1.38 +  </a>
    1.39 +</td>
    1.40 +</tr>
    1.41 +</table>
    1.42 +
    1.43 +
    1.44 +<p>The alias file consists of lines of the form:</p>
    1.45 +<pre>
    1.46 +local_part: item1, item2, ...
    1.47 +</pre>
    1.48 +
    1.49 +<p>Items can be surrounded by quotes '"'. If within the quotes other
    1.50 +quotes are needed for an address they can be escaped with a leading
    1.51 +backslash '\'.</p>
    1.52 +
    1.53 +<p>A leading '\' indicates that this address shall not be further
    1.54 +expanded.</p>
    1.55 +
    1.56 +<p>A leading pipe symbol '|' indicates that the item shall be treated
    1.57 +as a pipe command. The content of the message will then be sent to the
    1.58 +standard input of a command. The command will run under the user id
    1.59 +and group id masqmail is running as. If quotes are needed, the pipe
    1.60 +symbol must appear <i>within</i> the quotes.</p>
    1.61 +
    1.62 +<p>Loops will be detected, the offending address will be ignored.</p>
    1.63 +
    1.64 +<p>Aliases will be expanded at <i>delivery</i> time. This means that
    1.65 +if there is a message still in the queue and you change any alias
    1.66 +which matches one of the recipient addresses, the change will have
    1.67 +effect next time a delivery is attemped.</p>
    1.68 +
    1.69 +<p>There is no need to restart masqmail or run any command when the
    1.70 +alias file has been changed.</p>
    1.71 +	  </td></tr>
    1.72 +    
    1.73 +	<tr><td>
    1.74 +	    <p>
    1.75 +	    <hr>
    1.76 +	    <address><a href = "mailto:kurth@innominate.de">Oliver Kurth</a></address>
    1.77 +	    Last modified: Tue May 30 15:19:57 CEST 2000
    1.78 +	    <br>
    1.79 +	    This page was created using <a href="http://www.freddyfrog.com/hacks/genpage/">Genpage</a> - Version: 1.0.6
    1.80 +	  </p>
    1.81 +    
    1.82 +      </table>
    1.83 +    </center>
    1.84 +
    1.85 +  </BODY>
    1.86 +</HEAD>
    1.87 +