masqmail-0.2

diff man/masqmail.conf.5 @ 155:dbe3dadd1afe

Documentation improvements in the INSTALL file and some man pages thanks to Nico R.
author meillo@marmaro.de
date Wed, 14 Jul 2010 12:02:01 +0200
parents 4d32eb75d3bc
children 0e7601b8cebf
line diff
     1.1 --- a/man/masqmail.conf.5	Wed Jul 14 11:48:59 2010 +0200
     1.2 +++ b/man/masqmail.conf.5	Wed Jul 14 12:02:01 2010 +0200
     1.3 @@ -16,22 +16,22 @@
     1.4  Where \fBval\fR is a variable name and \fIexpression\fR a string,
     1.5  which can be quoted with double quotes `"'.
     1.6  If the expression is on multiple lines or contains characters other than letters,
     1.7 -digits or the characters `.', `-', `_', `/', ';', '@', ':' it must be quoted.
     1.8 +digits or the characters `.', `-', `_', `/', ';', '@', ':', it must be quoted.
     1.9  You can use quotes inside quotes by escaping them with a backslash.
    1.10  
    1.11 -Each val has a type, which can be boolean, numeric, string or list.
    1.12 +Each \fBval\fP has a type, which can be boolean, numeric, string or list.
    1.13  A boolean variable can be set with one of the values `on', `yes', and `true' or `off', `no' and `false'.
    1.14  List items are separated with semicolons `;'.
    1.15 -For some values patterns (like `*',`?') can be used.
    1.16 -The spaces before and after the equal sign `=' are optional.
    1.17 +For some values, patterns (like `*',`?') can be used.
    1.18 +The spaces in front of and after the equal sign `=' are optional.
    1.19  
    1.20  Most lists (exceptions: \fBlocal_hosts\fR, \fBlocal_nets\fR, \fBlisten_addresses\fR,
    1.21   \fBonline_routes\fR, and \fBonline_gets\fR) accept files.
    1.22  These will be recognized by a leading slash `/'.
    1.23  The contents of these files will be included at the position of the file name,
    1.24  there can be items or other files before and after the file entry.
    1.25 -The format of the files is different though, within these files each entry is on another line.
    1.26 -(And not separated by semicolons).
    1.27 +The format of the files is different though, within these files each entry is on another line
    1.28 +and the entries are not separated by semicolons.
    1.29  This makes it easy to include large lists which are common in different configuration files,
    1.30  so they do not have to appear in every configuration file.
    1.31  
    1.32 @@ -65,8 +65,8 @@
    1.33  .TP
    1.34  \fBlog_dir = \fIfile\fR
    1.35  
    1.36 -The directory where log are stored, if syslog is not used.
    1.37 -Debug files are stored in this directory anyways.
    1.38 +The directory where logs are stored, if syslog is not used.
    1.39 +Debug files are always stored in this directory if debugging is enabled.
    1.40  \fI/var/log/masqmail\fR is a common value.
    1.41  \fIfile\fR must be an absolute path.
    1.42