Mercurial > masqmail
comparison man/masqmail.conf.5 @ 175:25b769efafe6
merge
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jul 2010 12:15:45 +0200 |
parents | 5b621742b2e7 dbe3dadd1afe |
children | 91f8ee6514f5 |
comparison
equal
deleted
inserted
replaced
172:cd38f10532e7 | 175:25b769efafe6 |
---|---|
14 \fBval\fR = \fIexpression\fR | 14 \fBval\fR = \fIexpression\fR |
15 | 15 |
16 Where \fBval\fR is a variable name and \fIexpression\fR a string, | 16 Where \fBval\fR is a variable name and \fIexpression\fR a string, |
17 which can be quoted with double quotes `"'. | 17 which can be quoted with double quotes `"'. |
18 If the expression is on multiple lines or contains characters other than letters, | 18 If the expression is on multiple lines or contains characters other than letters, |
19 digits or the characters `.', `-', `_', `/', ';', '@', ':' it must be quoted. | 19 digits or the characters `.', `-', `_', `/', ';', '@', ':', it must be quoted. |
20 You can use quotes inside quotes by escaping them with a backslash. | 20 You can use quotes inside quotes by escaping them with a backslash. |
21 | 21 |
22 Each val has a type, which can be boolean, numeric, string or list. | 22 Each \fBval\fP has a type, which can be boolean, numeric, string or list. |
23 A boolean variable can be set with one of the values `on', `yes', and `true' or `off', `no' and `false'. | 23 A boolean variable can be set with one of the values `on', `yes', and `true' or `off', `no' and `false'. |
24 List items are separated with semicolons `;'. | 24 List items are separated with semicolons `;'. |
25 For some values patterns (like `*',`?') can be used. | 25 For some values, patterns (like `*',`?') can be used. |
26 The spaces before and after the equal sign `=' are optional. | 26 The spaces in front of and after the equal sign `=' are optional. |
27 | 27 |
28 Most lists (exceptions: \fBlocal_hosts\fR, \fBlocal_nets\fR, \fBlisten_addresses\fR, | 28 Most lists (exceptions: \fBlocal_hosts\fR, \fBlocal_nets\fR, \fBlisten_addresses\fR, |
29 \fBonline_routes\fR, and \fBonline_gets\fR) accept files. | 29 \fBonline_routes\fR, and \fBonline_gets\fR) accept files. |
30 These will be recognized by a leading slash `/'. | 30 These will be recognized by a leading slash `/'. |
31 The contents of these files will be included at the position of the file name, | 31 The contents of these files will be included at the position of the file name, |
32 there can be items or other files before and after the file entry. | 32 there can be items or other files before and after the file entry. |
33 The format of the files is different though, within these files each entry is on another line. | 33 The format of the files is different though, within these files each entry is on another line |
34 (And not separated by semicolons). | 34 and the entries are not separated by semicolons. |
35 This makes it easy to include large lists which are common in different configuration files, | 35 This makes it easy to include large lists which are common in different configuration files, |
36 so they do not have to appear in every configuration file. | 36 so they do not have to appear in every configuration file. |
37 | 37 |
38 Blank lines and lines starting with a hash `#' are ignored. | 38 Blank lines and lines starting with a hash `#' are ignored. |
39 | 39 |
63 Be careful if you set this as high as 5 or higher, the logs may very soon fill your hard drive. | 63 Be careful if you set this as high as 5 or higher, the logs may very soon fill your hard drive. |
64 | 64 |
65 .TP | 65 .TP |
66 \fBlog_dir = \fIfile\fR | 66 \fBlog_dir = \fIfile\fR |
67 | 67 |
68 The directory where log are stored, if syslog is not used. | 68 The directory where logs are stored, if syslog is not used. |
69 Debug files are stored in this directory anyways. | 69 Debug files are always stored in this directory if debugging is enabled. |
70 \fIfile\fR must be an absolute path. | 70 \fIfile\fR must be an absolute path. |
71 | 71 |
72 Default: \fI/var/log/masqmail\fR | 72 Default: \fI/var/log/masqmail\fR |
73 | 73 |
74 .TP | 74 .TP |