Server Options
Server options must be placed on their own line in .fetchmailrc
after a poll
or skip
action.
auth
- Replace<auth-type>
<auth-type>
with the type of authentication to be used. By default,password
authentication is used, but some protocols support other types of authentication, includingkerberos_v5
,kerberos_v4
, andssh
. If theany
authentication type is used, Fetchmail first tries methods that do not require a password, then methods that mask the password, and finally attempts to send the password unencrypted to authenticate to the server.
interval
- Polls the specified server every<number>
of times that it checks for email on all configured servers. This option is generally used for email servers where the user rarely receives messages.<number>
port
- Replace<port-number>
<port-number>
with the port number. This value overrides the default port number for the specified protocol.proto
- Replace<protocol>
<protocol>
with the protocol, such aspop3
orimap
, to use when checking for messages on the server.timeout
- Replace<seconds>
<seconds>
with the number of seconds of server inactivity after which Fetchmail gives up on a connection attempt. If this value is not set, a default of300
seconds is assumed.