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