Mercurial > masqmail
comparison man/masqmail.get.5 @ 130:cf444d5458a5
documented undocumented get config options
author | meillo@marmaro.de |
---|---|
date | Tue, 06 Jul 2010 12:37:58 +0200 |
parents | e01fed4846e4 |
children |
comparison
equal
deleted
inserted
replaced
129:8f371bdc7571 | 130:cf444d5458a5 |
---|---|
1 .TH masqmail.get 5 2010-06-21 masqmail-0.2.24 "File Formats" | 1 .TH masqmail.get 5 2010-07-06 masqmail-0.2.25 "File Formats" |
2 | 2 |
3 .SH NAME | 3 .SH NAME |
4 masqmail.get \- masqmail get configuration file | 4 masqmail.get \- masqmail get configuration file |
5 | 5 |
6 | 6 |
20 | 20 |
21 .TP | 21 .TP |
22 \fBserver\fR = \fIstring\fR | 22 \fBserver\fR = \fIstring\fR |
23 | 23 |
24 The server you get your mail from. | 24 The server you get your mail from. |
25 | |
26 .TP | |
27 \fBport\fR = \fInumber\fR | |
28 | |
29 The port number of \fBserver\fP to connect to. | |
30 | |
31 Default: 110. | |
25 | 32 |
26 .TP | 33 .TP |
27 \fBresolve_list\fR = \fIlist\fR | 34 \fBresolve_list\fR = \fIlist\fR |
28 | 35 |
29 Specify the method how the domain of the server is resolved. | 36 Specify the method how the domain of the server is resolved. |
102 | 109 |
103 If set to a value > 0, only \fBmax_count\fR messages will be retrieved. | 110 If set to a value > 0, only \fBmax_count\fR messages will be retrieved. |
104 The default is 0. | 111 The default is 0. |
105 | 112 |
106 .TP | 113 .TP |
114 \fBmax_size_delete\fR = \fIboolean\fR | |
115 | |
116 If \fBmax_size\fP > 0 and \fBdo_uidl_dele\fP is set, | |
117 delete messages that are larger than \fImax_size\fP on the server | |
118 WITHOUT retrieving them. | |
119 Be careful with this option. | |
120 | |
121 Default: false | |
122 | |
123 .TP | |
107 \fBwrapper\fR = \fIcommand\fR | 124 \fBwrapper\fR = \fIcommand\fR |
108 | 125 |
109 If set, instead of opening a connection to a remote server, | 126 If set, instead of opening a connection to a remote server, |
110 \fIcommand\fR will be called and all traffic will be piped to its stdin and from its stdout. | 127 \fIcommand\fR will be called and all traffic will be piped to its stdin and from its stdout. |
111 Purpose is to tunnel ip traffic, e.g. for ssl. | 128 Purpose is to tunnel ip traffic, e.g. for ssl. |