Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created August 30, 2012 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikushi/3522423 to your computer and use it in GitHub Desktop.
Save nikushi/3522423 to your computer and use it in GitHub Desktop.
dot.fetchmailrc
set logfile "path/to/log"
defaults
protocol POP3
uidl
# fetchall
keep
no mimedecode
mda "/usr/local/bin/maildrop"
poll mail.example.com
username "username@example.com"
password "hogehoge"
ssl
sslcertck
sslcertpath '/etc/ssl/clientpem'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment