Created
August 30, 2012 04:43
-
-
Save nikushi/3522423 to your computer and use it in GitHub Desktop.
dot.fetchmailrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set logfile "path/to/log" | |
defaults | |
protocol POP3 | |
uidl | |
# fetchall | |
keep | |
no mimedecode | |
mda "/usr/local/bin/maildrop" | |
poll mail.example.com | |
username "[email protected]" | |
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