# fetchmail control file -*- indented-text -*- # runs at home to collect mail from WKS mail server, # tardis.acs.ohio-state.edu (formerly peri.acs.ohio-state.edu) # # Editor's note -- the specific user id has been globally # changed to USERID # # my passwords are in .netrc defaults timeout 60 pass8bits # by default, fetchmail sends to port 25 on localhost # but with no smtp listener running, the following works #mda "/bin/sh -c /usr/bin/formail|/usr/bin/procmail" # usually don't need to poll postbox, but occasionally... # get everything, leave nothing skip postbox via pop.service.ohio-state.edu with protocol POP3: user USERID there is USERID here fetchall nokeep # main mail: only get new mail, and leave everything there poll peri via tardis.acs.ohio-state.edu protocol IMAP: user USERID there is USERID here nofetchall keep # personal mail: get everything, leave nothing poll personal via tardis.acs.ohio-state.edu protocol IMAP: user USERID there is USERID here folder Mail/personal fetchall nokeep # personal mailing lists: get everything, leave nothing poll lists via tardis.acs.ohio-state.edu protocol IMAP: user USERID there is USERID here folder Mail/lists fetchall nokeep