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