From: longbow <lo...@gm...> - 2006-10-13 09:27:49
|
Rob MacGregor wrote: > On 10/12/06, longbow <lo...@gm...> wrote: > >> here it is: >> poll MAILSERVER1 protocol IMAP user "MAILBOXUSER1" password "PWD1" >> is LOCALUSER keep >> poll MAILSERVER2 protocol POP3 user "MAILBOXUSER2" password "PWD2" ssl >> is LOCALUSER > > Looks fine. > >> fetchmail --nosyslog -v -v > > Should have been more explicit - can you provide that for a run > showing a mail being downloaded. That way we can confirm fetchmail's > actions. > >> fetchmail --configdump > > Thanks, that shows your config is basically ok. > >> hope you can help me with this. > > Should be able to - the log showing a mail being downloaded from the > IMAP server will tell me. > hi! i think i solved the problem on my own: i used the '-a' option in my local fetchmail command: /bin/su wolfgang -c '/usr/bin/fetchmail -a -f /home/wolfgang/.fetchmailrc -d 300 -L /home/wolfgang/fetchmail.log 2>&1' and i think this confused the "keep" option in my .fetchmailrc. i tested a few mailsendings and everything seems to run fine. i also do not get the message fetchmail: restarting fetchmail (/home/USER/.fetchmailrc changed) Both fetchall and keep on in daemon mode is a mistake! fetchmail: starting fetchmail 6.3.4 daemon the messages remain on the server and only unseen messages are beeing fetched!! thx a lot for the help! greets snIP3r |