1 | set logfile "/opt/local/var/log/fetchmail" |
---|
2 | set idfile "/opt/local/var/run/fetchmail/fetchmailids" |
---|
3 | set postmaster "postmaster" |
---|
4 | set bouncemail |
---|
5 | set spambounce |
---|
6 | set 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 | |
---|
11 | poll "my_mail_providor" protocol POP3 : user "my_user" there with password "my_password" is "my_user" here ; |
---|
12 | |
---|
13 | #gmail example: |
---|
14 | poll pop.gmail.com with proto POP3 and options no dns |
---|
15 | user 'youremail@gmail.com' there with password 'itsasecret' is 'local_user' here options ssl keep |
---|