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