Mercurial > masqmail
comparison man/masqmail.8 @ 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 | dbe3dadd1afe |
children | 9397d10fd771 |
comparison
equal
deleted
inserted
replaced
191:f186650135c3 | 192:89f951be358f |
---|---|
11 \fB/usr/sbin/masqmail \fR[\fB\-bp\fR] | 11 \fB/usr/sbin/masqmail \fR[\fB\-bp\fR] |
12 | 12 |
13 \fB/usr/sbin/masqmail \fR[\fB\-q\fR] | 13 \fB/usr/sbin/masqmail \fR[\fB\-q\fR] |
14 | 14 |
15 \fB/usr/sbin/masqmail \fR[\fB\-qo \fR[\fIname\fR]] | 15 \fB/usr/sbin/masqmail \fR[\fB\-qo \fR[\fIname\fR]] |
16 | |
17 \fB/usr/sbin/masqmail \fR[\fB\-odq\fR] [\fB\-g \fR[\fIname\fR]] | |
18 | |
19 \fB/usr/sbin/masqmail \fR[\fB\-odq\fR] [\fB\-go \fR[\fIname\fR]] | |
20 | 16 |
21 \fB/usr/sbin/masqmail \fR[\fB\-t\fR] [\fB\-oi\fR] [\fB\-f \fIaddress\fR] [\fB\-\-\fR] \fIaddress... | 17 \fB/usr/sbin/masqmail \fR[\fB\-t\fR] [\fB\-oi\fR] [\fB\-f \fIaddress\fR] [\fB\-\-\fR] \fIaddress... |
22 | 18 |
23 \fB/usr/sbin/mailq\fR | 19 \fB/usr/sbin/mailq\fR |
24 | 20 |
27 | 23 |
28 Masqmail is a mail server designed for hosts that do not have a permanent internet connection | 24 Masqmail is a mail server designed for hosts that do not have a permanent internet connection |
29 e.g. a home network or a single host at home. | 25 e.g. a home network or a single host at home. |
30 It has special support for connections to different ISPs. | 26 It has special support for connections to different ISPs. |
31 It replaces sendmail or other MTAs such as qmail or exim. | 27 It replaces sendmail or other MTAs such as qmail or exim. |
32 It can also act as a POP3 client (if this functionality has not been disabled at | |
33 build configuration time). | |
34 | 28 |
35 | 29 |
36 .SH OPTIONS | 30 .SH OPTIONS |
37 | 31 |
38 Since masqmail is intended to replace sendmail, it uses the same command line options, | 32 Since masqmail is intended to replace sendmail, it uses the same command line options, |
115 \fB\-F [\fIstring\fB]\fR | 109 \fB\-F [\fIstring\fB]\fR |
116 | 110 |
117 Set the full sender name (in the From: header) to \fIstring\fR. | 111 Set the full sender name (in the From: header) to \fIstring\fR. |
118 | 112 |
119 .TP | 113 .TP |
120 \fB\-g [\fIname\fB]\fR | |
121 | |
122 Get mail (using pop3 or apop), | |
123 using the configurations given with get.\fIname\fR in the main configuration. | |
124 Without \fIname\fR, all get configurations will be used. | |
125 See also \fBmasqmail.get(5)\fR | |
126 | |
127 .TP | |
128 \fB\-go [\fIinterval\fB] [\fIname\fB]\fR | |
129 | |
130 Can be followed by a connection name. | |
131 Use this option in your script which starts as soon as a link to the internet | |
132 has been set up (usually ip-up). | |
133 When masqmail is called with this option, the specified get configuration(s) | |
134 is(are) read and mail will be retrieved from servers on the internet. | |
135 The \fIname\fR is defined in the configuration (see \fBonline_gets.\fIname\fR). | |
136 | |
137 If called with an interval option (recognized by a digit as the first characater), | |
138 masqmail starts as a daemon and tries to get mail in these intervals. | |
139 It checks for the online status first. | |
140 Example: `masqmail \-go 5m' will retrieve mail every five minutes. | |
141 | |
142 If called without \fIname\fR, the online status is determined with the configured method | |
143 (see \fBonline_detect\fR in \fBmasqmail.conf(5)\fR). | |
144 | |
145 .TP | |
146 \fB\-i\fR | 114 \fB\-i\fR |
147 | 115 |
148 Same as \fB\-oi\fR, see below. | 116 Same as \fB\-oi\fR, see below. |
149 | 117 |
150 .TP | 118 .TP |
261 \fI/etc/masqmail/masqmail.conf\fR is the main configuration for masqmail. | 229 \fI/etc/masqmail/masqmail.conf\fR is the main configuration for masqmail. |
262 Depending on the settings in this file, you will also have other configuration | 230 Depending on the settings in this file, you will also have other configuration |
263 files in \fI/etc/masqmail/\fR. | 231 files in \fI/etc/masqmail/\fR. |
264 | 232 |
265 \fI/var/spool/masqmail/\fR is the spool directory where masqmail stores | 233 \fI/var/spool/masqmail/\fR is the spool directory where masqmail stores |
266 its spooled messages and the uniq pop ids. | 234 its spooled messages. |
267 | 235 |
268 \fI/var/spool/mail/\fR is the directory where locally delivered mail will be put, | 236 \fI/var/spool/mail/\fR is the directory where locally delivered mail will be put, |
269 if not configured differently in \fImasqmail.conf\fR. | 237 if not configured differently in \fImasqmail.conf\fR. |
270 | 238 |
271 \fI/var/log/masqmail/\fR is the directory where masqmail stores its log mesages. | 239 \fI/var/log/masqmail/\fR is the directory where masqmail stores its log mesages. |
274 | 242 |
275 .SH CONFORMING TO | 243 .SH CONFORMING TO |
276 | 244 |
277 RFC 821, 822, 1869, 1870, 2197, 2554 (SMTP) | 245 RFC 821, 822, 1869, 1870, 2197, 2554 (SMTP) |
278 | 246 |
279 RFC 1725, 1939 (POP3) | |
280 | |
281 RFC 1321 (MD5) | 247 RFC 1321 (MD5) |
282 | 248 |
283 RFC 2195 (CRAM-MD5) | 249 RFC 2195 (CRAM-MD5) |
284 | 250 |
285 | 251 |
297 Please report them to the mailing list. | 263 Please report them to the mailing list. |
298 | 264 |
299 | 265 |
300 .SH SEE ALSO | 266 .SH SEE ALSO |
301 | 267 |
302 \fBmasqmail.conf(5)\fR, \fBmasqmail.route(5)\fR, \fBmasqmail.get(5)\fR, \fBmasqmail.aliases(5)\fR | 268 \fBmasqmail.conf(5)\fR, \fBmasqmail.route(5)\fR, \fBmasqmail.aliases(5)\fR |