# REMEMBER: fetchmail is in homegrown, and thus support will not be given. ################################################################# # This can eat your email, or really annoy a lot of mail admins # # use at your own risk. # ################################################################# ############################################################ # IT WILL NOT WORK WITHOUT YOU CHANGING THE RIGHT BITS # # # # Also if this is your personal box please use getmail # ############################################################ # Specifically `your-username' must be the name you log into cent1 with. set postmaster "your-username" set no bouncemail # You need a set of lines like this for each account you want to download # email from. So this is a first account poll your.mailserver.net with proto POP3 user 'remote-user' there is 'your-username' here pass "your-password" smtphost mail.lancs.ac.uk fetchall # options keep # makes it not download your mail, use for testing # This is a second account, if you don't have a second account you can # comment this section out, or delete it. poll another.mailserver.net with proto POP3 user 'remote-user' there is 'your-username' here pass "another-password" smtphost mail.lancs.ac.uk fetchall # options keep # makes it not download your mail, use for testing