next up previous
Nächste Seite: PROCMAIL Aufwärts: Konfiguration Vorherige Seite: POSTFIX & relayhost

FETCHMAIL

FETCHMAIL muss nun mitgeteilt werden, welche Accounts geholt und wie sie verarbeitet werden müssen. Globale Einstellungen können im File /etc/fetchmailrc vorgenommen werden.

Hier, die auf unser Szenario abgestimmte, /etc/fetchmailrc

# rvjunior@gmx.net
poll mail.gmx.net protocol pop3 user "1234567" there
with password "geheim1" mda "/usr/bin/procmail -t -a \$EXTENSION "

# veselran@zhwin.ch
poll imap.zhwin.ch protocol imap user "veselran" there
with password "geheim2" mda "/usr/bin/procmail -t -a \$EXTENSION "

# r.veselinovic@solnet.ch
poll mail.solnet.ch protocol pop3 user "r.veselinovic" there
with password "geheim3" mda "/usr/bin/procmail -t -a \$EXTENSION "



Bjoern Schiessle 2003-03-31