]> Pileus Git - ~andy/fetchmail/blob - fetchmail.man
Merge Sunil Shetye's --limitflush patch.
[~andy/fetchmail] / fetchmail.man
1 '\" t
2 .\" ** The above line should force tbl to be used as a preprocessor **
3 .\"
4 .\" Manual page in man(7) format with tbl(1) macros for fetchmail
5 .\"
6 .\" For license terms, see the file COPYING in this directory.
7 .\"
8 .TH fetchmail 1
9 .SH NAME
10 fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
11
12 .SH SYNOPSIS
13 \fBfetchmail\fR [\fIoption...\fR] [\fImailserver...\fR]
14 .br
15 \fBfetchmailconf\fR
16
17 .SH DESCRIPTION
18 .I fetchmail
19 is a mail-retrieval and forwarding utility; it fetches mail from
20 remote mailservers and forwards it to your local (client) machine's
21 delivery system.  You can then handle the retrieved mail using normal
22 mail user agents such as \fImutt\fR(1), \fIelm\fR(1) or \fIMail\fR(1).
23 The \fIfetchmail\fR utility can be run in a daemon mode to repeatedly
24 poll one or more systems at a specified interval.
25 .PP
26 The
27 .I fetchmail
28 program can gather mail from servers supporting any of the common
29 mail-retrieval protocols: POP2, POP3, IMAP2bis, IMAP4, and IMAP4rev1.
30 It can also use the ESMTP ETRN extension and ODMR.  (The RFCs describing all
31 these protocols are listed at the end of this manual page.)
32 .PP
33 While
34 .I fetchmail
35 is primarily intended to be used over on-demand TCP/IP links (such as
36 SLIP or PPP connections), it may also be useful as a message transfer
37 agent for sites which refuse for security reasons to permit
38 (sender-initiated) SMTP transactions with sendmail.
39 .PP
40 If
41 .I fetchmail
42 is used with a POP or an IMAP server, it has two fundamental modes of
43 operation for each user account from which it retrieves mail:
44 \fIsingledrop\fR- and \fImultidrop\fR-mode.  In singledrop-mode,
45 .I fetchmail
46 assumes that all messages in the user's account are intended for a single
47 recipient.  An individual mail message will not be inspected for recipient
48 information, rather, the identity of the recipient will either default to
49 the local user currently executing \fIfetchmail\fR,
50 or else will need to be explicitly specified in the configuration file.
51 Singledrop-mode is used when the fetchmailrc configuration contains at
52 most a single local user specification for a given server account.
53 .PP
54 With multidrop-mode,
55 .I fetchmail
56 is not able to assume that there is only a single recipient, but rather
57 that the mail server account actually contains mail intended for any
58 number of different recipients.  Therefore,
59 .I fetchmail
60 must attempt to deduce the proper "envelope recipient" from the mail
61 headers of each message.  In this mode of operation
62 .I fetchmail
63 almost resembles an MTA, however it is important to note that neither
64 the POP nor IMAP protocols were intended for use in this fashion, and
65 hence envelope information is not directly available.  Instead,
66 .I fetchmail
67 must resort to a process of informed guess-work in an attempt to
68 discover the true envelope recipient of a message.  Even if this
69 information is present in the headers, the process can
70 be error-prone and is dependent upon the specific mail server used
71 for mail retrieval.  Multidrop-mode is used when more than one local
72 user is specified for a particular server account in the configuration
73 file.  Note that the forgoing discussion of singledrop- and
74 multidrop-modes does not apply to the ESMTP ETRN or ODMR retrieval
75 methods, since they are based upon the SMTP protocol which
76 specifically provides the envelope recipient to \fIfetchmail\fR.
77 .PP
78 As each message is retrieved \fIfetchmail\fR normally delivers it via SMTP to
79 port 25 on the machine it is running on (localhost), just as though it
80 were being passed in over a normal TCP/IP link.  \fIfetchmail\fR provides
81 the SMTP server with an envelope recipient derived in the manner described
82 previously.  The mail will then be
83 delivered locally via your system's MDA (Mail Delivery Agent, usually
84 \fIsendmail\fR(8) but your system may use a different one such
85 as \fIsmail\fR, \fImmdf\fR, \fIexim\fR, \fIpostfix\fR, or \fIqmail\fR).  All the
86 delivery-control mechanisms (such as \fI.forward\fR files) normally
87 available through your system MDA and local delivery agents will
88 therefore work automatically.
89 .PP
90 If no port 25 listener is available, but your fetchmail configuration
91 was told about a reliable local MDA, it will use that MDA for local
92 delivery instead.
93 .PP
94 If the program
95 .I fetchmailconf
96 is available, it will assist you in setting up and editing a
97 fetchmailrc configuration.  It runs under the X window system and
98 requires that the language Python and the Tk toolkit be present on your
99 system.  If you are first setting up fetchmail for single-user mode, it
100 is recommended that you use Novice mode.  Expert mode provides complete
101 control of fetchmail configuration, including the multidrop features.
102 In either case, the 'Autoprobe' button will tell you the most capable
103 protocol a given mailserver supports, and warn you of potential problems
104 with that server.
105
106 .SH GENERAL OPERATION
107 The behavior of
108 .I fetchmail
109 is controlled by command-line options and a run control file,
110 .IR ~/.fetchmailrc\fR ,
111 the syntax of which we describe in a later section (this file is what
112 the \fIfetchmailconf\fR program edits).  Command-line options override
113 .I ~/.fetchmailrc
114 declarations.
115 .PP
116 Each server name that you specify following the options on the
117 command line will be queried.  If you don't specify any servers
118 on the command line, each 'poll' entry in your
119 .I ~/.fetchmailrc
120 file will be queried.
121 .PP
122 To facilitate the use of
123 .I fetchmail
124 in scripts and pipelines, it returns an appropriate exit code upon
125 termination -- see EXIT CODES below.
126 .PP
127 The following options modify the behavior of \fIfetchmail\fR.  It is
128 seldom necessary to specify any of these once you have a
129 working \fI.fetchmailrc\fR file set up.
130 .PP
131 Almost all options have a corresponding keyword which can be used to
132 declare them in a
133 .I .fetchmailrc
134 file.
135 .PP
136 Some special options are not covered here, but are documented instead
137 in sections on AUTHENTICATION and DAEMON MODE which follow.
138 .SS General Options
139 .TP
140 .B \-V | \-\-version
141 Displays the version information for your copy of
142 .IR fetchmail .
143 No mail fetch is performed.
144 Instead, for each server specified, all the option information
145 that would be computed if
146 .I fetchmail
147 were connecting to that server is displayed.  Any non-printables in
148 passwords or other string names are shown as backslashed C-like
149 escape sequences.  This option is useful for verifying that your
150 options are set the way you want them.
151 .TP
152 .B \-c | \-\-check
153 Return a status code to indicate whether there is mail waiting,
154 without actually fetching or deleting mail (see EXIT CODES below).
155 This option turns off daemon mode (in which it would be useless).  It
156 doesn't play well with queries to multiple sites, and doesn't work
157 with ETRN or ODMR.  It will return a false positive if you leave read but
158 undeleted mail in your server mailbox and your fetch protocol can't
159 tell kept messages from new ones.  This means it will work with IMAP,
160 not work with POP2, and may occasionally flake out under POP3.
161 .TP
162 .B \-s | \-\-silent
163 Silent mode.  Suppresses all progress/status messages that are
164 normally echoed to standard output during a fetch (but does not
165 suppress actual error messages).  The --verbose option overrides this.
166 .TP
167 .B \-v | \-\-verbose
168 Verbose mode.  All control messages passed between
169 .I fetchmail
170 and the mailserver are echoed to stdout.  Overrides --silent.
171 Doubling this option (-v -v) causes extra diagnostic information
172 to be printed.
173 .SS Disposal Options
174 .TP
175 .B \-a | \-\-all
176 (Keyword: fetchall)
177 Retrieve both old (seen) and new messages from the mailserver.  The
178 default is to fetch only messages the server has not marked seen.
179 Under POP3, this option also forces the use of RETR rather than TOP.
180 Note that POP2 retrieval behaves as though --all is always on (see
181 RETRIEVAL FAILURE MODES below) and this option does not work with ETRN
182 or ODMR.
183 .TP
184 .B \-k | \-\-keep
185 (Keyword: keep)
186 Keep retrieved messages on the remote mailserver.  Normally, messages
187 are deleted from the folder on the mailserver after they have been retrieved.
188 Specifying the
189 .B keep
190 option causes retrieved messages to remain in your folder on the
191 mailserver.  This option does not work with ETRN or ODMR.
192 .TP
193 .B \-K | \-\-nokeep
194 (Keyword: nokeep)
195 Delete retrieved messages from the remote mailserver.  This
196 option forces retrieved mail to be deleted.  It may be useful if
197 you have specified a default of \fBkeep\fR in your
198 \&\fI.fetchmailrc\fR.  This option is forced on with ETRN and ODMR.
199 .TP
200 .B \-F | \-\-flush
201 POP3/IMAP only.  This is a dangerous option and can cause mail loss when
202 used improperly. It deletes old (seen) messages from the mailserver
203 before retrieving new messages.  Warning: This can cause mail loss if
204 you check your mail with other clients than fetchmail, and cause
205 fetchmail to delete a message it had never fetched before. Similarly, if
206 your local MTA hangs and fetchmail is aborted, the next time you run
207 fetchmail, it will delete mail that was never delivered to you.  You
208 should probably not use this option in your configuration file. What you
209 probably want is the default setting: if you don't specify '-k', then
210 fetchmail will automatically delete messages after successful
211 delivery. This option does not work with ETRN and ODMR.
212 .TP
213 .B \-\-limitflush
214 POP3/IMAP only.  Delete oversized messages from the
215 mailserver before retrieving new messages. The size limit should be
216 separately sepecified with the --limit option.  This option does not
217 work with ETRN or ODMR.
218 .SS Protocol and Query Options
219 .TP
220 .B \-p <proto> | \-\-protocol <proto>
221 (Keyword: proto[col])
222 Specify the protocol to use when communicating with the remote
223 mailserver.  If no protocol is specified, the default is AUTO.
224 .I proto
225 may be one of the following:
226 .RS
227 .IP AUTO
228 Tries IMAP, POP3, and POP2 (skipping any of these for which support
229 has not been compiled in).
230 .IP POP2
231 Post Office Protocol 2
232 .IP POP3
233 Post Office Protocol 3
234 .IP APOP
235 Use POP3 with old-fashioned MD5-challenge authentication.
236 .IP RPOP
237 Use POP3 with RPOP authentication.
238 .IP KPOP
239 Use POP3 with Kerberos V4 authentication on port 1109.
240 .IP SDPS
241 Use POP3 with Demon Internet's SDPS extensions.
242 .IP IMAP
243 IMAP2bis, IMAP4, or IMAP4rev1 (\fIfetchmail\fR autodetects their capabilities).
244 .IP ETRN
245 Use the ESMTP ETRN option.
246 .IP ODMR
247 Use the the On-Demand Mail Relay ESMTP profile.
248 .RE
249 .P
250 All these alternatives work in basically the same way (communicating
251 with standard server daemons to fetch mail already delivered to a
252 mailbox on the server) except ETRN and ODMR.  The ETRN mode
253 allows you to ask a compliant ESMTP server (such as BSD sendmail at
254 release 8.8.0 or higher) to immediately open a sender-SMTP connection
255 to your client machine and begin forwarding any items addressed to
256 your client machine in the server's queue of undelivered mail.   The
257 ODMR mode requires an ODMR-capable server and works similarly to
258 ETRN, except that it does not require the client machine to have
259 a static DNS.
260 .TP
261 .B \-U | \-\-uidl
262 (Keyword: uidl)
263 Force UIDL use (effective only with POP3).  Force client-side tracking
264 of 'newness' of messages (UIDL stands for "unique ID listing" and is
265 described in RFC1939).  Use with 'keep' to use a mailbox as a baby
266 news drop for a group of users. The fact that seen messages are skipped
267 is logged, unless error logging is done through syslog while running in
268 daemon mode.  Note that fetchmail may automatically enable this option
269 depending on upstream server capabilities.  Note also that this option
270 may be removed and forced enabled in a future fetchmail version.
271
272 .TP
273 .B \-P <portnumber> | \-\-port <portnumber>
274 (Keyword: port)
275 The port option permits you to specify a TCP/IP port to connect on.
276 This option will seldom be necessary as all the supported protocols have
277 well-established default port numbers. On some older machines, however,
278 the protocol <\-\-> port mappings are missing from the services database
279 (often /etc/services), and this port can make fetchmail work for you
280 even if you don't have system administrator privileges. See the FAQ item
281 R12 for details.
282 .TP
283 .B \-\-principal <principal>
284 (Keyword: principal)
285 The principal option permits you to specify a service principal for
286 mutual authentication.  This is applicable to POP3 or IMAP with Kerberos
287 authentication.
288 .TP
289 .B \-t <seconds> | \-\-timeout <seconds>
290 (Keyword: timeout)
291 The timeout option allows you to set a server-nonresponse
292 timeout in seconds.  If a mailserver does not send a greeting message
293 or respond to commands for the given number of seconds,
294 \fIfetchmail\fR will hang up on it.  Without such a timeout
295 \fIfetchmail\fR might hang up indefinitely trying to fetch mail from a
296 down host.  This would be particularly annoying for a \fIfetchmail\fR
297 running in background.  There is a default timeout which fetchmail\~-V
298 will report.  If a given connection receives too many timeouts in
299 succession, fetchmail will consider it wedged and stop retrying,
300 the calling user will be notified by email if this happens.
301 .TP
302 .B \-\-plugin <command>
303 (Keyword: plugin) The plugin option allows you to use an external
304 program to establish the TCP connection.  This is useful if you want
305 to use socks, SSL, ssh, or need some special firewalling setup.  The
306 program will be looked up in $PATH and can optionally be passed the
307 hostname and port as arguments using "%h" and "%p" respectively (note
308 that the interpolation logic is rather primitive, and these token must
309 be bounded by whitespace or beginning of string or end of string).
310 Fetchmail will write to the plugin's stdin and read from the plugin's
311 stdout.
312 .TP
313 .B \-\-plugout <command>
314 (Keyword: plugout)
315 Identical to the plugin option above, but this one is used for the SMTP
316 connections (which will probably not need it, so it has been separated
317 from plugin).
318 .TP
319 .B \-r <name> | \-\-folder <name>
320 (Keyword: folder[s])
321 Causes a specified non-default mail folder on the mailserver (or
322 comma-separated list of folders) to be retrieved.  The syntax of the
323 folder name is server-dependent.  This option is not available under
324 POP3, ETRN, or ODMR.
325 .TP
326 .B \-\-tracepolls
327 (Keyword: tracepolls)
328 Tell fetchmail to poll trace information in the form 'polling %s
329 account %s' to the Received line it generates, where the %s parts are
330 replaced by the user's remote name and the poll label (the Received
331 header also normally includes the server's true name).  This can be
332 used to facilitate mail filtering based on the account it is being
333 received from.
334 .TP
335 .B \-\-ssl
336 (Keyword: ssl)
337 Causes the connection to the mail server to be encrypted via SSL.  Connect
338 to the server using the specified base protocol over a connection secured
339 by SSL.  SSL support must be present at the server.  If no port is
340 specified, the connection is attempted to the well known port of the SSL
341 version of the base protocol.  This is generally a different port than the
342 port used by the base protocol.  For IMAP, this is port 143 for the clear
343 protocol and port 993 for the SSL secured protocol.
344 .TP
345 .B \-\-sslcert <name>
346 (Keyword: sslcert)
347 Specifies the file name of the client side public SSL certificate.  Some
348 SSL encrypted servers may require client side keys and certificates for
349 authentication.  In most cases, this is optional.  This specifies
350 the location of the public key certificate to be presented to the server
351 at the time the SSL session is established.  It is not required (but may
352 be provided) if the server does not require it.  Some servers may
353 require it, some servers may request it but not require it, and some
354 servers may not request it at all.  It may be the same file
355 as the private key (combined key and certificate file) but this is not
356 recommended.
357 .TP
358 .B \-\-sslkey <name>
359 (Keyword: sslkey)
360 Specifies the file name of the client side private SSL key.  Some SSL
361 encrypted servers may require client side keys and certificates for
362 authentication.  In most cases, this is optional.  This specifies
363 the location of the private key used to sign transactions with the server
364 at the time the SSL session is established.  It is not required (but may
365 be provided) if the server does not require it.  Some servers may
366 require it, some servers may request it but not require it, and some
367 servers may not request it at all.  It may be the same file
368 as the public key (combined key and certificate file) but this is not
369 recommended.  If a password is required to unlock the key, it will be
370 prompted for at the time just prior to establishing the session to the
371 server.  This can cause some complications in daemon mode.
372 .TP
373 .B \-\-sslproto <name>
374 (Keyword: sslproto)
375 Forces an SSL protocol. Possible values are '\fBssl2\fR',
376 \&'\fBssl3\fR', '\fBssl23\fR', and '\fBtls1\fR'. Try this if the default
377 handshake does not work for your server. To defeat automatic TLSv1
378 negotiation when the server advertises STARTTLS or STLS, use \fB''\fR or
379 \&'\fBssl23\fR'. The default is to try appropriate protocols depending
380 on context.
381 .TP
382 .B \-\-sslcertck
383 (Keyword: sslcertck)
384 Causes fetchmail to strictly check the server certificate against a set of
385 local trusted certificates (see the \fBsslcertpath\fR option). If the server
386 certificate is not signed by one of the trusted ones (directly or indirectly),
387 the SSL connection will fail. This checking should prevent man-in-the-middle
388 attacks against the SSL connection. Note that CRLs are seemingly not currently
389 supported by OpenSSL in certificate verification! Your system clock should
390 be reasonably accurate when using this option!
391 .TP
392 .B \-\-sslcertpath <directory>
393 (Keyword: sslcertpath)
394 Sets the directory fetchmail uses to look up local certificates. The default
395 is your OpenSSL default one. The directory must be hashed as OpenSSL expects
396 it - every time you add or modify a certificate in the directory, you need
397 to use the \fBc_rehash\fR tool (which comes with OpenSSL in the tools/
398 subdirectory).
399 .TP
400 .B \-\-sslfingerprint <fingerprint>
401 (Keyword: sslfingerprint)
402 Specify the fingerprint of the server key (an MD5 hash of the key) in
403 hexadecimal notation with colons separating groups of two digits. The letter
404 hex digits must be in upper case. This is the default format OpenSSL uses,
405 and the one fetchmail uses to report the fingerprint when an SSL connection
406 is established. When this is specified, fetchmail will compare the server key
407 fingerprint with the given one, and the connection will fail if they do not
408 match. This can be used to prevent man-in-the-middle attacks.
409 .SS Delivery Control Options
410 .TP
411 .B \-S <hosts> | \-\-smtphost <hosts>
412 (Keyword: smtp[host])
413 Specify a hunt list of hosts to forward mail to (one or more
414 hostnames, comma-separated). Hosts are tried in list order; the first
415 one that is up becomes the forwarding target for the current run.
416 Normally, 'localhost' is added to the end of the list as an invisible
417 default.  However, when using Kerberos authentication, the FQDN of the
418 machine running fetchmail is added to the end of the list as an
419 invisible default. Each hostname may have a port number following the
420 host name.  The port number is separated from the host name by a
421 slash; the default port is 25 (or "smtp" under IPv6).  If you
422 specify an absolute path name (beginning with a /), it will be
423 interpreted as the name of a UNIX socket accepting LMTP connections
424 (such as is supported by the Cyrus IMAP daemon) Example:
425 .sp
426 .nf
427         --smtphost server1,server2/2525,server3,/var/imap/socket/lmtp
428 .fi
429 .sp
430 This option can be used with ODMR, and will make fetchmail a relay
431 between the ODMR server and SMTP or LMTP receiver.
432 .TP
433 .B \-\-fetchdomains <hosts>
434 (Keyword: fetchdomains)
435 In ETRN or ODMR mode, this option specifies the list of domains the
436 server should ship mail for once the connection is turned around.  The
437 default is the FQDN of the machine running
438 .IR fetchmail .
439 .TP
440 .B \-D <domain> | \-\-smtpaddress <domain>
441 (Keyword: smtpaddress) Specify the domain to be appended to addresses
442 in RCPT TO lines shipped to SMTP. The name of the SMTP server (as
443 specified by --smtphost, or defaulted to "localhost") is used when
444 this is not specified.
445 .TP
446 .B \-\-smtpname <user@domain>
447 (Keyword: smtpname)
448 Specify the domain and user to be put in RCPT TO lines shipped to SMTP.
449 The default user is the current local user.
450 .TP
451 .B \-Z <nnn> | \-\-antispam <nnn[, nnn]...>
452 (Keyword: antispam)
453 Specifies the list of numeric SMTP errors that are to be interpreted
454 as a spam-block response from the listener.  A value of -1 disables
455 this option.  For the command-line option, the list values should
456 be comma-separated.
457 .TP
458 .B \-m <command> | \-\-mda <command>
459 (Keyword: mda) You can force mail to be passed to an MDA directly
460 (rather than forwarded to port 25) with the --mda or -m option.  To
461 avoid losing mail, use this option only with MDAs like maildrop, procmail or
462 sendmail that return a nonzero status on disk-full and other
463 resource-exhaustion errors; the nonzero status tells fetchmail that
464 delivery failed and prevents the message from being deleted off the
465 server.  If \fIfetchmail\fR is running as root, it sets its user id to
466 that of the target user while delivering mail through an MDA.  Some
467 possible MDAs are "/usr/sbin/sendmail -i -f %F %T", "/usr/bin/deliver"
468 and "/usr/bin/procmail -d %T" (but the latter is usually redundant as
469 it's what SMTP listeners normally forward to).  Local delivery
470 addresses will be inserted into the MDA command wherever you place a
471 %T; the mail message's From address will be inserted where you place
472 an %F. \fBDO NOT ENCLOSE THE %F OR %T STRING IN SINGLE QUOTES!\fR For
473 both %T and %F, fetchmail encloses the addresses in single quotes ('),
474 after removing any single quotes they may contain, before the MDA
475 command is passed to the shell.  Do \fINOT\fR use an MDA invocation
476 like "sendmail -i -t" that dispatches on the contents of To/Cc/Bcc, it
477 will create mail loops and bring the just wrath of many postmasters
478 down upon your head.  Also, do \fInot\fR try to combine multidrop
479 mode with an MDA such as procmail that can only accept one address;
480 you will lose mail.
481 .TP
482 .B \-\-lmtp
483 (Keyword: lmtp)
484 Cause delivery via LMTP (Local Mail Transfer Protocol).  A service
485 port \fImust\fR be explicitly specified (with a slash suffix) on each
486 host in the smtphost hunt list if this option is selected; the
487 default port 25 will (in accordance with RFC 2033) not be accepted.
488 .TP
489 .B \-\-bsmtp <filename>
490 (keyword: bsmtp)
491 Append fetched mail to a BSMTP file.  This simply contains the SMTP
492 commands that would normally be generated by fetchmail when passing
493 mail to an SMTP listener daemon.  An argument of '-' causes the mail
494 to be written to standard output.  Note that fetchmail's
495 reconstruction of MAIL FROM and RCPT TO lines is not guaranteed
496 correct; the caveats discussed under THE USE AND ABUSE OF MULTIDROP
497 MAILBOXES below apply.
498 .SS Resource Limit Control Options
499 .TP
500 .B \-l <maxbytes> | \-\-limit <maxbytes>
501 (Keyword: limit) Takes a maximum octet size argument.  Messages larger
502 than this size will not be fetched and will be left on the server (in
503 foreground sessions, the progress messages will note that they are
504 "oversized").  If the fetch protocol permits (in particular, under
505 IMAP or POP3 without the fetchall option) the message will not be
506 marked seen.
507 .sp
508 An explicit --limit of 0 overrides any limits set in your
509 run control file. This option is intended for those needing to
510 strictly control fetch time due to expensive and variable phone rates.
511 .sp
512 Combined with --limitflush, it can be used to delete oversized
513 messages waiting on a server.  In daemon mode, oversize notifications
514 are mailed to the calling user (see the --warnings option). This
515 option does not work with ETRN or ODMR.
516 .TP
517 .B \-w <interval> | \-\-warnings <interval>
518 (Keyword: warnings)
519 Takes an interval in seconds.  When you call
520 .I fetchmail
521 with a 'limit' option in daemon mode, this controls the interval at
522 which warnings about oversized messages are mailed to the calling user
523 (or the user specified by the 'postmaster' option).  One such
524 notification is always mailed at the end of the the first poll that
525 the oversized message is detected.  Thereafter, renotification is
526 suppressed until after the warning interval elapses (it will take
527 place at the end of the first following poll).
528 .TP
529 .B \-b <count> | \-\-batchlimit <count>
530 (Keyword: batchlimit)
531 Specify the maximum number of messages that will be shipped to an SMTP
532 listener before the connection is deliberately torn down and rebuilt
533 (defaults to 0, meaning no limit).  An explicit --batchlimit of 0
534 overrides any limits set in your run control file.  While
535 \fBsendmail\fR(8) normally initiates delivery of a message immediately
536 after receiving the message terminator, some SMTP listeners are not so
537 prompt.  MTAs like \fIsmail\fR(8) may wait till the
538 delivery socket is shut down to deliver.  This may produce annoying
539 delays when \fIfetchmail\fR is processing very large batches.  Setting
540 the batch limit to some nonzero size will prevent these delays.  This
541 option does not work with ETRN or ODMR.
542 .TP
543 .B \-B <number> | \-\-fetchlimit <number>
544 (Keyword: fetchlimit)
545 Limit the number of messages accepted from a given server in a single
546 poll.  By default there is no limit. An explicit --fetchlimit of 0
547 overrides any limits set in your run control file.
548 This option does not work with ETRN or ODMR.
549 .TP
550 .B \-\-fetchsizelimit <number>
551 (Keyword: fetchsizelimit)
552 Limit the number of sizes of messages accepted from a given server in
553 a single transaction.  This option is useful in reducing the delay in
554 downloading the first mail when there are too many mails in the
555 mailbox.  By default, the limit is 100.  If set to 0, sizes of all
556 messages are downloaded at the start.
557 This option does not work with ETRN or ODMR.  For POP3, the only valid
558 non-zero value is 1.
559 .TP
560 .B \-\-fastuidl <number>
561 (Keyword: fastuidl)
562 Do a binary instead of linear search for the first unseen UID. Binary
563 search avoids downloading the UIDs of all mails. This saves time
564 (especially in daemon mode) where downloading the same set of UIDs in
565 each poll is a waste of bandwidth. The number 'n' indicates how rarely
566 a linear search should be done. In daemon mode, linear search is used
567 once followed by binary searches in 'n-1' polls if 'n' is greater than
568 1; binary search is always used if 'n' is 1; linear search is always
569 used if 'n' is 0. In non-daemon mode, binary search is used if 'n' is
570 1; otherwise linear search is used.
571 This option works with POP3 only.
572 .TP
573 .B \-e <count> | \-\-expunge <count>
574 (keyword: expunge)
575 Arrange for deletions to be made final after a given number of
576 messages.  Under POP2 or POP3, fetchmail cannot make deletions final
577 without sending QUIT and ending the session -- with this option on,
578 fetchmail will break a long mail retrieval session into multiple
579 sub-sessions, sending QUIT after each sub-session. This is a good
580 defense against line drops on POP3 servers that do not do the
581 equivalent of a QUIT on hangup.  Under IMAP,
582 .I fetchmail
583 normally issues an EXPUNGE command after each deletion in order to
584 force the deletion to be done immediately.  This is safest when your
585 connection to the server is flaky and expensive, as it avoids
586 resending duplicate mail after a line hit.  However, on large
587 mailboxes the overhead of re-indexing after every message can slam the
588 server pretty hard, so if your connection is reliable it is good to do
589 expunges less frequently.  Also note that some servers enforce a delay
590 of a few seconds after each quit, so fetchmail may not be able to get
591 back in immediately after an expunge -- you may see "lock busy" errors
592 if this happens. If you specify this option to an integer N,
593 it tells
594 .I fetchmail
595 to only issue expunges on every Nth delete.  An argument of zero
596 suppresses expunges entirely (so no expunges at all will be done until
597 the end of run).  This option does not work with ETRN or ODMR.
598 .SS Authentication Options
599 .TP
600 .B \-u <name> | \-\-username <name>
601 (Keyword: user[name])
602 Specifies the user identification to be used when logging in to the mailserver.
603 The appropriate user identification is both server and user-dependent.
604 The default is your login name on the client machine that is running
605 .IR fetchmail .
606 See USER AUTHENTICATION below for a complete description.
607 .TP
608 .B \-I <specification> | \-\-interface <specification>
609 (Keyword: interface)
610 Require that a specific interface device be up and have a specific local
611 or remote IPv4 (IPv6 is not supported by this option yet) address (or
612 range) before polling.  Frequently \fIfetchmail\fP
613 is used over a transient point-to-point TCP/IP link established directly
614 to a mailserver via SLIP or PPP.  That is a relatively secure channel.
615 But when other TCP/IP routes to the mailserver exist (e.g. when the link
616 is connected to an alternate ISP), your username and password may be
617 vulnerable to snooping (especially when daemon mode automatically polls
618 for mail, shipping a clear password over the net at predictable
619 intervals).  The --interface option may be used to prevent this.  When
620 the specified link is not up or is not connected to a matching IP
621 address, polling will be skipped.  The format is:
622 .sp
623 .nf
624         interface/iii.iii.iii.iii[/mmm.mmm.mmm.mmm]
625 .fi
626 .sp
627 The field before the first slash is the interface name (i.e. sl0, ppp0
628 etc.).  The field before the second slash is the acceptable IP address.
629 The field after the second slash is a mask which specifies a range of
630 IP addresses to accept.  If no mask is present 255.255.255.255 is
631 assumed (i.e. an exact match).  This option is currently only supported
632 under Linux and FreeBSD. Please see the
633 .B monitor
634 section for below for FreeBSD specific information.
635 .sp
636 Note that this option may be removed from a future fetchmail version.
637 .TP
638 .B \-M <interface> | \-\-monitor <interface>
639 (Keyword: monitor)
640 Daemon mode can cause transient links which are automatically taken down
641 after a period of inactivity (e.g. PPP links) to remain up
642 indefinitely.  This option identifies a system TCP/IP interface to be
643 monitored for activity.  After each poll interval, if the link is up but
644 no other activity has occurred on the link, then the poll will be
645 skipped.  However, when fetchmail is woken up by a signal, the
646 monitor check is skipped and the poll goes through unconditionally.
647 This option is currently only supported under Linux and FreeBSD.
648 For the
649 .B monitor
650 and
651 .B interface
652 options to work for non root users under FreeBSD, the fetchmail binary
653 must be installed SGID kmem. This would be a security hole, but
654 fetchmail runs with the effective GID set to that of the kmem group
655 .I only
656 when interface data is being collected.
657 .sp
658 Note that this option may be removed from a future fetchmail version.
659 .TP
660 .B \-\-auth <type>
661 (Keyword: auth[enticate])
662 This option permits you to specify an authentication type (see USER
663 AUTHENTICATION below for details).  The possible values are \fBany\fR,
664 \&'\fBpassword\fR', '\fBkerberos_v5\fR' and '\fBkerberos\fR' (or, for
665 excruciating exactness, '\fBkerberos_v4\fR'), \fRgssapi\fR,
666 \fIcram-md5\fR, \fIotp\fR, \fIntlm\fR, and \fBssh\fR.  When \fBany\fR (the
667 default) is specified, fetchmail tries first methods that don't
668 require a password (GSSAPI, KERBEROS_IV); then it looks for methods
669 that mask your password (CRAM-MD5, X-OTP, NTLM); and only if the server
670 doesn't support any of those will it ship your password en clair.
671 Other values may be used to force various authentication methods
672 (\fBssh\fR suppresses authentication).  Any value other than
673 \fIpassword\fR, \fIcram-md5\fR, \fIntlm\fR or \fIotp\fR suppresses fetchmail's
674 normal inquiry for a password.  Specify \fIssh\fR when you are using
675 an end-to-end secure connection such as an ssh tunnel; specify
676 \fRgssapi\fR or \fBkerberos_v4\fR if you are using a protocol variant
677 that employs GSSAPI or K4.  Choosing KPOP protocol automatically
678 selects Kerberos authentication.  This option does not work with ETRN.
679 .SS Miscellaneous Options
680 .TP
681 .B \-f <pathname> | \-\-fetchmailrc <pathname>
682 Specify a non-default name for the
683 .I ~/.fetchmailrc
684 run control file.  The pathname argument must be either "-" (a single
685 dash, meaning to read the configuration from standard input) or a
686 filename.  Unless the --version option is also on, a named file
687 argument must have permissions no more open than 0600 (u=rw,g=,o=) or
688 else be /dev/null.
689 .TP
690 .B \-i <pathname> | \-\-idfile <pathname>
691 (Keyword: idfile)
692 Specify an alternate name for the .fetchids file used to save POP3
693 UIDs.
694 .TP
695 .B \-n | \-\-norewrite
696 (Keyword: no rewrite)
697 Normally,
698 .I fetchmail
699 edits RFC-822 address headers (To, From, Cc, Bcc, and Reply-To) in
700 fetched mail so that any mail IDs local to the server are expanded to
701 full addresses (@ and the mailserver hostname are appended).  This enables
702 replies on the client to get addressed correctly (otherwise your
703 mailer might think they should be addressed to local users on the
704 client machine!).  This option disables the rewrite.  (This option is
705 provided to pacify people who are paranoid about having an MTA edit
706 mail headers and want to know they can prevent it, but it is generally
707 not a good idea to actually turn off rewrite.)
708 When using ETRN or ODMR, the rewrite option is ineffective.
709 .TP
710 .B \-E <line> | \-\-envelope <line>
711 (Keyword: envelope; Multidrop only)
712 This option changes the header
713 .I fetchmail
714 assumes will carry a copy of the mail's envelope address.  Normally
715 this is 'X-Envelope-To' but as this header is not standard, practice
716 varies. See the discussion of multidrop address handling below.  As a
717 special case, 'envelope "Received"' enables parsing of sendmail-style
718 Received lines.  This is the default, and it should not be necessary
719 unless you have globally disabled Received parsing with 'no envelope'
720 in the \fI.fetchmailrc\fR file.
721 .TP
722 .B \-Q <prefix> | \-\-qvirtual <prefix>
723 (Keyword: qvirtual; Multidrop only)
724 The string prefix assigned to this option will be removed from the user
725 name found in the header specified with the \fIenvelope\fR option
726 (\fIbefore\fR doing multidrop name mapping or localdomain checking,
727 if either is applicable). This option is useful if you are using
728 .I fetchmail
729 to collect the mail for an entire domain and your ISP (or your mail
730 redirection provider) is using qmail.
731 One of the basic features of qmail is the
732 .sp
733 \&'Delivered-To:'
734 .sp
735 message header.  Whenever qmail delivers a message to a local mailbox
736 it puts the username and hostname of the envelope recipient on this
737 line.  The major reason for this is to prevent mail loops.  To set up
738 qmail to batch mail for a disconnected site the ISP-mailhost will have
739 normally put that site in its 'Virtualhosts' control file so it will
740 add a prefix to all mail addresses for this site. This results in mail
741 .\" The \&@\& tries to stop HTML converters from making a mailto URL here.
742 sent to 'username\&@\&userhost.userdom.dom.com' having a
743 \&'Delivered-To:' line of the form:
744 .sp
745 Delivered-To: mbox-userstr-username\&@\&userhost.userdom.dom.com
746 .sp
747 The ISP can make the 'mbox-userstr-' prefix anything they choose
748 but a string matching the user host name is likely.
749 By using the option 'envelope Delivered-To:' you can make fetchmail reliably
750 identify the original envelope recipient, but you have to strip the
751 \&'mbox-userstr-' prefix to deliver to the correct user.
752 This is what this option is for.
753 .TP
754 .B --configdump
755 Parse the
756 .I ~/.fetchmailrc
757 file, interpret any command-line options specified, and dump a
758 configuration report to standard output.  The configuration report is
759 a data structure assignment in the language Python.  This option
760 is meant to be used with an interactive
761 .I ~/.fetchmailrc
762 editor like
763 .IR fetchmailconf ,
764 written in Python.
765
766 .SH USER AUTHENTICATION AND ENCRYPTION
767 All modes except ETRN require authentication of the client to the server.
768 Normal user authentication in
769 .I fetchmail
770 is very much like the authentication mechanism of
771 .IR ftp (1).
772 The correct user-id and password depend upon the underlying security
773 system at the mailserver.
774 .PP
775 If the mailserver is a Unix machine on which you have an ordinary user
776 account, your regular login name and password are used with
777 .IR fetchmail .
778 If you use the same login name on both the server and the client machines,
779 you needn't worry about specifying a user-id with the
780 .B \-u
781 option \-\- the default behavior is to use your login name on the
782 client machine as the user-id on the server machine.  If you use a
783 different login name on the server machine, specify that login name
784 with the
785 .B \-u
786 option.  e.g. if your login name is 'jsmith' on a machine named 'mailgrunt',
787 you would start
788 .I fetchmail
789 as follows:
790 .IP
791 fetchmail -u jsmith mailgrunt
792 .PP
793 The default behavior of
794 .I fetchmail
795 is to prompt you for your mailserver password before the connection is
796 established.  This is the safest way to use
797 .I fetchmail
798 and ensures that your password will not be compromised.  You may also specify
799 your password in your
800 .I ~/.fetchmailrc
801 file.  This is convenient when using
802 .I fetchmail
803 in daemon mode or with scripts.
804 .SS Using netrc files
805 .PP
806 If you do not specify a password, and
807 .I fetchmail
808 cannot extract one from your
809 .I ~/.fetchmailrc
810 file, it will look for a
811 .I ~/.netrc
812 file in your home directory before requesting one interactively; if an
813 entry matching the mailserver is found in that file, the password will
814 be used.  Fetchmail first looks for a match on poll name; if it finds none,
815 it checks for a match on via name.  See the
816 .IR ftp (1)
817 man page for details of the syntax of the
818 .I ~/.netrc
819 file.  To show a practical example, a .netrc might look like
820 this:
821 .IP
822 .nf
823 machine hermes.example.org
824 login joe
825 password topsecret
826 .fi
827 .PP
828 You can repeat this block with different user information if you need to
829 provide more than one password.
830 .PP
831 This feature may allow you to avoid duplicating password
832 information in more than one file.
833 .PP
834 On mailservers that do not provide ordinary user accounts, your user-id and
835 password are usually assigned by the server administrator when you apply for
836 a mailbox on the server.  Contact your server administrator if you don't know
837 the correct user-id and password for your mailbox account.
838 .SS POP3 variants
839 .PP
840 Early versions of POP3 (RFC1081, RFC1225) supported a crude form of
841 independent authentication using the
842 .I rhosts
843 file on the mailserver side.  Under this RPOP variant, a fixed
844 per-user ID equivalent to a password was sent in clear over a link to
845 a reserved port, with the command RPOP rather than PASS to alert the
846 server that it should do special checking.  RPOP is supported
847 by
848 .I fetchmail
849 (you can specify 'protocol RPOP' to have the program send 'RPOP'
850 rather than 'PASS') but its use is strongly discouraged.  This
851 facility was vulnerable to spoofing and was withdrawn in RFC1460.
852 .PP
853 RFC1460 introduced APOP authentication.  In this variant of POP3,
854 you register an APOP password on your server host (the program
855 to do this with on the server is probably called \fIpopauth\fR(8)).  You
856 put the same password in your
857 .I ~/.fetchmailrc
858 file.  Each time
859 .I fetchmail
860 logs in, it sends a cryptographically secure hash of your password and
861 the server greeting time to the server, which can verify it by
862 checking its authorization database.
863 .SS Alternate authentication forms
864 .PP
865 If your \fIfetchmail\fR was built with Kerberos support and you specify
866 Kerberos authentication (either with --auth or the \fI.fetchmailrc\fR
867 option \fBauthenticate kerberos_v4\fR) it will try to get a Kerberos
868 ticket from the mailserver at the start of each query.  Note: if
869 either the pollname or via name is 'hesiod', fetchmail will try to use
870 Hesiod to look up the mailserver.
871 .PP
872 If you use POP3 or IMAP with GSSAPI authentication, \fIfetchmail\fR will
873 expect the server to have RFC1731- or RFC1734-conformant GSSAPI
874 capability, and will use it.  Currently this has only been tested over
875 Kerberos V, so you're expected to already have a ticket-granting
876 ticket. You may pass a username different from your principal name
877 using the standard \fB--user\fR command or by the \fI.fetchmailrc\fR
878 option \fBuser\fR.
879 .PP
880 If your IMAP daemon returns the PREAUTH response in its greeting line,
881 fetchmail will notice this and skip the normal authentication step.
882 This can be useful, e.g. if you start imapd explicitly using ssh.
883 In this case you can declare the authentication value 'ssh' on that
884 site entry to stop \fI.fetchmail\fR from asking you for a password
885 when it starts up.
886 .PP
887 If you are using POP3, and the server issues a one-time-password
888 challenge conforming to RFC1938, \fIfetchmail\fR will use your
889 password as a pass phrase to generate the required response. This
890 avoids sending secrets over the net unencrypted.
891 .PP
892 Compuserve's RPA authentication (similar to APOP) is supported. If you
893 compile in the support, \fIfetchmail\fR will try to perform an RPA pass-phrase
894 authentication instead of sending over the password en clair if it
895 detects "@compuserve.com" in the hostname.
896 .PP
897 If you are using IMAP, Microsoft's NTLM authentication (used by Microsoft
898 Exchange) is supported. If you compile in the support, \fIfetchmail\fR
899 will try to perform an NTLM authentication (instead of sending over the
900 password en clair) whenever the server returns AUTH=NTLM in its
901 capability response. Specify a user option value that looks like
902 \&'user@domain': the part to the left of the @ will be passed as the
903 username and the part to the right as the NTLM domain.
904 .SS Secure Socket Layers (SSL)
905 .PP
906 You can access SSL encrypted services by specifying the --ssl option.
907 You can also do this using the "ssl" server option in the .fetchmailrc
908 file.  With SSL encryption enabled, queries are initiated over a connection
909 after negotiating an SSL session.  Some services, such as POP3 and IMAP,
910 have different well known ports defined for the SSL encrypted services.
911 The encrypted ports will be selected automatically when SSL is enabled and
912 no explicit port is specified.
913 .PP
914 When connecting to an SSL encrypted server, the server presents a certificate
915 to the client for validation.  The certificate is checked to verify that
916 the common name in the certificate matches the name of the server being
917 contacted and that the effective and expiration dates in the certificate
918 indicate that it is currently valid.  If any of these checks fail, a warning
919 message is printed, but the connection continues.  The server certificate
920 does not need to be signed by any specific Certifying Authority and may
921 be a "self-signed" certificate.
922 .PP
923 Some SSL encrypted servers may request a client side certificate.  A client
924 side public SSL certificate and private SSL key may be specified.  If
925 requested by the server, the client certificate is sent to the server for
926 validation.  Some servers may require a valid client certificate and may
927 refuse connections if a certificate is not provided or if the certificate
928 is not valid.  Some servers may require client side certificates be signed
929 by a recognized Certifying Authority.  The format for the key files and
930 the certificate files is that required by the underlying SSL libraries
931 (OpenSSL in the general case).
932 .PP
933 A word of care about the use of SSL: While above mentioned
934 setup with self-signed server certificates retrieved over the wires
935 can protect you from a passive eavesdropper it doesn't help against an
936 active attacker. It's clearly an improvement over sending the
937 passwords in clear but you should be aware that a man-in-the-middle
938 attack is trivially possible (in particular with tools such as dsniff,
939 http://www.monkey.org/~dugsong/dsniff/).  Use of an ssh tunnel (see
940 below for some examples) is preferable if you care seriously about the
941 security of your mailbox.
942 .SS SMTP AUTH
943 .PP
944 .B fetchmail
945 also supports authentication to the ESMTP server on the client side
946 according to RFC 2554.  You can specify a name/password pair to be
947 used with the keywords 'esmtpname' and 'esmtppassword'; the former
948 defaults to the username of the calling user.
949
950 .SH DAEMON MODE
951 The
952 .B \-\-daemon <interval>
953 or
954 .B \-d <interval>
955 option runs
956 .I fetchmail
957 in daemon mode.  You must specify a numeric argument which is a
958 polling interval in seconds.
959 .PP
960 In daemon mode,
961 .I fetchmail
962 puts itself in background and runs forever, querying each specified
963 host and then sleeping for the given polling interval.
964 .PP
965 Simply invoking
966 .IP
967 fetchmail -d 900
968 .PP
969 will, therefore, poll all the hosts described in your
970 .I ~/.fetchmailrc
971 file (except those explicitly excluded with the 'skip' verb) once
972 every fifteen minutes.
973 .PP
974 It is possible to set a polling interval
975 in your
976 .I ~/.fetchmailrc
977 file by saying 'set daemon <interval>', where <interval> is an
978 integer number of seconds.  If you do this, fetchmail will always
979 start in daemon mode unless you override it with the command-line
980 option --daemon 0 or -d0.
981 .PP
982 Only one daemon process is permitted per user; in daemon mode,
983 .I fetchmail
984 makes a per-user lockfile to guarantee this.
985 .PP
986 Normally, calling fetchmail with a daemon in the background sends a
987 wake-up signal to the daemon, forcing it to poll mailservers
988 immediately.  (The wake-up signal is SIGHUP if fetchmail is running as
989 root, SIGUSR1 otherwise.)  The wake-up action also clears any 'wedged'
990 flags indicating that connections have wedged due to failed
991 authentication or multiple timeouts.
992 .PP
993 The option
994 .B --quit
995 will kill a running daemon process instead of waking it up (if there
996 is no such process,
997 .I fetchmail
998 notifies you).  If the --quit option is the only command-line option,
999 that's all there is to it.
1000 .PP
1001 The quit option may also be mixed with other command-line options; its
1002 effect is to kill any running daemon before doing what the other
1003 options specify in combination with the fetchmailrc file.
1004 .PP
1005 The
1006 .B \-L <filename>
1007 or
1008 .B \-\-logfile <filename>
1009 option (keyword: set logfile) allows you to redirect status messages
1010 emitted while detached into a specified logfile (follow the
1011 option with the logfile name).  The logfile is opened for append, so
1012 previous messages aren't deleted.  This is primarily useful for
1013 debugging configurations.
1014 .PP
1015 The
1016 .B \-\-syslog
1017 option (keyword: set syslog) allows you to redirect status and error
1018 messages emitted to the
1019 .IR syslog (3)
1020 system daemon if available.
1021 Messages are logged with an id of \fBfetchmail\fR, the facility \fBLOG_MAIL\fR,
1022 and priorities \fBLOG_ERR\fR, \fBLOG_ALERT\fR or \fBLOG_INFO\fR.
1023 This option is intended for logging status and error messages which
1024 indicate the status of the daemon and the results while fetching mail
1025 from the server(s).
1026 Error messages for command line options and parsing the \fI.fetchmailrc\fR
1027 file are still written to stderr, or to the specified log file.
1028 The
1029 .B \-\-nosyslog
1030 option turns off use of
1031 .IR syslog (3),
1032 assuming it's turned on in the
1033 .I ~/.fetchmailrc
1034 file, or that the
1035 .B \-L
1036 or
1037 .B \-\-logfile <file>
1038 option was used.
1039 .PP
1040 The
1041 .B \-N
1042 or --nodetach option suppresses backgrounding and detachment of the
1043 daemon process from its control terminal.  This is useful
1044 for debugging or when fetchmail runs as the child of a supervisor
1045 process such as
1046 .IR init (8)
1047 or Gerrit Pape's
1048 .I runit.
1049 Note that this also causes the logfile option to be
1050 ignored (though perhaps it shouldn't).
1051 .PP
1052 Note that while running in daemon mode polling a POP2 or IMAP2bis server,
1053 transient errors (such as DNS failures or sendmail delivery refusals)
1054 may force the fetchall option on for the duration of the next polling
1055 cycle.  This is a robustness feature.  It means that if a message is
1056 fetched (and thus marked seen by the mailserver) but not delivered
1057 locally due to some transient error, it will be re-fetched during the
1058 next poll cycle.  (The IMAP logic doesn't delete messages until
1059 they're delivered, so this problem does not arise.)
1060 .PP
1061 If you touch or change the
1062 .I ~/.fetchmailrc
1063 file while fetchmail is running in daemon mode, this will be detected
1064 at the beginning of the next poll cycle.  When a changed
1065 .I ~/.fetchmailrc
1066 is detected, fetchmail rereads it and restarts from scratch (using
1067 exec(2); no state information is retained in the new instance).  Note also
1068 that if you break the
1069 .I ~/.fetchmailrc
1070 file's syntax, the new instance will softly and silently vanish away
1071 on startup.
1072
1073 .SH ADMINISTRATIVE OPTIONS
1074 .PP
1075 The
1076 .B \-\-postmaster <name>
1077 option (keyword: set postmaster) specifies the last-resort username to
1078 which multidrop mail is to be forwarded if no matching local recipient
1079 can be found.  Normally this is just the user who invoked
1080 .IR fetchmail .
1081 If the invoking user is root, then the default of this option is
1082 the user 'postmaster'.  Setting postmaster to the empty string causes
1083 such mail to be discarded.
1084 .PP
1085 The
1086 .B \-\-nobounce
1087 option suppresses the normal action of bouncing errors back to the
1088 sender in an RFC1894-conformant error message.  If nobounce is on, the
1089 message will go to the postmaster instead.
1090 .PP
1091 The
1092 .B \-\-invisible
1093 option (keyword: set invisible) tries to make fetchmail invisible.
1094 Normally, fetchmail behaves like any other MTA would -- it generates a
1095 Received header into each message describing its place in the chain of
1096 transmission, and tells the MTA it forwards to that the mail came from
1097 the machine fetchmail itself is running on.  If the invisible option
1098 is on, the Received header is suppressed and fetchmail tries to spoof
1099 the MTA it forwards to into thinking it came directly from the
1100 mailserver host.
1101 .PP
1102 The
1103 .B \-\-showdots
1104 option (keyword: set showdots) forces fetchmail to show progress dots
1105 even if the current tty is not stdout (for example logfiles).
1106 Starting with fetchmail version 5.3.0,
1107 progress dots are only shown on stdout by default.
1108 .PP
1109 By specifying the
1110 .B \-\-tracepolls
1111 option, you can ask fetchmail to add information to the Received
1112 header on the form "polling {label} account {user}", where {label} is
1113 the account label (from the specified rcfile, normally ~/.fetchmailrc)
1114 and {user} is the username which is used to log on to the mail
1115 server. This header can be used to make filtering email where no
1116 useful header information is available and you want mail from
1117 different accounts sorted into different mailboxes (this could, for
1118 example, occur if you have an account on the same server running a
1119 mailing list, and are subscribed to the list using that account). The
1120 default is not adding any such header.  In
1121 .IR .fetchmailrc ,
1122 this is called 'tracepolls'.
1123
1124 .SH RETRIEVAL FAILURE MODES
1125 The protocols \fIfetchmail\fR uses to talk to mailservers are next to
1126 bulletproof.  In normal operation forwarding to port 25, no message is
1127 ever deleted (or even marked for deletion) on the host until the SMTP
1128 listener on the client side has acknowledged to \fIfetchmail\fR that
1129 the message has been either accepted for delivery or rejected due to a
1130 spam block.
1131 .PP
1132 When forwarding to an MDA, however, there is more possibility
1133 of error.  Some MDAs are 'safe' and reliably return a nonzero status
1134 on any delivery error, even one due to temporary resource limits.
1135 The well-known
1136 .IR procmail (1)
1137 program is like this; so are most programs designed as mail transport
1138 agents, such as
1139 .IR sendmail (1),
1140 and
1141 .IR exim (1).
1142 These programs give back a reliable positive acknowledgement and
1143 can be used with the mda option with no risk of mail loss.  Unsafe
1144 MDAs, though, may return 0 even on delivery failure.  If this
1145 happens, you will lose mail.
1146 .PP
1147 The normal mode of \fIfetchmail\fR is to try to download only 'new'
1148 messages, leaving untouched (and undeleted) messages you have already
1149 read directly on the server (or fetched with a previous \fIfetchmail
1150 --keep\fR).  But you may find that messages you've already read on the
1151 server are being fetched (and deleted) even when you don't specify
1152 --all.  There are several reasons this can happen.
1153 .PP
1154 One could be that you're using POP2.  The POP2 protocol includes no
1155 representation of 'new' or 'old' state in messages, so \fIfetchmail\fR
1156 must treat all messages as new all the time.  But POP2 is obsolete, so
1157 this is unlikely.
1158 .PP
1159 A potential POP3 problem might be servers that insert messages
1160 in the middle of mailboxes (some VMS implementations of mail are
1161 rumored to do this).  The \fIfetchmail\fR code assumes that new
1162 messages are appended to the end of the mailbox; when this is not true
1163 it may treat some old messages as new and vice versa.  Using UIDL might
1164 fix this, otherwise, consider switching to IMAP.
1165 .PP
1166 Yet another POP3 problem is that if they can't make tempfiles in the
1167 user's home directory, some POP3 servers will hand back an
1168 undocumented response that causes fetchmail to spuriously report "No
1169 mail".
1170 .PP
1171 The IMAP code uses the presence or absence of the server flag \eSeen
1172 to decide whether or not a message is new.  This isn't the right thing
1173 to do, fetchmail should check the UIDVALIDITY and use UID, but it
1174 doesn't do that yet. Under Unix, it counts on your IMAP server to notice
1175 the BSD-style Status flags set by mail user agents and set the \eSeen
1176 flag from them when appropriate.  All Unix IMAP servers we know of do
1177 this, though it's not specified by the IMAP RFCs.  If you ever trip over
1178 a server that doesn't, the symptom will be that messages you have
1179 already read on your host will look new to the server.  In this
1180 (unlikely) case, only messages you fetched with \fIfetchmail --keep\fR
1181 will be both undeleted and marked old.
1182 .PP
1183 In ETRN and ODMR modes, \fIfetchmail\fR does not actually retrieve messages;
1184 instead, it asks the server's SMTP listener to start a queue flush
1185 to the client via SMTP.  Therefore it sends only undelivered messages.
1186
1187 .SH SPAM FILTERING
1188 Many SMTP listeners allow administrators to set up 'spam filters' that
1189 block unsolicited email from specified domains.  A MAIL FROM or DATA line that
1190 triggers this feature will elicit an SMTP response which
1191 (unfortunately) varies according to the listener.
1192 .PP
1193 Newer versions of
1194 .I sendmail
1195 return an error code of 571.
1196 .PP
1197 According to RFC2821, the correct thing to return in this situation is
1198 550 "Requested action not taken: mailbox unavailable" (the draft adds
1199 "[E.g., mailbox not found, no access, or command rejected for policy
1200 reasons].").
1201 .PP
1202 Older versions of the
1203 .I exim
1204 MTA return 501 "Syntax error in parameters or arguments".
1205 .PP
1206 The
1207 .I postfix
1208 MTA runs 554 as an antispam response.
1209 .PP
1210 .I Zmailer
1211 may reject code with a 500 response (followed by an enhanced status
1212 code that contains more information).
1213 .PP
1214 Return codes which
1215 .I fetchmail
1216 treats as antispam responses and discards
1217 the message can be set with the 'antispam' option.  This is one of the
1218 .I only
1219 three circumstance under which fetchmail ever discards mail (the others
1220 are the 552 and 553 errors described below, and the suppression of
1221 multidropped messages with a message-ID already seen).
1222 .PP
1223 If
1224 .I fetchmail
1225 is fetching from an IMAP server, the antispam response will be detected and
1226 the message rejected immediately after the headers have been fetched,
1227 without reading the message body.  Thus, you won't pay for downloading
1228 spam message bodies.
1229 .PP
1230 By default, the list of antispam responses is empty.
1231 .PP
1232 If the \fIspambounce\fR option is on, mail that is spam-blocked
1233 triggers an RFC1892 bounce message informing the originator that we do
1234 not accept mail from it.
1235
1236 .SH SMTP/ESMTP ERROR HANDLING
1237 Besides the spam-blocking described above, fetchmail takes special
1238 actions on the following SMTP/ESMTP error responses
1239 .TP 5
1240 452 (insufficient system storage)
1241 Leave the message in the server mailbox for later retrieval.
1242 .TP 5
1243 552 (message exceeds fixed maximum message size)
1244 Delete the message from the server.  Send bounce-mail to the
1245 originator.
1246 .TP 5
1247 553 (invalid sending domain)
1248 Delete the message from the server.  Don't even try to send
1249 bounce-mail to the originator.
1250 .PP
1251 Other errors trigger bounce mail back to the originator.
1252
1253 .SH THE RUN CONTROL FILE
1254 The preferred way to set up fetchmail is to write a
1255 \&\fI.fetchmailrc\fR file in your home directory (you may do this
1256 directly, with a text editor, or indirectly via \fIfetchmailconf\fR).
1257 When there is a conflict between the command-line arguments and the
1258 arguments in this file, the command-line arguments take precedence.
1259 .PP
1260 To protect the security of your passwords,
1261 your \fI~/.fetchmailrc\fR may not normally have more than 0600 (u=rw,g=,o=) permissions;
1262 .I fetchmail
1263 will complain and exit otherwise (this check is suppressed when
1264 --version is on).
1265 .PP
1266 You may read the \fI.fetchmailrc\fR file as a list of commands to
1267 be executed when
1268 .I fetchmail
1269 is called with no arguments.
1270 .SS Run Control Syntax
1271 .PP
1272 Comments begin with a '#' and extend through the end of the line.
1273 Otherwise the file consists of a series of server entries or global
1274 option statements in a free-format, token-oriented syntax.
1275 .PP
1276 There are four kinds of tokens: grammar keywords, numbers
1277 (i.e. decimal digit sequences), unquoted strings, and quoted strings.
1278 A quoted string is bounded by double quotes and may contain
1279 whitespace (and quoted digits are treated as a string).  An unquoted
1280 string is any whitespace-delimited token that is neither numeric, string
1281 quoted nor contains the special characters ',', ';', ':', or '='.
1282 .PP
1283 Any amount of whitespace separates tokens in server entries, but is
1284 otherwise ignored. You may use standard C-style escapes (\en, \et,
1285 \eb, octal, and hex) to embed non-printable characters or string
1286 delimiters in strings.
1287 .PP
1288 Each server entry consists of one of the keywords 'poll' or 'skip',
1289 followed by a server name, followed by server options, followed by any
1290 number of user descriptions.  Note: the most common cause of syntax
1291 errors is mixing up user and server options.
1292 .PP
1293 For backward compatibility, the word 'server' is a synonym for 'poll'.
1294 .PP
1295 You can use the noise keywords 'and', 'with',
1296 \&'has', 'wants', and 'options' anywhere in an entry to make
1297 it resemble English.  They're ignored, but but can make entries much
1298 easier to read at a glance.  The punctuation characters ':', ';' and
1299 \&',' are also ignored.
1300 .PP
1301 .SS Poll vs. Skip
1302 The 'poll' verb tells fetchmail to query this host when it is run with
1303 no arguments.  The 'skip' verb tells
1304 .I fetchmail
1305 not to poll this host unless it is explicitly named on the command
1306 line.  (The 'skip' verb allows you to experiment with test entries
1307 safely, or easily disable entries for hosts that are temporarily down.)
1308 .PP
1309 .SS Keyword/Option Summary
1310 Here are the legal options.  Keyword suffixes enclosed in
1311 square brackets are optional.  Those corresponding to command-line
1312 options are followed by '-' and the appropriate option letter.
1313 If option is only relevant to a single mode of operation, it is noted
1314 as 's' or 'm' for singledrop- or multidrop-mode, respectively.
1315
1316 Here are the legal global options:
1317
1318 .TS
1319 l l l lw34.
1320 Keyword         Opt     Mode    Function
1321 _
1322 set daemon      \&      \&      T{
1323 Set a background poll interval in seconds
1324 T}
1325 set postmaster          \&      \&      T{
1326 Give the name of the last-resort mail recipient
1327 T}
1328 set no bouncemail       \&      \&      T{
1329 Direct error mail to postmaster rather than sender
1330 T}
1331 set no spambounce       \&      \&      T{
1332 Send spam bounces
1333 T}
1334 set logfile     \&      \&      T{
1335 Name of a file to dump error and status messages to
1336 T}
1337 set idfile      \&      \&      T{
1338 Name of the file to store UID lists in
1339 T}
1340 set syslog      \&      \&      T{
1341 Do error logging through syslog(3).
1342 T}
1343 set no syslog   \&      \&      T{
1344 Turn off error logging through syslog(3).
1345 T}
1346 set properties  \&      \&      T{
1347 String value is ignored by fetchmail (may be used by extension scripts)
1348 T}
1349 .TE
1350
1351 Here are the legal server options:
1352
1353 .TS
1354 l l l lw34.
1355 Keyword         Opt     Mode    Function
1356 _
1357 via             \&      \&      T{
1358 Specify DNS name of mailserver, overriding poll name
1359 T}
1360 proto[col]      -p      \&      T{
1361 Specify protocol (case insensitive):
1362 POP2, POP3, IMAP, APOP, KPOP
1363 T}
1364 local[domains]  \&      m       T{
1365 Specify domain(s) to be regarded as local
1366 T}
1367 port            -P      \&      T{
1368 Specify TCP/IP service port
1369 T}
1370 auth[enticate]  \&      \&      T{
1371 Set authentication type (default 'any')
1372 T}
1373 timeout         -t      \&      T{
1374 Server inactivity timeout in seconds (default 300)
1375 T}
1376 envelope        -E      m       T{
1377 Specify envelope-address header name
1378 T}
1379 no envelope     \&      m       T{
1380 Disable looking for envelope address
1381 T}
1382 qvirtual        -Q      m       T{
1383 Qmail virtual domain prefix to remove from user name
1384 T}
1385 aka             \&      m       T{
1386 Specify alternate DNS names of mailserver
1387 T}
1388 interface       -I      \&      T{
1389 specify IP interface(s) that must be up for server poll to take place
1390 T}
1391 monitor         -M      \&      T{
1392 Specify IP address to monitor for activity
1393 T}
1394 plugin          \&      \&      T{
1395 Specify command through which to make server connections.
1396 T}
1397 plugout         \&      \&      T{
1398 Specify command through which to make listener connections.
1399 T}
1400 dns             \&      m       T{
1401 Enable DNS lookup for multidrop (default)
1402 T}
1403 no dns          \&      m       T{
1404 Disable DNS lookup for multidrop
1405 T}
1406 checkalias      \&      m       T{
1407 Do comparison by IP address for multidrop
1408 T}
1409 no checkalias   \&      m       T{
1410 Do comparison by name for multidrop (default)
1411 T}
1412 uidl            -U      \&      T{
1413 Force POP3 to use client-side UIDLs
1414 T}
1415 no uidl         \&      \&      T{
1416 Turn off POP3 use of client-side UIDLs (default)
1417 T}
1418 interval        \&      \&      T{
1419 Only check this site every N poll cycles; N is a numeric argument.
1420 T}
1421 tracepolls      \&      \&      T{
1422 Add poll tracing information to the Received header
1423 T}
1424 principal       \&      \&      T{
1425 Set Kerberos principal (only useful with imap and kerberos)
1426 T}
1427 esmtpname       \&      \&      T{
1428 Set name for RFC2554 authentication to the ESMTP server.
1429 T}
1430 esmtppassword           \&      \&      T{
1431 Set password for RFC2554 authentication to the ESMTP server.
1432 T}
1433 .TE
1434
1435 Here are the legal user options:
1436
1437 .TS
1438 l l l lw34.
1439 Keyword         Opt     Mode    Function
1440 _
1441 user[name]      -u      \&      T{
1442 Set remote user name
1443 (local user name if name followed by 'here')
1444 T}
1445 is              \&      \&      T{
1446 Connect local and remote user names
1447 T}
1448 to              \&      \&      T{
1449 Connect local and remote user names
1450 T}
1451 pass[word]      \&      \&      T{
1452 Specify remote account password
1453 T}
1454 ssl             \&      \&      T{
1455 Connect to server over the specified base protocol using SSL encryption
1456 T}
1457 sslcert         \&      \&      T{
1458 Specify file for client side public SSL certificate
1459 T}
1460 sslkey          \&      \&      T{
1461 Specify file for client side private SSL key
1462 T}
1463 sslproto        \&      \&      T{
1464 Force ssl protocol for connection
1465 T}
1466 folder          -r      \&      T{
1467 Specify remote folder to query
1468 T}
1469 smtphost        -S      \&      T{
1470 Specify smtp host(s) to forward to
1471 T}
1472 fetchdomains    \&      m       T{
1473 Specify domains for which mail should be fetched
1474 T}
1475 smtpaddress     -D      \&      T{
1476 Specify the domain to be put in RCPT TO lines
1477 T}
1478 smtpname        \&      \&      T{
1479 Specify the user and domain to be put in RCPT TO lines
1480 T}
1481 antispam        -Z      \&      T{
1482 Specify what SMTP returns are interpreted as spam-policy blocks
1483 T}
1484 mda             -m      \&      T{
1485 Specify MDA for local delivery
1486 T}
1487 bsmtp           -o      \&      T{
1488 Specify BSMTP batch file to append to
1489 T}
1490 preconnect      \&      \&      T{
1491 Command to be executed before each connection
1492 T}
1493 postconnect     \&      \&      T{
1494 Command to be executed after each connection
1495 T}
1496 keep            -k      \&      T{
1497 Don't delete seen messages from server
1498 T}
1499 flush           -F      \&      T{
1500 Flush all seen messages before querying (DANGEROUS)
1501 T}
1502 limitflush      \&      \&      T{
1503 Flush all oversized messages before querying
1504 T}
1505 fetchall        -a      \&      T{
1506 Fetch all messages whether seen or not
1507 T}
1508 rewrite         \&      \&      T{
1509 Rewrite destination addresses for reply (default)
1510 T}
1511 stripcr         \&      \&      T{
1512 Strip carriage returns from ends of lines
1513 T}
1514 forcecr         \&      \&      T{
1515 Force carriage returns at ends of lines
1516 T}
1517 pass8bits       \&      \&      T{
1518 Force BODY=8BITMIME to ESMTP listener
1519 T}
1520 dropstatus      \&      \&      T{
1521 Strip Status and X-Mozilla-Status lines out of incoming mail
1522 T}
1523 dropdelivered   \&      \&      T{
1524 Strip Delivered-To lines out of incoming mail
1525 T}
1526 mimedecode      \&      \&      T{
1527 Convert quoted-printable to 8-bit in MIME messages
1528 T}
1529 idle            \&      \&      T{
1530 Idle waiting for new messages after each poll (IMAP only)
1531 T}
1532 no keep         -K      \&      T{
1533 Delete seen messages from server (default)
1534 T}
1535 no flush        \&      \&      T{
1536 Don't flush all seen messages before querying (default)
1537 T}
1538 no fetchall     \&      \&      T{
1539 Retrieve only new messages (default)
1540 T}
1541 no rewrite      \&      \&      T{
1542 Don't rewrite headers
1543 T}
1544 no stripcr      \&      \&      T{
1545 Don't strip carriage returns (default)
1546 T}
1547 no forcecr      \&      \&      T{
1548 Don't force carriage returns at EOL (default)
1549 T}
1550 no pass8bits    \&      \&      T{
1551 Don't force BODY=8BITMIME to ESMTP listener (default)
1552 T}
1553 no dropstatus   \&      \&      T{
1554 Don't drop Status headers (default)
1555 T}
1556 no dropdelivered        \&      \&      T{
1557 Don't drop Delivered-To headers (default)
1558 T}
1559 no mimedecode   \&      \&      T{
1560 Don't convert quoted-printable to 8-bit in MIME messages (default)
1561 T}
1562 no idle         \&      \&      T{
1563 Don't idle waiting for new messages after each poll (IMAP only)
1564 T}
1565 limit           -l      \&      T{
1566 Set message size limit
1567 T}
1568 warnings        -w      \&      T{
1569 Set message size warning interval
1570 T}
1571 batchlimit      -b      \&      T{
1572 Max # messages to forward in single connect
1573 T}
1574 fetchlimit      -B      \&      T{
1575 Max # messages to fetch in single connect
1576 T}
1577 fetchsizelimit  \&      \&      T{
1578 Max # message sizes to fetch in single transaction
1579 T}
1580 fastuidl        \&      \&      T{
1581 Use binary search for first unseen message (POP3 only)
1582 T}
1583 expunge         -e      \&      T{
1584 Perform an expunge on every #th message (IMAP and POP3 only)
1585 T}
1586 properties      \&      \&      T{
1587 String value is ignored by fetchmail (may be used by extension scripts)
1588 T}
1589 .TE
1590 .PP
1591 Remember that all user options must \fIfollow\fR all server options.
1592 .PP
1593 In the .fetchmailrc file, the 'envelope' string argument may be
1594 preceded by a whitespace-separated number.  This number, if specified,
1595 is the number of such headers to skip (that is, an argument of 1
1596 selects the second header of the given type).  This is sometime useful
1597 for ignoring bogus Received headers created by an ISP's local delivery
1598 agent.
1599 .SS Keywords Not Corresponding To Option Switches
1600 .PP
1601 The 'folder' and 'smtphost' options (unlike their command-line
1602 equivalents) can take a space- or comma-separated list of names
1603 following them.
1604 .PP
1605 All options correspond to the obvious command-line arguments, except
1606 the following: 'via', 'interval', 'aka', 'is', 'to', 'dns'/'no dns',
1607 \&'checkalias'/'no checkalias', 'password', 'preconnect', 'postconnect',
1608 \&'localdomains', 'stripcr'/'no stripcr', 'forcecr'/'no forcecr',
1609 \&'pass8bits'/'no pass8bits' 'dropstatus/no dropstatus',
1610 \&'dropdelivered/no dropdelivered', 'mimedecode/no mimedecode', 'idle/no
1611 idle', and 'no envelope'.
1612 .PP
1613 The 'via' option is for if you want to have more
1614 than one configuration pointing at the same site.  If it is present,
1615 the string argument will be taken as the actual DNS name of the
1616 mailserver host to query.
1617 This will override the argument of poll, which can then simply be a
1618 distinct label for the configuration (e.g. what you would give on the
1619 command line to explicitly query this host).
1620 .PP
1621 The 'interval' option (which takes a numeric argument) allows you to poll a
1622 server less frequently than the basic poll interval.  If you say
1623 \&'interval N' the server this option is attached to will only be
1624 queried every N poll intervals.
1625 .PP
1626 The 'is' or 'to' keywords associate the following local (client)
1627 name(s) (or server-name to client-name mappings separated by =) with
1628 the mailserver user name in the entry.  If an is/to list has '*' as
1629 its last name, unrecognized names are simply passed through.
1630 .PP
1631 A single local name can be used to support redirecting your mail when
1632 your username on the client machine is different from your name on the
1633 mailserver.  When there is only a single local name, mail is forwarded
1634 to that local username regardless of the message's Received, To, Cc,
1635 and Bcc headers.  In this case
1636 .I fetchmail
1637 never does DNS lookups.
1638 .PP
1639 When there is more than one local name (or name mapping) the
1640 \fIfetchmail\fR code does look at the Received, To, Cc, and Bcc
1641 headers of retrieved mail (this is 'multidrop mode').  It looks for
1642 addresses with hostname parts that match your poll name or your 'via',
1643 \&'aka' or 'localdomains' options, and usually also for hostname parts
1644 which DNS tells it are aliases of the mailserver.  See the discussion
1645 of 'dns', 'checkalias', 'localdomains', and 'aka' for details on how
1646 matching addresses are handled.
1647 .PP
1648 If \fIfetchmail\fR cannot match any mailserver usernames or
1649 localdomain addresses, the mail will be bounced.
1650 Normally it will be bounced to the sender, but if 'nobounce' is on
1651 it will go to the postmaster (which in turn defaults to being the
1652 calling user).
1653 .PP
1654 The 'dns' option (normally on) controls the way addresses from
1655 multidrop mailboxes are checked.  On, it enables logic to check each
1656 host address that doesn't match an 'aka' or 'localdomains' declaration
1657 by looking it up with DNS.  When a mailserver username is recognized
1658 attached to a matching hostname part, its local mapping is added to
1659 the list of local recipients.
1660 .PP
1661 The 'checkalias' option (normally off) extends the lookups performed
1662 by the 'dns' keyword in multidrop mode, providing a way to cope with
1663 remote MTAs that identify themselves using their canonical name, while
1664 they're polled using an alias.
1665 When such a server is polled, checks to extract the envelope address
1666 fail, and
1667 .IR fetchmail
1668 reverts to delivery using the To/Cc/Bcc headers (See below
1669 \&'Header vs. Envelope addresses').
1670 Specifying this option instructs
1671 .IR fetchmail
1672 to retrieve all the IP addresses associated with both the poll name
1673 and the name used by the remote MTA and to do a comparison of the IP
1674 addresses.  This comes in handy in situations where the remote server
1675 undergoes frequent canonical name changes, that would otherwise
1676 require modifications to the rcfile.  'checkalias' has no effect if
1677 \&'no dns' is specified in the rcfile.
1678 .PP
1679 The 'aka' option is for use with multidrop mailboxes.  It allows you
1680 to pre-declare a list of DNS aliases for a server.  This is an
1681 optimization hack that allows you to trade space for speed.  When
1682 .IR fetchmail ,
1683 while processing a multidrop mailbox, grovels through message headers
1684 looking for names of the mailserver, pre-declaring common ones can
1685 save it from having to do DNS lookups.  Note: the names you give
1686 as arguments to 'aka' are matched as suffixes -- if you specify
1687 (say) 'aka netaxs.com', this will match not just a hostname
1688 netaxs.com, but any hostname that ends with '.netaxs.com'; such as
1689 (say) pop3.netaxs.com and mail.netaxs.com.
1690 .PP
1691 The 'localdomains' option allows you to declare a list of domains
1692 which fetchmail should consider local.  When fetchmail is parsing
1693 address lines in multidrop modes, and a trailing segment of a host
1694 name matches a declared local domain, that address is passed through
1695 to the listener or MDA unaltered (local-name mappings are \fInot\fR
1696 applied).
1697 .PP
1698 If you are using 'localdomains', you may also need to specify \&'no
1699 envelope', which disables \fIfetchmail\fR's normal attempt to deduce
1700 an envelope address from the Received line or X-Envelope-To header or
1701 whatever header has been previously set by 'envelope'.  If you set 'no
1702 envelope' in the defaults entry it is possible to undo that in
1703 individual entries by using 'envelope <string>'.  As a special case,
1704 \&'envelope "Received"' restores the default parsing of
1705 Received lines.
1706 .PP
1707 The \fBpassword\fR option requires a string argument, which is the password
1708 to be used with the entry's server.
1709 .PP
1710 The 'preconnect' keyword allows you to specify a shell command to be
1711 executed just before each time
1712 .I fetchmail
1713 establishes a mailserver connection.  This may be useful if you are
1714 attempting to set up secure POP connections with the aid of
1715 .IR ssh (1).
1716 If the command returns a nonzero status, the poll of that mailserver
1717 will be aborted.
1718 .PP
1719 Similarly, the 'postconnect' keyword similarly allows you to specify a
1720 shell command to be executed just after each time a mailserver
1721 connection is taken down.
1722 .PP
1723 The 'forcecr' option controls whether lines terminated by LF only are
1724 given CRLF termination before forwarding.  Strictly speaking RFC821
1725 requires this, but few MTAs enforce the requirement it so this option
1726 is normally off (only one such MTA, qmail, is in significant use at
1727 time of writing).
1728 .PP
1729 The 'stripcr' option controls whether carriage returns are stripped
1730 out of retrieved mail before it is forwarded.  It is normally not
1731 necessary to set this, because it defaults to 'on' (CR stripping
1732 enabled) when there is an MDA declared but 'off' (CR stripping
1733 disabled) when forwarding is via SMTP.  If 'stripcr' and 'forcecr' are
1734 both on, 'stripcr' will override.
1735 .PP
1736 The 'pass8bits' option exists to cope with Microsoft mail programs that
1737 stupidly slap a "Content-Transfer-Encoding: 7bit" on everything.  With
1738 this option off (the default) and such a header present,
1739 .I fetchmail
1740 declares BODY=7BIT to an ESMTP-capable listener; this causes problems for
1741 messages actually using 8-bit ISO or KOI-8 character sets, which will
1742 be garbled by having the high bits of all characters stripped.  If
1743 \&'pass8bits' is on,
1744 .I fetchmail
1745 is forced to declare BODY=8BITMIME to any ESMTP-capable listener.  If
1746 the listener is 8-bit-clean (as all the major ones now are) the right
1747 thing will probably result.
1748 .PP
1749 The 'dropstatus' option controls whether nonempty Status and
1750 X-Mozilla-Status lines are retained in fetched mail (the default) or
1751 discarded.  Retaining them allows your MUA to see what messages (if
1752 any) were marked seen on the server.  On the other hand, it can
1753 confuse some new-mail notifiers, which assume that anything with a
1754 Status line in it has been seen.  (Note: the empty Status lines
1755 inserted by some buggy POP servers are unconditionally discarded.)
1756 .PP
1757 The 'dropdelivered' option controls whether Delivered-To headers will
1758 be kept in fetched mail (the default) or discarded. These headers are
1759 added by Qmail and Postfix mailservers in order to avoid mail loops but
1760 may get in your way if you try to "mirror" a mailserver within the same
1761 domain. Use with caution.
1762 .PP
1763 The 'mimedecode' option controls whether MIME messages using the
1764 quoted-printable encoding are automatically converted into pure 8-bit
1765 data. If you are delivering mail to an ESMTP-capable, 8-bit-clean
1766 listener (that includes all of the major MTAs like sendmail), then
1767 this will automatically convert quoted-printable message headers and
1768 data into 8-bit data, making it easier to understand when reading
1769 mail. If your e-mail programs know how to deal with MIME messages,
1770 then this option is not needed.  The mimedecode option is off by
1771 default, because doing RFC2047 conversion on headers throws away
1772 character-set information and can lead to bad results if the encoding
1773 of the headers differs from the body encoding.
1774 .PP
1775 The 'idle' option is intended to be used with IMAP servers supporting
1776 the RFC2177 IDLE command extension, but does not strictly require it.
1777 If it is enabled, and fetchmail detects that IDLE is supported, an
1778 IDLE will be issued at the end of each poll.  This will tell the IMAP
1779 server to hold the connection open and notify the client when new mail
1780 is available.  If IDLE is not supported, fetchmail will simulate it by
1781 periodically issuing NOOP. If you need to poll a link frequently, IDLE
1782 can save bandwidth by eliminating TCP/IP connects and LOGIN/LOGOUT
1783 sequences. On the other hand, an IDLE connection will eat almost all
1784 of your fetchmail's time, because it will never drop the connection
1785 and allow other pools to occur unless the server times out the IDLE.
1786 It also doesn't work with multiple folders; only the first folder will
1787 ever be polled.
1788
1789 .PP
1790 The 'properties' option is an extension mechanism.  It takes a string
1791 argument, which is ignored by fetchmail itself.  The string argument may be
1792 used to store configuration information for scripts which require it.
1793 In particular, the output of '--configdump' option will make properties
1794 associated with a user entry readily available to a Python script.
1795 .PP
1796 .SS Miscellaneous Run Control Options
1797 The words 'here' and 'there' have useful English-like
1798 significance.  Normally 'user eric is esr' would mean that
1799 mail for the remote user 'eric' is to be delivered to 'esr',
1800 but you can make this clearer by saying 'user eric there is esr here',
1801 or reverse it by saying 'user esr here is eric there'
1802 .PP
1803 Legal protocol identifiers for use with the 'protocol' keyword are:
1804 .sp
1805 .nf
1806     auto (or AUTO)
1807     pop2 (or POP2)
1808     pop3 (or POP3)
1809     sdps (or SDPS)
1810     imap (or IMAP)
1811     apop (or APOP)
1812     kpop (or KPOP)
1813 .fi
1814 .sp
1815 .PP
1816 Legal authentication types are 'any', 'password', 'kerberos', 'kerberos_v5'
1817 and 'gssapi', 'cram-md5', 'otp', 'ntlm', 'ssh'.
1818 The 'password' type specifies authentication by normal transmission of a
1819 password (the password may be plain text or subject to
1820 protocol-specific encryption as in APOP); 'kerberos' tells
1821 \fIfetchmail\fR to try to get a Kerberos ticket at the start of each
1822 query instead, and send an arbitrary string as the password; and
1823 \&'gssapi' tells fetchmail to use GSSAPI authentication.  See the description
1824 of the 'auth' keyword for more.
1825 .PP
1826 Specifying 'kpop' sets POP3 protocol over port 1109 with Kerberos V4
1827 authentication.  These defaults may be overridden by later options.
1828 .PP
1829 There are currently four global option statements; 'set logfile'
1830 followed by a string sets the same global specified by --logfile.  A
1831 command-line --logfile option will override this.  Also, 'set daemon'
1832 sets the poll interval as --daemon does.  This can be overridden by a
1833 command-line --daemon option; in particular --daemon 0 can be used to
1834 force foreground operation. The 'set postmaster' statement sets the
1835 address to which multidrop mail defaults if there are no local
1836 matches.  Finally, 'set syslog' sends log messages to syslogd(8).
1837
1838 .SH INTERACTION WITH RFC 822
1839 When trying to determine the originating address of a message,
1840 fetchmail looks through headers in the following order:
1841 .sp
1842 .nf
1843         Return-Path:
1844         Resent-Sender: (ignored if it doesn't contain an @ or !)
1845         Sender: (ignored if it doesn't contain an @ or !)
1846         Resent-From:
1847         From:
1848         Reply-To:
1849         Apparently-From:
1850 .fi
1851 .sp
1852 The originating address is used for logging, and to set the MAIL FROM
1853 address when forwarding to SMTP.  This order is intended to cope
1854 gracefully with receiving mailing list messages in multidrop mode. The
1855 intent is that if a local address doesn't exist, the bounce message
1856 won't be returned blindly to the author or to the list itself, but
1857 rather to the list manager (which is less annoying).
1858
1859 In multidrop mode, destination headers are processed as follows:
1860 First, fetchmail looks for the Received: header (or whichever one is
1861 specified by the 'envelope' option) to determine the local
1862 recipient address. If the mail is addressed to more than one recipient,
1863 the Received line won't contain any information regarding recipient addresses.
1864
1865 Then fetchmail looks for the Resent-To:, Resent-Cc:, and Resent-Bcc:
1866 lines.  If they exist, they should contain the final recipients and
1867 have precedence over their To:/Cc:/Bcc: counterparts.  If the Resent-*
1868 lines don't exist, the To:, Cc:, Bcc: and Apparently-To: lines are
1869 looked for. (The presence of a Resent-To: is taken to imply that the
1870 person referred by the To: address has already received the original
1871 copy of the mail.)
1872
1873 .SH CONFIGURATION EXAMPLES
1874 Note that although there are password declarations in a good many
1875 of the examples below, this is mainly for illustrative purposes.
1876 We recommend stashing account/password pairs in your $HOME/.netrc
1877 file, where they can be used not just by fetchmail but by ftp(1) and
1878 other programs.
1879
1880 Basic format is:
1881
1882 .nf
1883   poll SERVERNAME protocol PROTOCOL username NAME password PASSWORD
1884 .fi
1885 .PP
1886 Example:
1887
1888 .nf
1889   poll pop.provider.net protocol pop3 username "jsmith" password "secret1"
1890 .fi
1891 .PP
1892 Or, using some abbreviations:
1893
1894 .nf
1895   poll pop.provider.net proto pop3 user "jsmith" password "secret1"
1896 .fi
1897 .PP
1898 Multiple servers may be listed:
1899
1900 .nf
1901   poll pop.provider.net proto pop3 user "jsmith" pass "secret1"
1902   poll other.provider.net proto pop2 user "John.Smith" pass "My^Hat"
1903 .fi
1904
1905 Here's a version of those two with more whitespace and some noise words:
1906
1907 .nf
1908   poll pop.provider.net proto pop3
1909       user "jsmith", with password secret1, is "jsmith" here;
1910   poll other.provider.net proto pop2:
1911       user "John.Smith", with password "My^Hat", is "John.Smith" here;
1912 .fi
1913
1914 This version is much easier to read and doesn't cost significantly
1915 more (parsing is done only once, at startup time).
1916
1917 .PP
1918 If you need to include whitespace in a parameter string, enclose the
1919 string in double quotes.  Thus:
1920
1921 .nf
1922   poll mail.provider.net with proto pop3:
1923         user "jsmith" there has password "u can't krak this"
1924                     is jws here and wants mda "/bin/mail"
1925 .fi
1926
1927 You may have an initial server description headed by the keyword
1928 \&'defaults' instead of 'poll' followed by a name.  Such a record
1929 is interpreted as defaults for all queries to use. It may be overwritten
1930 by individual server descriptions.  So, you could write:
1931
1932 .nf
1933   defaults proto pop3
1934         user "jsmith"
1935   poll pop.provider.net
1936         pass "secret1"
1937   poll mail.provider.net
1938         user "jjsmith" there has password "secret2"
1939 .fi
1940
1941 It's possible to specify more than one user per server (this is only
1942 likely to be useful when running fetchmail in daemon mode as root).
1943 The 'user' keyword leads off a user description, and every user specification
1944 in a multi-user entry must include it.  Here's an example:
1945
1946 .nf
1947   poll pop.provider.net proto pop3 port 3111
1948         user "jsmith" with pass "secret1" is "smith" here
1949         user jones with pass "secret2" is "jjones" here keep
1950 .fi
1951
1952 This associates the local username 'smith' with the pop.provider.net
1953 username 'jsmith' and the local username 'jjones' with the
1954 pop.provider.net username 'jones'.  Mail for 'jones' is kept on the
1955 server after download.
1956 .PP
1957 Here's what a simple retrieval configuration for a multi-drop mailbox
1958 looks like:
1959
1960 .nf
1961   poll pop.provider.net:
1962         user maildrop with pass secret1 to golux 'hurkle'='happy' snark here
1963 .fi
1964
1965 This says that the mailbox of account 'maildrop' on the server is a
1966 multi-drop box, and that messages in it should be parsed for the
1967 server user names 'golux', 'hurkle', and 'snark'.  It further
1968 specifies that 'golux' and 'snark' have the same name on the
1969 client as on the server, but mail for server user 'hurkle' should be
1970 delivered to client user 'happy'.
1971 .PP
1972 Here's an example of another kind of multidrop connection:
1973
1974 .nf
1975   poll pop.provider.net localdomains loonytoons.org toons.org:
1976         user maildrop with pass secret1 to * here
1977 .fi
1978
1979 This also says that the mailbox of account 'maildrop' on the server is
1980 a multi-drop box.  It tells fetchmail that any address in the
1981 loonytoons.org or toons.org domains (including sub-domain addresses like
1982 \&'joe@daffy.loonytoons.org') should be passed through to the local SMTP
1983 listener without modification.  Be careful of mail loops if you do this!
1984 .PP
1985 Here's an example configuration using ssh and the plugin option.  The
1986 queries are made directly on the stdin and stdout of imapd via ssh.
1987 Note that in this setup, IMAP authentication can be skipped.
1988
1989 .nf
1990 poll mailhost.net with proto imap:
1991         plugin "ssh %h /usr/sbin/imapd" auth ssh;
1992         user esr is esr here
1993 .fi
1994
1995 .SH THE USE AND ABUSE OF MULTIDROP MAILBOXES
1996 Use the multiple-local-recipients feature with caution -- it can bite.
1997 All multidrop features are ineffective in ETRN and ODMR modes.
1998
1999 Also, note that in multidrop mode duplicate mails are suppressed.  A
2000 piece of mail is considered duplicate if it has the same message-ID as
2001 the message immediately preceding and more than one addressee.  Such
2002 runs of messages may be generated when copies of a message addressed
2003 to multiple users are delivered to a multidrop box.
2004
2005 .SS Header vs. Envelope addresses
2006 The fundamental problem is that by having your mailserver toss several
2007 peoples' mail in a single maildrop box, you may have thrown away
2008 potentially vital information about who each piece of mail was
2009 actually addressed to (the 'envelope address', as opposed to the
2010 header addresses in the RFC822 To/Cc/Bcc headers).  This 'envelope
2011 address' is the address you need in order to reroute mail properly.
2012 .PP
2013 Sometimes
2014 .I fetchmail
2015 can deduce the envelope address.  If the mailserver MTA is
2016 .I sendmail
2017 and the item of mail had just one recipient, the MTA will have written
2018 a 'by/for' clause that gives the envelope addressee into its Received
2019 header. But this doesn't work reliably for other MTAs, nor if there is
2020 more than one recipient.  By default, \fIfetchmail\fR looks for
2021 envelope addresses in these lines; you can restore this default with
2022 -E "Received" or \&'envelope Received'.
2023 .PP
2024 Alternatively, some SMTP listeners and/or mail servers insert a header
2025 in each message containing a copy of the envelope addresses.  This
2026 header (when it exists) is often 'X-Envelope-To'.  Fetchmail's
2027 assumption about this can be changed with the -E or 'envelope' option.
2028 Note that writing an envelope header of this kind exposes the names of
2029 recipients (including blind-copy recipients) to all receivers of the
2030 messages; it is therefore regarded by some administrators as a
2031 security/privacy problem.
2032 .PP
2033 A slight variation of the 'X-Envelope-To' header is the 'Delivered-To' put
2034 by qmail to avoid mail loops. It will probably prefix the user name with a
2035 string that normally matches the user's domain. To remove this prefix you
2036 can use the -Q or 'qvirtual' option.
2037 .PP
2038 Sometimes, unfortunately, neither of these methods works.  When they
2039 all fail, fetchmail must fall back on the contents of To/Cc/Bcc
2040 headers to try to determine recipient addressees -- and these are not
2041 reliable.  In particular, mailing-list software often ships mail with
2042 only the list broadcast address in the To header.
2043 .PP
2044 When
2045 .I fetchmail
2046 cannot deduce a recipient address that is local, and the intended
2047 recipient address was anyone other than fetchmail's invoking user,
2048 mail will get lost.  This is what makes the multidrop feature risky.
2049 .PP
2050 A related problem is that when you blind-copy a mail message, the Bcc
2051 information is carried \fIonly\fR as envelope address (it's not put
2052 in the headers fetchmail can see unless there is an X-Envelope
2053 header).  Thus, blind-copying to someone who gets mail over a
2054 fetchmail link will fail unless the the mailserver host routinely
2055 writes X-Envelope or an equivalent header into messages in your maildrop.
2056
2057 .SS Good Ways To Use Multidrop Mailboxes
2058 Multiple local names can be used to administer a mailing list from the
2059 client side of a \fIfetchmail\fR collection.  Suppose your name is
2060 \&'esr', and you want to both pick up your own mail and maintain a mailing
2061 list called (say) "fetchmail-friends", and you want to keep the alias
2062 list on your client machine.
2063 .PP
2064 On your server, you can alias \&'fetchmail-friends' to 'esr'; then, in
2065 your \fI.fetchmailrc\fR, declare \&'to esr fetchmail-friends here'.
2066 Then, when mail including 'fetchmail-friends' as a local address
2067 gets fetched, the list name will be appended to the list of
2068 recipients your SMTP listener sees.  Therefore it will undergo alias
2069 expansion locally.  Be sure to include 'esr' in the local alias
2070 expansion of fetchmail-friends, or you'll never see mail sent only to
2071 the list.  Also be sure that your listener has the "me-too" option set
2072 (sendmail's -oXm command-line option or OXm declaration) so your name
2073 isn't removed from alias expansions in messages you send.
2074 .PP
2075 This trick is not without its problems, however.  You'll begin to see
2076 this when a message comes in that is addressed only to a mailing list
2077 you do \fInot\fR have declared as a local name.  Each such message
2078 will feature an 'X-Fetchmail-Warning' header which is generated
2079 because fetchmail cannot find a valid local name in the recipient
2080 addresses.  Such messages default (as was described above) to being
2081 sent to the local user running
2082 .IR fetchmail ,
2083 but the program has no way to know that that's actually the right thing.
2084
2085 .SS Bad Ways To Abuse Multidrop Mailboxes
2086 Multidrop mailboxes and
2087 .I fetchmail
2088 serving multiple users in daemon mode do not mix.  The problem, again, is
2089 mail from mailing lists, which typically does not have an individual
2090 recipient address on it.   Unless
2091 .I fetchmail
2092 can deduce an envelope address, such mail will only go to the account
2093 running fetchmail (probably root).  Also, blind-copied users are very
2094 likely never to see their mail at all.
2095 .PP
2096 If you're tempted to use
2097 .I fetchmail
2098 to retrieve mail for multiple users from a single mail drop via POP or
2099 IMAP, think again (and reread the section on header and envelope
2100 addresses above).  It would be smarter to just let the mail sit in the
2101 mailserver's queue and use fetchmail's ETRN or ODMR modes to trigger
2102 SMTP sends periodically (of course, this means you have to poll more
2103 frequently than the mailserver's expiry period).  If you can't arrange
2104 this, try setting up a UUCP feed.
2105 .PP
2106 If you absolutely \fImust\fR use multidrop for this purpose, make sure
2107 your mailserver writes an envelope-address header that fetchmail can
2108 see.  Otherwise you \fIwill\fR lose mail and it \fIwill\fR come back
2109 to haunt you.
2110
2111 .SS Speeding Up Multidrop Checking
2112 Normally, when multiple users are declared
2113 .I fetchmail
2114 extracts recipient addresses as described above and checks each host
2115 part with DNS to see if it's an alias of the mailserver.  If so, the
2116 name mappings described in the "to ... here" declaration are done and
2117 the mail locally delivered.
2118 .PP
2119 This is a convenient but also slow method.  To speed
2120 it up, pre-declare mailserver aliases with 'aka'; these are checked
2121 before DNS lookups are done.  If you're certain your aka list contains
2122 .B all
2123 DNS aliases of the mailserver (and all MX names pointing at it - note
2124 this may change in a future version)
2125 you can declare 'no dns' to suppress DNS lookups entirely and
2126 \fIonly\fR match against the aka list.
2127
2128 .SH EXIT CODES
2129 To facilitate the use of
2130 .I fetchmail
2131 in shell scripts, an exit code is returned to give an indication
2132 of what occurred during a given connection.
2133 .PP
2134 The exit codes returned by
2135 .I fetchmail
2136 are as follows:
2137 .IP 0
2138 One or more messages were successfully retrieved (or, if the -c option
2139 was selected, were found waiting but not retrieved).
2140 .IP 1
2141 There was no mail awaiting retrieval.  (There may have been old mail still
2142 on the server but not selected for retrieval.)
2143 .IP 2
2144 An error was encountered when attempting to open a socket to retrieve
2145 mail.  If you don't know what a socket is, don't worry about it --
2146 just treat this as an 'unrecoverable error'.  This error can also be
2147 because a protocol fetchmail wants to use is not listed in /etc/services.
2148 .IP 3
2149 The user authentication step failed.  This usually means that a bad
2150 user-id, password, or APOP id was specified.  Or it may mean that you
2151 tried to run fetchmail under circumstances where it did not have
2152 standard input attached to a terminal and could not prompt for a
2153 missing password.
2154 .IP 4
2155 Some sort of fatal protocol error was detected.
2156 .IP 5
2157 There was a syntax error in the arguments to
2158 .IR fetchmail .
2159 .IP 6
2160 The run control file had bad permissions.
2161 .IP 7
2162 There was an error condition reported by the server.  Can also
2163 fire if
2164 .I fetchmail
2165 timed out while waiting for the server.
2166 .IP 8
2167 Client-side exclusion error.  This means
2168 .I fetchmail
2169 either found another copy of itself already running, or failed in such
2170 a way that it isn't sure whether another copy is running.
2171 .IP 9
2172 The user authentication step failed because the server responded "lock
2173 busy".  Try again after a brief pause!  This error is not implemented
2174 for all protocols, nor for all servers.  If not implemented for your
2175 server, "3" will be returned instead, see above.  May be returned when
2176 talking to qpopper or other servers that can respond with "lock busy"
2177 or some similar text containing the word "lock".
2178 .IP 10
2179 The
2180 .I fetchmail
2181 run failed while trying to do an SMTP port open or transaction.
2182 .IP 11
2183 Fatal DNS error.  Fetchmail encountered an error while performing
2184 a DNS lookup at startup and could not proceed.
2185 .IP 12
2186 BSMTP batch file could not be opened.
2187 .IP 13
2188 Poll terminated by a fetch limit (see the --fetchlimit option).
2189 .IP 14
2190 Server busy indication.
2191 .IP 15
2192 Server timed out during an IMAP IDLE.
2193 .IP 23
2194 Internal error.  You should see a message on standard error with
2195 details.
2196 .PP
2197 When
2198 .I fetchmail
2199 queries more than one host, return status is 0 if \fIany\fR query
2200 successfully retrieved mail. Otherwise the returned error status is
2201 that of the last host queried.
2202
2203 .SH FILES
2204 .TP 5
2205 ~/.fetchmailrc
2206 default run control file
2207 .TP 5
2208 ~/.fetchids
2209 default location of file associating hosts with last message IDs seen
2210 (used only with newer RFC1939-compliant POP3 servers supporting the
2211 UIDL command).
2212 .TP 5
2213 ~/.fetchmail.pid
2214 lock file to help prevent concurrent runs (non-root mode).
2215 .TP 5
2216 ~/.netrc
2217 your FTP run control file, which (if present) will be searched for
2218 passwords as a last resort before prompting for one interactively.
2219 .TP 5
2220 /var/run/fetchmail.pid
2221 lock file to help prevent concurrent runs (root mode, Linux systems).
2222 .TP 5
2223 /etc/fetchmail.pid
2224 lock file to help prevent concurrent runs (root mode, systems without /var/run).
2225
2226 .SH ENVIRONMENT
2227 If the FETCHMAILUSER variable is set, it is used as the name of the
2228 calling user (default local name) for purposes such as mailing error
2229 notifications.  Otherwise, if either the LOGNAME or USER variable is
2230 correctly set (e.g. the corresponding UID matches the session user ID)
2231 then that name is used as the default local name.  Otherwise
2232 \fBgetpwuid\fR(3) must be able to retrieve a password entry for the
2233 session ID (this elaborate logic is designed to handle the case of
2234 multiple names per userid gracefully).
2235
2236 If the environment variable FETCHMAILHOME is set to a valid and
2237 existing directory name, the .fetchmailrc and .fetchids and
2238 \&.fetchmail.pid files are put there instead of in the invoking user's
2239 home directory (and lose the leading dots on their names).  The
2240 \&.netrc file is looked for in the the invoking user's home directory
2241 regardless of FETCHMAILHOME's setting.
2242
2243 If the HOME_ETC variable is set, file $HOME_ETC/.fetchmailrc is used
2244 instead of ~/.fetchmailrc.
2245
2246 .SH SIGNALS
2247 If a
2248 .I fetchmail
2249 daemon is running as root, SIGHUP wakes it up from its sleep phase and
2250 forces a poll of all non-skipped servers (this is in accordance with
2251 the usual conventions for system daemons).
2252 .PP
2253 If
2254 .I fetchmail
2255 is running in daemon mode as non-root, use SIGUSR1 to wake it (this is
2256 so SIGHUP due to logout can retain the default action of killing it).
2257 .PP
2258 Running
2259 .I fetchmail
2260 in foreground while a background fetchmail is running will do
2261 whichever of these is appropriate to wake it up.
2262
2263 .SH BUGS AND KNOWN PROBLEMS
2264 .PP
2265 The assumptions that the DNS and in particular the checkalias options
2266 make are not often sustainable. For instance, it has become uncommon for
2267 an MX server to be a POP3 or IMAP server at the same time. Therefore the
2268 MX lookups may go away in a future release.
2269 .PP
2270 The mda and plugin options interact badly.  In order to collect error
2271 status from the MDA, fetchmail has to change its normal signal
2272 handling so that dead plugin processes don't get reaped until the end
2273 of the poll cycle.  This can cause resource starvation if too many
2274 zombies accumulate.  So either don't deliver to a MDA using plugins or
2275 risk being overrun by an army of undead.
2276 .PP
2277 The --interface option does not support IPv6 and it is doubtful if it
2278 ever will, since there is no portable way to query interface IPv6
2279 addresses.
2280 .PP
2281 The RFC822 address parser used in multidrop mode chokes on some
2282 @-addresses that are technically legal but bizarre.  Strange uses of
2283 quoting and embedded comments are likely to confuse it.
2284 .PP
2285 In a message with multiple envelope headers, only the last one
2286 processed will be visible to fetchmail.  To get around this, use a
2287 mailserver-side filter that consolidates the contents of all envelope
2288 headers into a single one (procmail, mailagent, or maildrop can be
2289 programmed to do this fairly easily).
2290 .PP
2291 Use of some of these protocols requires that the program send
2292 unencrypted passwords over the TCP/IP connection to the mailserver.
2293 This creates a risk that name/password pairs might be snaffled with a
2294 packet sniffer or more sophisticated monitoring software.  Under Linux
2295 and FreeBSD, the --interface option can be used to restrict polling to
2296 availability of a specific interface device with a specific local or
2297 remote IP address, but snooping is still possible if (a) either host
2298 has a network device that can be opened in promiscuous mode, or (b)
2299 the intervening network link can be tapped.  We recommend the use of
2300 .IR ssh (1)
2301 tunnelling to not only shroud your passwords but encrypt the entire
2302 conversation.
2303 .PP
2304 Use of the %F or %T escapes in an mda option could open a security
2305 hole, because they pass text manipulable by an attacker to a shell
2306 command.  Potential shell characters are replaced by '_' before
2307 execution.  The hole is further reduced by the fact that fetchmail
2308 temporarily discards any suid privileges it may have while running the
2309 MDA.  For maximum safety, however, don't use an mda command containing
2310 %F or %T when fetchmail is run from the root account itself.
2311 .PP
2312 Fetchmail's method of sending bouncemail and spam bounces requires that
2313 port 25 of localhost be available for sending mail via SMTP.
2314 .PP
2315 If you modify a
2316 .I ~/.fetchmailrc
2317 while a background instance is running and break the syntax, the
2318 background instance will die silently.  Unfortunately, it can't
2319 die noisily because we don't yet know whether syslog should be enabled.
2320 On some systems, fetchmail dies quietly even if there is no syntax
2321 error; this seems to have something to do with buggy terminal ioctl
2322 code in the kernel.
2323 .PP
2324 The -f - option (reading a configuration from stdin) is incompatible
2325 with the plugin option.
2326 .PP
2327 The 'principal' option only handles Kerberos IV, not V.
2328 .PP
2329 Send comments, bug reports, gripes, and the like to the
2330 fetchmail-devel list <fetchmail-devel@lists.berlios.de>.  An HTML FAQ is
2331 available at the fetchmail home page; surf to
2332 http://fetchmail.berlios.de/ or do a WWW search for pages with
2333 \&'fetchmail' in their titles.
2334
2335 .SH AUTHOR
2336 Eric S. Raymond <esr@snark.thyrsus.com>.  Too many other people to
2337 name here have contributed code and patches.
2338 This program is descended from and replaces
2339 .IR popclient ,
2340 by Carl Harris <ceharris@mal.com>; the internals have become quite different,
2341 but some of its interface design is directly traceable to that
2342 ancestral program.
2343 .PP
2344 This manual page has been improved by R.\ Hannes Beinert.
2345 .PP
2346 Fetchmail is currently maintained by Matthias Andree and Rob Funk.
2347
2348 .SH SEE ALSO
2349 mutt(1), elm(1), mail(1), sendmail(8), popd(8), imapd(8), netrc(5)
2350 .SH APPLICABLE STANDARDS
2351 .TP 5
2352 SMTP/ESMTP:
2353 RFC 821, RFC2821, RFC 1869, RFC 1652, RFC 1870, RFC 1983, RFC 1985,
2354 RFC 2554.
2355 .TP 5
2356 mail:
2357 RFC 822, RFC2822, RFC 1123, RFC 1892, RFC 1894.
2358 .TP 5
2359 POP2:
2360 RFC 937
2361 .TP 5
2362 POP3:
2363 RFC 1081, RFC 1225, RFC 1460, RFC 1725, RFC1734, RFC 1939, RFC 1957,
2364 RFC2195, RFC 2449.
2365 .TP 5
2366 APOP:
2367 RFC 1460, RFC 1725, RFC 1939.
2368 .TP 5
2369 RPOP:
2370 RFC 1081, RFC 1225.
2371 .TP 5
2372 IMAP2/IMAP2BIS:
2373 RFC 1176, RFC 1732.
2374 .TP 5
2375 IMAP4/IMAP4rev1:
2376 RFC 1730, RFC 1731, RFC 1732, RFC 2060, RFC 2061, RFC 2195, RFC 2177,
2377 RFC 2683.
2378 .TP 5
2379 ETRN:
2380 RFC 1985.
2381 .TP 5
2382 ODMR/ATRN:
2383 RFC 2645.
2384 .TP 5
2385 OTP:
2386 RFC 1938.
2387 .TP 5
2388 LMTP:
2389 RFC 2033.
2390 .TP 5
2391 GSSAPI:
2392 RFC 1508.
2393 .TP 5
2394 TLS:
2395 RFC 2595.