Hi folks,

I have fetchmail-6.2.5 installed and collecting mail - after a fashion.
It's not cutting the mustard efficiently. I get this (ALL ON ONE LINE)

fetchmail: 2 messages for tech.genius at 62.253.162.50 (3470 octets).\
fetchmail: reading message [EMAIL PROTECTED]:1 of 2 (1859 \
octets) fetchmail: terminated with signal 15

The time element is: On the second and subsequent entries in
.fetchmailrc, it successfully negotiates a user/password logon, and
crashes after writing this 

fetchmail: reading message [EMAIL PROTECTED]:1 of 2 (1859 octets)

to the log. It locks up there. The message never comes in. A 'hup' at 
that point kills it, instead  of causing it to reread it's config 
(normal behaviour). This bit of the line

        fetchmail: terminated with signal 15

is me killing or hupping the appropiate pid number. If I hup it, it
leaves the .fetchmail.pid, if I kill it, it deletes the pid file.
Postfix says this around the same time.

May 20 10:31:15 genius postfix/smtpd[231]: connect from
localhost.localdomain[127.0.0.1]
May 20 10:31:15 genius postfix/smtpd[231]: lost connection after CONNECT
from localhost.localdomain[127.0.0.1]
May 20 10:31:15 genius postfix/smtpd[231]: disconnect from
localhost.localdomain[127.0.0.1]

When I restart fetchmail, it goes on to collect without issue  where it
stalled, but may well stall on the next mailbox. If I adjust the config
it _always_ stalls. There are currently 5 mailboxes being collected, so
this can get to be quite a pain. 

Once it has made it through the file once, however, I can leave it going
all day, and it collects as standard. Here's the .fetchmailrc

set logfile /var/log/fetchmail.log
set no bouncemail
set daemon 300
set postmaster [EMAIL PROTECTED]
poll 62.253.162.50 proto pop3 nodns
user "box1" pass "password" is genius here fetchall forcecr;
user "box2" pass "password" is genius here fetchall forcecr;
poll 62.253.162.50 proto pop3 nodns
user "box3" pass "password" is genius here fetchall forcecr;
poll pop.iol.ie proto pop3 nodns
user "box4" pass "password" is genius here fetchall forcecr;
user "box5" pass "password" is genius here fetchall forcecr;
# End of file

I have recompiled fetchmail from a clean tarball of fetchmail-6.2.5
(md5sum 9956b30139edaa4f5f77c4d0dbd80225) and it behaves exactly the
same although it compiled with no errors. 

Any ideas?
-- 

        With best Regards,


        Declan Moriarty.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to