This is a discussion on Fetchmail within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; I use to redirect email to an intern mailsystem. My main.cf has teh following entry at the end mailbox_command = /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I use to redirect email to an intern mailsystem.
My main.cf has teh following entry at the end mailbox_command = /usr/bin/zarafa-dagent "$USER" I try to add this entry into fetchmailrc like this ## Allgemeine Einstellungen set postmaster "juerg" set bouncemail set no spambounce set properties "" ## Die Mails von diesem Account werden otto zugestellt ##poll imap.emailanbieter1.de with proto IMAP ## user 'USERNAME_AUF_EMAILSERVER' there with password 'GEHEIM1' is 'otto' here ssl ## Die Mails von diesem Account werden juerg zugestellt poll pop.gmx.net with proto POP3 user 'linux2@gmx.net' there with password 'secret' is 'juerg' here /usr/bin/zarafa-dagent $USER but i get an syntax error like Sep 25 14:16:21 localhost fetchmail[9388]: 1 Nachricht für linux2@gmx.net bei pop.gmx.net (1215 Oktetts). Sep 25 14:16:22 localhost fetchmail[9388]: Nachricht linux2@gmx.net@pop.gmx.net:1 von 1 wird gelesen (1215 Bytes) Sep 25 14:16:22 localhost fetchmail[9388]: MDA gab Status 70 ungleich Null zurück Sep 25 14:16:22 localhost fetchmail[9388]: nicht geflusht Any hints? juerg |