# fetchmail.rc # == # This document: http://www.rdrs.net/document/ # Last update: Tue Dec 28, 2004 # == # # A typical ~/.fetchmailrc for dailup users poll pop.myisp1.nl proto POP3 username your_username password '*#@fJ3la&h9fL' mda "/usr/bin/procmail -d your_name" set logfile "/var/log/isp1_fetch.log" # # almost the same, but fetches all messages and doesn't delete them # from the remote pop3 server. poll pop.myisp2.nl proto POP3 username second_username password '83Joau#2!.' mda "/usr/bin/procmail -d your_name" keep # Do not flush messages after retrieval fetchall # Need to fetchall messages, even those we've seen, this is a backup account. set logfile "/var/log/isp2_fetch.log" # See if your fetchmail.rc is configured correctly ~: fetchmail --version # your fetchmail.rc should have no more than -rwx--x--- (0710) permissions ~: chmod 0710 fetchmail.rc