howto/SetupFetchmail: fetchmailrc

File fetchmailrc, 593 bytes (added by kurthindenburg (Kurt Hindenburg), 10 years ago)

Fetchmail configuration

Line 
1set logfile "/opt/local/var/log/fetchmail"
2set idfile "/opt/local/var/run/fetchmail/fetchmailids"
3set postmaster "postmaster"
4set bouncemail
5set spambounce
6set properties ""
7#set daemon 1200 - causes crashes when used w/ OS X 10.9.3 + launchd
8
9# highly suggest using keep until you're sure everything is work O.K.
10
11poll "my_mail_providor" protocol POP3 : user "my_user" there with password "my_password" is "my_user" here ;
12
13#gmail example:
14poll pop.gmail.com with proto POP3 and options no dns
15user 'youremail@gmail.com' there with password 'itsasecret' is 'local_user' here  options ssl keep