Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

howto/SetupFetchmail: fetchmailrc

File fetchmailrc, 437 bytes (added by martin.osx@…, 6 months ago)

Fetchmail configuration

Line 
1
2set logfile "/opt/local/var/log/fetchmail"
3set idfile "/opt/local/var/run/fetchmail/fetchmailids"
4set postmaster "postmaster"
5set bouncemail
6set spambounce
7set properties ""
8set daemon 1200
9
10poll "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 :