fetchmail

Schnellanleitung: Gmail POP3 mit Fetchmail

Erstellt am 15. August 2006  
534
vote


# mkdir ~/.certs
# cd .certs
# wget -O Equifax_Secure_Certificate_Authority.pem  https://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer  --no-check-certificate
# chmod 644 Equifax_Secure_Certificate_Authority.pem
# c_rehash .
# file 594f1775.*

In die .fetchmailrc Datei eintragen:

poll pop.gmail.com with proto POP3 user ‘GOOGLE_USER@gmail.com’ there with password ‘geheim’ is LOKAL_USER here options ssl sslcertck sslcertpath /home/LOKAL_USER/.certs/

Testen:

# fetchmail -d0 -v pop.gmail.com

  Inhalt abgleichen