Gentoo Archives: gentoo-user

From: "Steve [Gentoo]" <gentoo_steve@×××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Fetchmail
Date: Tue, 13 Dec 2005 12:41:43
Message-Id: 439EBEB9.3000406@shic.co.uk
1 I've recently experienced a bizarre failure... and I wondered if anyone
2 else has experienced something similar or has a suggestion to avoid a
3 similar annoyance in future.
4
5 I run fetchmail to poll 3 servers every minute... and while this has
6 worked fine for weeks, last night it froze at 2am and stopped polling.
7 When I killed the fetchmail process and ran fetchmail again this
8 afternoon, things jumped to life again and appear back to normal... but
9 I wished I didn't have to make the manual intervention. Fetchmail is
10 version "6.2.5.2+RPA+NTLM+SDPS+SSL+INET6+NLS" from portage and has the
11 following in ~/.fetchmailrc
12
13 --
14 set postmaster "postmaster@localhost"
15 set no bouncemail
16 set no spambounce
17 set logfile .fetchmail.log
18 set properties ""
19 set daemon 60
20 poll pop3.host1.net with proto POP3
21 user 'user1' there with password 'pass1' is 'me' here options
22 stripcr
23 poll pop3.host1.net with proto POP3
24 user 'user2' there with password 'pass2' is 'me' here options
25 stripcr
26 poll mail.host2.org with proto POP3
27 user 'user3' there with password 'pass3' is 'me' here with
28 options stripcr
29 --
30 The tail of the trace file read:
31 --
32 fetchmail: awakened at Tue Dec 13 01:59:58 2005
33 fetchmail: 1 message for user2 at pop3.host1.net (5449 octets).
34 fetchmail: reading message user2@××××××××××.net:1 of 1 (5449 octets)
35 fetchmail: flushed
36 fetchmail: sleeping at Tue Dec 13 02:00:12 2005
37 fetchmail: awakened at Tue Dec 13 02:01:12 2005
38 fetchmail: 2 messages for user2 at pop3.host1.net (11540 octets).
39 fetchmail: reading message user2@××××××××××.net:1 of 2 (5020 octets)
40 fetchmail: flushed
41 fetchmail: reading message user2@××××××××××.net:2 of 2 (6520 octets)
42 fetchmail: flushed
43 --
44 Can anyone tell me why this happened?
45
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Fetchmail reader@×××××××.com
Re: [gentoo-user] Fetchmail Hans-Werner Hilse <hilse@×××.de>