Mercurial > masqmail-0.2
comparison man/masqmail.conf.5 @ 139:4d32eb75d3bc
/^\\fB/ in man pages indicates an option
this allows automated testing if all config options are documented
seems like this is just a hack, but it works ... so what?
author | meillo@marmaro.de |
---|---|
date | Tue, 06 Jul 2010 17:37:18 +0200 |
parents | 43a9447c3583 |
children | dbe3dadd1afe |
comparison
equal
deleted
inserted
replaced
138:80b207e8b8af | 139:4d32eb75d3bc |
---|---|
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 before 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 not separated by semicolons). |
212 connection to your ISP is set up. | 212 connection to your ISP is set up. |
213 | 213 |
214 Example: Your ISP has the name FastNet. | 214 Example: Your ISP has the name FastNet. |
215 Then you write the following line in the main configuration: | 215 Then you write the following line in the main configuration: |
216 | 216 |
217 \fBonline_routes.FastNet\fR = \fI"/etc/masqmail/fastnet.route"\fR | 217 \fBonline_routes.FastNet\fR = \fI"/etc/masqmail/fastnet.route"\fR |
218 | 218 |
219 \fI/etc/masqmail/fastnet.route\fR is the route configuration file, see \fBmasqmail.route(5)\fR. | 219 \fI/etc/masqmail/fastnet.route\fR is the route configuration file, see \fBmasqmail.route(5)\fR. |
220 As soon as a link to FastNet has been set up, you call masqmail \fB\-qo \fIFastNet\fR. | 220 As soon as a link to FastNet has been set up, you call masqmail \fB\-qo \fIFastNet\fR. |
221 Masqmail will then read the specified file and send the mails. | 221 Masqmail will then read the specified file and send the mails. |
222 | 222 |