howto/SetupFetchmail: fetchmailrc
| File fetchmailrc, 437 bytes (added by martin.osx@…, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | set logfile "/opt/local/var/log/fetchmail" |
| 3 | set idfile "/opt/local/var/run/fetchmail/fetchmailids" |
| 4 | set postmaster "postmaster" |
| 5 | set bouncemail |
| 6 | set spambounce |
| 7 | set properties "" |
| 8 | set daemon 1200 |
| 9 | |
| 10 | poll "my_mail_providor" protocol POP3 : user "my_user" there with password "my_password" is "my_user" here ; |
| 11 | |
| 12 | #vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : |
| 13 | #vim: set textwidth=0 filetype=fetchmail foldmethod=marker nospell : |

