]> git.proxmox.com Git - pmg-docs.git/blob - fetchmail.conf.5-opts.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / fetchmail.conf.5-opts.adoc
1 `enable`: `<boolean>` ('default =' `0`)::
2
3 Flag to enable or disable polling.
4
5 `interval`: `<integer> (1 - 2016)` ::
6
7 Only check this site every <interval> poll cycles. A poll cycle is 5 minutes.
8
9 `keep`: `<boolean>` ('default =' `0`)::
10
11 Keep retrieved messages on the remote mailserver.
12
13 `pass`: `<string>` ::
14
15 The password used tfor server login.
16
17 `port`: `<integer> (1 - 65535)` ::
18
19 Port number.
20
21 `protocol`: `<imap | pop3>` ::
22
23 Specify the protocol to use when communicating with the remote mailserver
24
25 `server`: `<string>` ::
26
27 Server address (IP or DNS name).
28
29 `ssl`: `<boolean>` ('default =' `0`)::
30
31 Use SSL.
32
33 `target`: `(?:|[^\s\/\@]+\@[^\s\/\@]+)` ::
34
35 The target email address (where to deliver fetched mails).
36
37 `user`: `<string>` ::
38
39 The user identification to be used when logging in to the server
40