poll pop.gmail.com # Tell fetchmail about server
with proto POP3 # Use the POP-protocol
user 'Gmail Username ' # Your Gmail Username
there with password 'Gmail Password' # Your Gmail Password
is 'username' here # Local Username
mda "/usr/bin/procmail -d %T" # Tell fetchmail which MDA to use
options # Options duh
keep # Keep the mail on server = safe
ssl # Use ssl
sslcertck # Check the certificates
sslcertpath /etc/ssl/certs # Path to the certificates
|
|