masqmail-0.2

diff docs/masqmail.conf.5 @ 16:163aa299bedb

fixed man pages added backslashes to dashes (to satisfy Debian) removed wrong sentence about /etc/aliases. Thanks to Alexis. (Closes Debian bug #480477) fixed typos reported by Reuben Thomas. (Closes Debian bug #427096)
author meillo@marmaro.de
date Thu, 06 Nov 2008 09:33:32 +0100
parents 8c55886cacd8
children 607221b0dac1
line diff
     1.1 --- a/docs/masqmail.conf.5	Thu Nov 06 09:18:38 2008 +0100
     1.2 +++ b/docs/masqmail.conf.5	Thu Nov 06 09:33:32 2008 +0100
     1.3 @@ -86,7 +86,7 @@
     1.4  
     1.5  A semicolon ';' separated list of fully qualified email-addresses which are considered not local although their domain name part is in the list of \fBlocal_hosts\f1. 
     1.6  
     1.7 -This ist the opposite of the previous case. The majority of addresses of a specific domain are local. But some users are not. With this option you can easily exclude these users.
     1.8 +This is the opposite of the previous case. The majority of addresses of a specific domain are local. But some users are not. With this option you can easily exclude these users.
     1.9  
    1.10  Example:
    1.11  
    1.12 @@ -122,18 +122,18 @@
    1.13  
    1.14  \fBdo_queue = \fIboolean\f1\fB\f1
    1.15  
    1.16 -If this is set, mail will not be delivered immediately when accepted. Same as calling masqmail with the \fB-odq\f1 option.
    1.17 +If this is set, mail will not be delivered immediately when accepted. Same as calling masqmail with the \fB\-odq\f1 option.
    1.18  .TP
    1.19  
    1.20  \fBonline_routes.\fIname\f1\fB = \fIlist\f1\fB\f1
    1.21  
    1.22 -Replace \fIname\f1 with a name to identify a connection. Set this to a filename (or a list of filenames) for the special route configuration for that connection. You will use that name to call masqmail with the\fB-qo\f1 option every time a connection to your ISP is set up.
    1.23 +Replace \fIname\f1 with a name to identify a connection. Set this to a filename (or a list of filenames) for the special route configuration for that connection. You will use that name to call masqmail with the \fB\-qo\f1 option every time a connection to your ISP is set up.
    1.24  
    1.25  Example: Your ISP has the name FastNet. Then you write the following line in the main configuration:
    1.26  
    1.27  \fBonline_routes.FastNet\f1 = \fI"/etc/masqmail/fastnet.route"\f1
    1.28  
    1.29 -\fI/etc/masqmail/fastnet.route\f1 is the route configuration file, see \fBmasqmail.route (5)\f1. As soon as a link to FastNet has been set up, you call masqmail \fB-qo\f1 \fIFastNet\f1. Masqmail will then read the specified file and send the mails.
    1.30 +\fI/etc/masqmail/fastnet.route\f1 is the route configuration file, see \fBmasqmail.route (5)\f1. As soon as a link to FastNet has been set up, you call masqmail \fB\-qo\f1 \fIFastNet\f1. Masqmail will then read the specified file and send the mails.
    1.31  .TP
    1.32  
    1.33  \fBconnect_route.\fIname\f1\fB = \fIlist\f1\fB\f1
    1.34 @@ -210,7 +210,7 @@
    1.35  
    1.36  Example:
    1.37  
    1.38 -mda="/usr/bin/procmail -Y -d ${rcpt_local}"
    1.39 +mda="/usr/bin/procmail \-Y \-d ${rcpt_local}"
    1.40  
    1.41  For the mda, as for pipe commands, a few environment variables will be set as well. See \fBmasqmail (8)\f1. To use environment variables for the mda, the '$' sign has to be escaped with a backslash, otherwise they will be tried to be expanded with the internal variables.
    1.42  .TP
    1.43 @@ -235,14 +235,14 @@
    1.44  
    1.45  When it is set to \fBmserver\f1, MasqMail connects to the masqdialer server using the value of \fBmserver_iface\f1 and asks it whether a connection exists and for the name, which should be the name of the current connection as defined with \fBconnect_route.\fIname\f1\fB\f1.
    1.46  
    1.47 -No matter how MasqMail detects the online status, only messages that are accepted at online time will be delivered using the connection. The spool still has to be emptied with masqmail \fB-qo\f1\fIconnection\f1.
    1.48 +No matter how MasqMail detects the online status, only messages that are accepted at online time will be delivered using the connection. The spool still has to be emptied with masqmail \fB\-qo\f1\fIconnection\f1.
    1.49  .TP
    1.50  
    1.51  \fBonline_file = \fIfile\f1\fB\f1
    1.52  
    1.53  This is the name of the file checked for when MasqMail determines whether it is online. The file should only exist when there is currently a connection. Create it in your ip-up script with eg.
    1.54  
    1.55 -echo -n <name> > /tmp/connect_route
    1.56 +echo \-n <name> > /tmp/connect_route
    1.57  
    1.58  chmod 0644 /tmp/connect_route
    1.59  
    1.60 @@ -257,7 +257,7 @@
    1.61  
    1.62  
    1.63  
    1.64 -[ -e /tmp/connect_route ] || exit 1
    1.65 +[ \-e /tmp/connect_route ] || exit 1
    1.66  
    1.67  cat /tmp/connect_route
    1.68  
    1.69 @@ -273,12 +273,12 @@
    1.70  
    1.71  \fBget.\fIname\f1\fB = \fIfile\f1\fB\f1
    1.72  
    1.73 -Replace \fIname\f1 with a name to identify a get configuration. Set this to a filename for the get configuration. These files will be used to retrieve mail when called with the -g option.
    1.74 +Replace \fIname\f1 with a name to identify a get configuration. Set this to a filename for the get configuration. These files will be used to retrieve mail when called with the \-g option.
    1.75  .TP
    1.76  
    1.77  \fBonline_gets.\fIname\f1\fB = \fIlist\f1\fB\f1
    1.78  
    1.79 -Replace \fIname\f1 with a name to identify an online configuration. Set this to a filename (or a list of filenames) for the get configuration. These files will be used to retrieve mail when called with the -go option.
    1.80 +Replace \fIname\f1 with a name to identify an online configuration. Set this to a filename (or a list of filenames) for the get configuration. These files will be used to retrieve mail when called with the \-go option.
    1.81  .TP
    1.82  
    1.83  \fBident_trusted_nets = \fIlist\f1\fB\f1