ic.ac.uk fetchmailrc Settings

              ·

Imperial College are currently implementing changes so that you need to access either POP3 or IMAP with SSL enabled, I figured since they didn’t list Fetchmail in their new site, then I’d post my configuration (.fetchmailrc) here in case anyone else uses it:

poll icex.imperial.ac.uk 
    proto pop3 
    user "USERNAME" 
    password "PASSWORD" 
    is "LOCALADDRESS" here 
    ssl 
    sslfingerprint "7D:E8:74:1F:E8:B1:E6:15:A6:0C:02:2B:BA:89:BE:4D"

Enjoy.