comparison man/masqmail.conf.5 @ 192:89f951be358f

REMOVED POP3 SUPPORT masqmail will not include a POP3 client anymore from 0.3.0 on maybe the POP3 code will be reworked into a standalone program some day if you rely on the POP3 client, use fetchmail or something similar instead
author meillo@marmaro.de
date Thu, 15 Jul 2010 14:24:40 +0200
parents 91f8ee6514f5
children 4fd237550525
comparison
equal deleted inserted replaced
191:f186650135c3 192:89f951be358f
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 in front of 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 and \fBonline_routes\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 the entries are not separated by semicolons. 34 and the entries are not separated by semicolons.
182 \fBdo_save_envelope_to = \fIboolean\fR 182 \fBdo_save_envelope_to = \fIboolean\fR
183 183
184 If this is set to true, a possibly existing Envelope-to: header in an incoming mail 184 If this is set to true, a possibly existing Envelope-to: header in an incoming mail
185 which is received via either pop3 or smtp will be saved as an X-Orig-Envelope-to: header. 185 which is received via either pop3 or smtp will be saved as an X-Orig-Envelope-to: header.
186 186
187 This is useful if you retrieve mail from a pop3 server with either masqmail or fetchmail, 187 This is useful if you retrieve mail from a pop3 server with fetchmail,
188 and the server supports Envelope-to: headers, 188 and the server supports Envelope-to: headers,
189 and you want to make use of those with a mail filtering tool, e.g. procmail. 189 and you want to make use of those with a mail filtering tool, e.g. procmail.
190 It cannot be preserved because masqmail sets such a header by itself. 190 It cannot be preserved because masqmail sets such a header by itself.
191 191
192 Default is false. 192 Default is false.
407 407
408 online_method=pipe 408 online_method=pipe
409 409
410 online_pipe="/usr/bin/mservdetect localhost 224" 410 online_pipe="/usr/bin/mservdetect localhost 224"
411 411
412
413 .TP
414 \fBget.\fIname\fR = \fIfile\fR
415
416 Replace \fIname\fR with a name to identify a get configuration.
417 Set this to a filename for the get configuration.
418 These files will be used to retrieve mail when called with the \-g option.
419
420 .TP
421 \fBonline_gets.\fIname\fR = \fIlist\fR
422
423 Replace \fIname\fR with a name to identify an online configuration.
424 Set this to a filename (or a list of filenames) for the get configuration.
425 These files will be used to retrieve mail when called with the \-go option.
426 412
427 .TP 413 .TP
428 \fBident_trusted_nets = \fIlist\fR 414 \fBident_trusted_nets = \fIlist\fR
429 415
430 \fIlist\fR is a list of networks of the form a.b.c.d/e (e.g. 192.168.1.0/24), 416 \fIlist\fR is a list of networks of the form a.b.c.d/e (e.g. 192.168.1.0/24),
524 Please report bugs to the mailing list. 510 Please report bugs to the mailing list.
525 511
526 512
527 .SH SEE ALSO 513 .SH SEE ALSO
528 514
529 \fBmasqmail(8)\fR, \fBmasqmail.route(5)\fR, \fBmasqmail.get(5)\fR 515 \fBmasqmail(8)\fR, \fBmasqmail.route(5)\fR