fetchmail & SSL & mail alias

Beispiel konfiguration für POP3 mit SSL, falls ein alias eingerichtet wurde. Das wichtigste ist, SSL anzugeben.

Auf meinem System heisst mein account "alex", bei thinkmo.de bin ich "aschroeder" und mir wurde ein alias namens "alex@emacswiki.org" mit eigenem Passwort eingerichtet. Im folgenden Block steht dass Passwort für "alex@emacswiki.org". Username und passwort vom "aschroeder" account auf thinkmo.de wird nicht verwendet.

~/.fetchmailrc:

    poll mail.thinkmo.de with protocol pop3
         username "alex@emacswiki.org"
         password "..."
         is user "alex" here
         no rewrite ssl and fetchall and antispam -1

Hierbei ist "fetchall" und "antispam -1" natürlich optional.

Testen:

    ~% fetchmail mail.thinkmo.de
    fetchmail: No mail for alex@emacswiki.org at thinkmo.de

MailMitPop3sUndFetchmail (zuletzt geändert am 2008-02-16 18:46:19 durch localhost)