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