fetchmail.man
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:79k
源码类别:

Email客户端

开发平台:

Unix_Linux

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