From: Ernst V. <e.v...@vi...> - 2006-03-24 16:56:44
|
Hi All, I have some troubles with fetchmail. Fetchmail dies every time with a socket error: fetchmail: IMAP< * 1 FETCH (BODY[TEXT] {375012} (375012 body octets) ******************.***************.*********************.********** **********.***************.***************fetchmail: socket error while fetching from vid_dbmanta@212.204.236.251 fetchmail: 6.3.2 querying 212.204.236.251 (protocol IMAP) at Fri Mar 24 16:30:12 2006: poll completed fetchmail: Query status=2 (SOCKET) According to the FAQ, I should set the MTU to 552. This doesn't help. I tried fetchmail versions 6.2.5.2 (included in Suse 10) and fetchmail 6.3.2 (builded on Suse 10) On the same machine. I also tried fetching the same emailbox on a different machine Fedora Core 4 (fetchmail 6.2.5.5). And on a Fedora Core 4 machine at a different Internetprovider. I get the same error everytime... Fetchmail 6.2.5 on an very old Slackware distro runs perfectly. (different machine, same and different internet provider). The host with is being contacted is a FreeBSD running both dovecot and imap-uv (different port). ----- Question ---- Could this be a fetchmail error? Or is it a combination between a specific Distribution and a specific fetchmail version? -------------------- I am happy to provide additional information and access to the host-machine running dovecot and imap-uv, if this is needed. Kind regards, Ernst |
From: Rob M. <rob...@gm...> - 2006-03-24 17:57:18
|
On 3/24/06, Ernst Verhaar <e.v...@vi...> wrote: > Hi All, > > I have some troubles with fetchmail. Fetchmail dies every time with a > socket error: > > fetchmail: IMAP< * 1 FETCH (BODY[TEXT] {375012} > (375012 body octets) > ******************.***************.*********************.********** > **********.***************.***************fetchmail: socket error while > fetching from vid_dbmanta@212.204.236.251 Communication failure with 212.204.236.251 > Fetchmail 6.2.5 on an very old Slackware distro runs perfectly. > (different machine, same and different internet provider). <---SNIP---> > ----- Question ---- > Could this be a fetchmail error? Or is it a combination between a > specific Distribution and a specific fetchmail version? > -------------------- Does 6.3.2 work from the Slackware box? If so it suggests a problem with the FC4 boxes. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Rob M. <rob...@gm...> - 2006-03-24 23:06:24
|
On 3/24/06, Ernst Verhaar <e.v...@vi...> wrote: > Hi All, > > I have some troubles with fetchmail. Fetchmail dies every time with a > socket error: Forgot to ask - did you build fetchmail from source, or are you using a pre-built binary? -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-03-25 02:09:29
|
Ernst Verhaar <e.v...@vi...> writes: > fetchmail: IMAP< * 1 FETCH (BODY[TEXT] {375012} > (375012 body octets) > ******************.***************.*********************.********** > **********.***************.***************fetchmail: socket error while > fetching from vid_dbmanta@212.204.236.251 > fetchmail: 6.3.2 querying 212.204.236.251 (protocol IMAP) at Fri Mar 24 > 16:30:12 2006: poll completed > fetchmail: Query status=2 (SOCKET) > > According to the FAQ, I should set the MTU to 552. This doesn't help. > I tried fetchmail versions 6.2.5.2 (included in Suse 10) and fetchmail > 6.3.2 (builded on Suse 10) On the same machine. I also tried fetching > the same emailbox on a different machine Fedora Core 4 (fetchmail > 6.2.5.5). And on a Fedora Core 4 machine at a different > Internetprovider. I get the same error everytime... > > Fetchmail 6.2.5 on an very old Slackware distro runs > perfectly. (different machine, same and different internet provider). This appears to happen a few kBytes into a larger transfer. Are you (on the client end) using routers, Linux-based firewalls, other firewalls along the way? Does the server use such? Or FreeBSD ipfw, ipfw2, ipfilter? Are those devices or filters letting ICMP traffic through between server and client? What physical network is between server and client? Modem/PPP, DSL, ...? Is fetchmail -vvv any more helpful? Perhaps attaching strace? > The host with is being contacted is a FreeBSD running both dovecot and >imap-uv (different port). Which FreeBSD version is the server running? > Could this be a fetchmail error? Or is it a combination between a > specific Distribution and a specific fetchmail version? Theoretically possible, but both unlikely. Socket errors are reported to fetchmail by the network stack built into your kernel (or kernel module), and 6.3.2 has been around for a while, if there'd been systematic incompatibilites, we'd pretty surely see more reports. Are wireless networks (WLAN, IEEE 802.11*) involved? On any Linux machine that has troubles, if it runs netfilter (firewalls, SUSEfirewall for instance), run: /sbin/sysctl net.ipv4.netfilter.ip_conntrack_tcp_be_liberal=1 to work around Linux kernel bugs. Perhaps running [t]ethereal or tcpdump on either side sheds some light about the nature of the socket error, if it starves, if it's reset (TCP RST), shut down (FIN), if it's killed (some ICMP) or what else. -- Matthias Andree |
From: Ernst V. <e.v...@vi...> - 2006-03-29 18:42:51
|
execve("/usr/local/bin/fetchmail", ["/usr/local/bin/fetchmail", "-v", "-f", "/etc/fetchmailrc"], [/* 53 vars */]) = 0 uname({sys="Linux", node="Deora", ...}) = 0 brk(0) = 0x807d000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=29887, ...}) = 0 old_mmap(NULL, 29887, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000 close(3) = 0 open("/usr/lib/librsaref.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\27\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0555, st_size=42268, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 old_mmap(NULL, 40232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40020000 madvise(0x40020000, 40232, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x40029000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x40029000 close(3) = 0 open("/lib/libcrypt.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\t\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=47724, ...}) = 0 old_mmap(NULL, 205564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002a000 madvise(0x4002a000, 205564, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x40033000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40033000 old_mmap(0x40036000, 156412, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40036000 close(3) = 0 open("/lib/libresolv.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 &\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=74650, ...}) = 0 old_mmap(NULL, 75956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4005d000 madvise(0x4005d000, 75956, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x4006c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x4006c000 old_mmap(0x4006e000, 6324, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4006e000 close(3) = 0 open("/lib/tls/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1417095, ...}) = 0 old_mmap(NULL, 1174524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40070000 madvise(0x40070000, 1174524, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x40189000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x119000) = 0x40189000 old_mmap(0x4018d000, 7164, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018d000 close(3) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4018f000 mprotect(0x40189000, 4096, PROT_READ) = 0 set_thread_area({entry_number:-1 -> 6, base_addr:0x4018f8e0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0x40017000, 29887) = 0 getuid32() = 0 brk(0) = 0x807d000 brk(0x809e000) = 0x809e000 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 poll([{fd=3, events=POLLOUT|POLLERR|POLLHUP, revents=POLLOUT}], 1, 5000) = 1 writev(3, [{"\2\0\0\0\v\0\0\0\7\0\0\0", 12}, {"passwd\0", 7}], 2) = 19 poll([{fd=3, events=POLLIN|POLLERR|POLLHUP, revents=POLLIN|POLLHUP}], 1, 5000) = 1 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"passwd\0", 7}], msg_controllen=16, {cmsg_len=16, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {4}}, msg_flags=0}, MSG_NOSIGNAL) = 7 fstat64(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 pread64(4, "\1\0\0\0h\0\0\0\272\2\0\0\1\0\0\0S2 D\0\0\0\0\323\0\0\0"..., 104, 0) = 104 mmap2(NULL, 217016, PROT_READ, MAP_SHARED, 4, 0) = 0x40190000 close(4) = 0 close(3) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 read(3, "# Locale name alias data base.\n#"..., 4096) = 2528 read(3, "", 4096) = 0 close(3) = 0 munmap(0x40017000, 4096) = 0 open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=208464, ...}) = 0 mmap2(NULL, 208464, PROT_READ, MAP_PRIVATE, 3, 0) = 0x401c5000 close(3) = 0 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=21544, ...}) = 0 mmap2(NULL, 21544, PROT_READ, MAP_SHARED, 3, 0) = 0x40017000 close(3) = 0 getuid32() = 0 write(2, "fetchmail: ", 11) = 11 write(2, "WARNING: Running as root is disc"..., 41) = 41 stat64("/etc/fetchmailrc", {st_mode=S_IFREG|0600, st_size=1084, ...}) = 0 lstat64("/etc/fetchmailrc", {st_mode=S_IFREG|0600, st_size=1084, ...}) = 0 geteuid32() = 0 open("/etc/fetchmailrc", O_RDONLY) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbf8a30d8) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(3, {st_mode=S_IFREG|0600, st_size=1084, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 read(3, "# Edit carefully, see /usr/share"..., 8192) = 1084 read(3, "", 4096) = 0 read(3, "", 8192) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbf8a30d8) = -1 ENOTTY (Inappropriate ioctl for device) close(3) = 0 munmap(0x4001d000, 4096) = 0 uname({sys="Linux", node="Deora", ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 poll([{fd=3, events=POLLOUT|POLLERR|POLLHUP, revents=POLLOUT}], 1, 5000) = 1 writev(3, [{"\2\0\0\0\r\0\0\0\6\0\0\0", 12}, {"hosts\0", 6}], 2) = 18 poll([{fd=3, events=POLLIN|POLLERR|POLLHUP, revents=POLLIN|POLLHUP}], 1, 5000) = 1 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"hosts\0", 6}], msg_controllen=16, {cmsg_len=16, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {4}}, msg_flags=0}, MSG_NOSIGNAL) = 6 fstat64(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 pread64(4, "\1\0\0\0h\0\0\0F\0\0\0\1\0\0\0S2 D\0\0\0\0\323\0\0\0\0"..., 104, 0) = 104 mmap2(NULL, 217016, PROT_READ, MAP_SHARED, 4, 0) = 0x401f8000 close(4) = 0 close(3) = 0 lstat64("/root/.fetchids", {st_mode=S_IFREG|0600, st_size=853, ...}) = 0 geteuid32() = 0 lstat64("/root/.fetchids", {st_mode=S_IFREG|0600, st_size=853, ...}) = 0 open("/root/.fetchids", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0600, st_size=853, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 read(3, "vid_ernst@212.204.236.251 000000"..., 4096) = 853 read(3, "", 4096) = 0 close(3) = 0 munmap(0x4001d000, 4096) = 0 getuid32() = 0 getuid32() = 0 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/var/run/fetchmail.pid", O_RDONLY) = -1 ENOENT (No such file or directory) rt_sigaction(SIGCHLD, {0x8054b20, [], SA_RESTART|SA_NOCLDSTOP}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGPWR, {0x8054b20, [], SA_RESTART|SA_NOCLDSTOP}, NULL, 8) = 0 uname({sys="Linux", node="Deora", ...}) = 0 umask(077) = 022 rt_sigaction(SIGABRT, {0x804edb0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {0x804edb0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTERM, {0x804edb0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGALRM, {0x804edb0, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGPIPE, {0x804edb0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {0x804edb0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 open("/var/run/fetchmail.pid", O_WRONLY|O_CREAT|O_EXCL, 0666) = 3 getpid() = 26032 write(3, "26032\n", 6) = 6 fsync(3) = 0 close(3) = 0 stat64("/etc/fetchmailrc", {st_mode=S_IFREG|0600, st_size=1084, ...}) = 0 time([1143650329]) = 1143650329 open("/etc/localtime", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 fstat64(3, {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0"..., 4096) = 1074 close(3) = 0 munmap(0x4001d000, 4096) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000 write(1, "fetchmail: 6.3.2 querying 212.20"..., 100) = 100 rt_sigaction(SIGALRM, {0x8054ef0, [], 0}, {0x804edb0, [], 0}, 8) = 0 rt_sigaction(SIGPIPE, {0x8054f30, [], SA_RESTART}, {0x804edb0, [], SA_RESTART}, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 open("/etc/nsswitch.conf", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1233, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1233 read(3, "", 4096) = 0 close(3) = 0 munmap(0x4001e000, 4096) = 0 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=29887, ...}) = 0 old_mmap(NULL, 29887, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4022d000 close(3) = 0 open("/lib/libnss_files.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=46403, ...}) = 0 old_mmap(NULL, 41620, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40235000 madvise(0x40235000, 41620, MADV_SEQUENTIAL|0x1) = 0 old_mmap(0x4023e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4023e000 close(3) = 0 munmap(0x4022d000, 29887) = 0 open("/etc/services", O_RDONLY) = 3 fcntl64(3, F_GETFD) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 fstat64(3, {st_mode=S_IFREG|0644, st_size=638705, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(3, "#\n# Network services, Internet s"..., 4096) = 4096 read(3, " Jon Post"..., 4096) = 4096 read(3, " 45/tcp # Messag"..., 4096) = 4096 read(3, " 73/tcp # Remote Job Ser"..., 4096) = 4096 read(3, " Maurice R. Turcotte\n# "..., 4096) = 4096 read(3, "udp # SMAKYNET\n# "..., 4096) = 4096 close(3) = 0 munmap(0x4001e000, 4096) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 connect(3, {sa_family=AF_INET, sin_port=htons(143), sin_addr=inet_addr("212.204.236.251")}, 16) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* OK Dovecot ready.\r\n", 8192, MSG_PEEK) = 21 read(3, "* OK Dovecot ready.\r\n", 21) = 21 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * OK Dovecot re"..., 37) = 37 write(3, "A0001 CAPABILITY\r\n", 18) = 18 write(1, "fetchmail: IMAP> A0001 CAPABILIT"..., 34) = 34 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* CAPABILITY IMAP4rev1 SORT THRE"..., 8192, MSG_PEEK) = 169 read(3, "* CAPABILITY IMAP4rev1 SORT THRE"..., 137) = 137 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * CAPABILITY IM"..., 153) = 153 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0001 OK Capability completed.\r\n", 8192, MSG_PEEK) = 32 read(3, "A0001 OK Capability completed.\r\n", 32) = 32 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0001 OK Capabi"..., 48) = 48 write(3, "A0002 LOGIN \"vid_ernst\" \"Arkebas"..., 43) = 43 write(1, "fetchmail: IMAP> A0002 LOGIN \"vi"..., 43) = 43 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0002 OK Logged in.\r\n", 8192, MSG_PEEK) = 21 read(3, "A0002 OK Logged in.\r\n", 21) = 21 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0002 OK Logged"..., 37) = 37 write(3, "A0003 SELECT \"INBOX\"\r\n", 22) = 22 write(1, "fetchmail: IMAP> A0003 SELECT \"I"..., 38) = 38 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* FLAGS (\\Answered \\Flagged \\Del"..., 8192, MSG_PEEK) = 285 read(3, "* FLAGS (\\Answered \\Flagged \\Del"..., 52) = 52 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * FLAGS (\\Answe"..., 68) = 68 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* OK [PERMANENTFLAGS (\\Answered "..., 8192, MSG_PEEK) = 233 read(3, "* OK [PERMANENTFLAGS (\\Answered "..., 86) = 86 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * OK [PERMANENT"..., 102) = 102 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 27 EXISTS\r\n* 0 RECENT\r\n* OK [U"..., 8192, MSG_PEEK) = 147 read(3, "* 27 EXISTS\r\n", 13) = 13 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 27 EXISTS\n", 29) = 29 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 0 RECENT\r\n* OK [UIDVALIDITY 11"..., 8192, MSG_PEEK) = 134 read(3, "* 0 RECENT\r\n", 12) = 12 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 0 RECENT\n", 28) = 28 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* OK [UIDVALIDITY 1136386922] UI"..., 8192, MSG_PEEK) = 122 read(3, "* OK [UIDVALIDITY 1136386922] UI"..., 42) = 42 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * OK [UIDVALIDI"..., 58) = 58 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* OK [UIDNEXT 222] Predicted nex"..., 8192, MSG_PEEK) = 80 read(3, "* OK [UIDNEXT 222] Predicted nex"..., 39) = 39 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * OK [UIDNEXT 2"..., 55) = 55 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0003 OK [READ-WRITE] Select com"..., 8192, MSG_PEEK) = 41 read(3, "A0003 OK [READ-WRITE] Select com"..., 41) = 41 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0003 OK [READ-"..., 57) = 57 write(3, "A0004 EXPUNGE\r\n", 15) = 15 write(1, "fetchmail: IMAP> A0004 EXPUNGE\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0004 OK Expunge completed.\r\n", 8192, MSG_PEEK) = 29 read(3, "A0004 OK Expunge completed.\r\n", 29) = 29 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0004 OK Expung"..., 45) = 45 write(1, "27 messages for vid_ernst at 212"..., 46) = 46 write(3, "A0005 FETCH 1:27 RFC822.SIZE\r\n", 30) = 30 write(1, "fetchmail: IMAP> A0005 FETCH 1:2"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 1 FETCH (RFC822.SIZE 8840)\r\n* "..., 8192, MSG_PEEK) = 859 read(3, "* 1 FETCH (RFC822.SIZE 8840)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 1 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 2 FETCH (RFC822.SIZE 1596)\r\n* "..., 8192, MSG_PEEK) = 829 read(3, "* 2 FETCH (RFC822.SIZE 1596)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 2 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 3 FETCH (RFC822.SIZE 11781)\r\n*"..., 8192, MSG_PEEK) = 799 read(3, "* 3 FETCH (RFC822.SIZE 11781)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 3 FETCH (RFC8"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 4 FETCH (RFC822.SIZE 2827)\r\n* "..., 8192, MSG_PEEK) = 768 read(3, "* 4 FETCH (RFC822.SIZE 2827)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 4 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 5 FETCH (RFC822.SIZE 3251)\r\n* "..., 8192, MSG_PEEK) = 738 read(3, "* 5 FETCH (RFC822.SIZE 3251)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 5 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 6 FETCH (RFC822.SIZE 11486)\r\n*"..., 8192, MSG_PEEK) = 708 read(3, "* 6 FETCH (RFC822.SIZE 11486)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 6 FETCH (RFC8"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 7 FETCH (RFC822.SIZE 2707)\r\n* "..., 8192, MSG_PEEK) = 677 read(3, "* 7 FETCH (RFC822.SIZE 2707)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 7 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 8 FETCH (RFC822.SIZE 2033)\r\n* "..., 8192, MSG_PEEK) = 647 read(3, "* 8 FETCH (RFC822.SIZE 2033)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 8 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 9 FETCH (RFC822.SIZE 1385)\r\n* "..., 8192, MSG_PEEK) = 617 read(3, "* 9 FETCH (RFC822.SIZE 1385)\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 9 FETCH (RFC8"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 10 FETCH (RFC822.SIZE 2669)\r\n*"..., 8192, MSG_PEEK) = 587 read(3, "* 10 FETCH (RFC822.SIZE 2669)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 10 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 11 FETCH (RFC822.SIZE 3931)\r\n*"..., 8192, MSG_PEEK) = 556 read(3, "* 11 FETCH (RFC822.SIZE 3931)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 11 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 12 FETCH (RFC822.SIZE 11319)\r\n"..., 8192, MSG_PEEK) = 525 read(3, "* 12 FETCH (RFC822.SIZE 11319)\r\n", 32) = 32 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 12 FETCH (RFC"..., 48) = 48 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 13 FETCH (RFC822.SIZE 6874)\r\n*"..., 8192, MSG_PEEK) = 493 read(3, "* 13 FETCH (RFC822.SIZE 6874)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 13 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 14 FETCH (RFC822.SIZE 3273)\r\n*"..., 8192, MSG_PEEK) = 462 read(3, "* 14 FETCH (RFC822.SIZE 3273)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 14 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 15 FETCH (RFC822.SIZE 2950)\r\n*"..., 8192, MSG_PEEK) = 431 read(3, "* 15 FETCH (RFC822.SIZE 2950)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 15 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 16 FETCH (RFC822.SIZE 2757)\r\n*"..., 8192, MSG_PEEK) = 400 read(3, "* 16 FETCH (RFC822.SIZE 2757)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 16 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 17 FETCH (RFC822.SIZE 4632)\r\n*"..., 8192, MSG_PEEK) = 369 read(3, "* 17 FETCH (RFC822.SIZE 4632)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 17 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 18 FETCH (RFC822.SIZE 9413)\r\n*"..., 8192, MSG_PEEK) = 338 read(3, "* 18 FETCH (RFC822.SIZE 9413)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 18 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 19 FETCH (RFC822.SIZE 98689)\r\n"..., 8192, MSG_PEEK) = 307 read(3, "* 19 FETCH (RFC822.SIZE 98689)\r\n", 32) = 32 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 19 FETCH (RFC"..., 48) = 48 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 20 FETCH (RFC822.SIZE 1326)\r\n*"..., 8192, MSG_PEEK) = 275 read(3, "* 20 FETCH (RFC822.SIZE 1326)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 20 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 21 FETCH (RFC822.SIZE 3304)\r\n*"..., 8192, MSG_PEEK) = 244 read(3, "* 21 FETCH (RFC822.SIZE 3304)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 21 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 22 FETCH (RFC822.SIZE 1222)\r\n*"..., 8192, MSG_PEEK) = 213 read(3, "* 22 FETCH (RFC822.SIZE 1222)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 22 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 23 FETCH (RFC822.SIZE 5415)\r\n*"..., 8192, MSG_PEEK) = 182 read(3, "* 23 FETCH (RFC822.SIZE 5415)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 23 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 24 FETCH (RFC822.SIZE 2357)\r\n*"..., 8192, MSG_PEEK) = 151 read(3, "* 24 FETCH (RFC822.SIZE 2357)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 24 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 25 FETCH (RFC822.SIZE 2304)\r\n*"..., 8192, MSG_PEEK) = 120 read(3, "* 25 FETCH (RFC822.SIZE 2304)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 25 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 26 FETCH (RFC822.SIZE 3944)\r\n*"..., 8192, MSG_PEEK) = 89 read(3, "* 26 FETCH (RFC822.SIZE 3944)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 26 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 27 FETCH (RFC822.SIZE 6966)\r\nA"..., 8192, MSG_PEEK) = 58 read(3, "* 27 FETCH (RFC822.SIZE 6966)\r\n", 31) = 31 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 27 FETCH (RFC"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0005 OK Fetch completed.\r\n", 8192, MSG_PEEK) = 27 read(3, "A0005 OK Fetch completed.\r\n", 27) = 27 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0005 OK Fetch "..., 43) = 43 write(3, "A0006 FETCH 1 RFC822.HEADER\r\n", 29) = 29 write(1, "fetchmail: IMAP> A0006 FETCH 1 R"..., 45) = 45 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 1 FETCH (RFC822.HEADER {1747}\r"..., 8192, MSG_PEEK) = 1780 read(3, "* 1 FETCH (RFC822.HEADER {1747}\r"..., 33) = 33 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 1 FETCH (RFC8"..., 49) = 49 write(1, "reading message vid_ernst@212.20"..., 71) = 71 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Return-Path: <jjeroe@rpa-haaglan"..., 8191, MSG_PEEK) = 1747 read(3, "Return-Path: <jjeroe@rpa-haaglan"..., 41) = 41 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-Original-To: vid_ernst@hosting"..., 8191, MSG_PEEK) = 1706 read(3, "X-Original-To: vid_ernst@hosting"..., 44) = 44 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "D", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Delivered-To: vid_ernst@hosting."..., 8191, MSG_PEEK) = 1662 read(3, "Delivered-To: vid_ernst@hosting."..., 43) = 43 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "R", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Received: from localhost (localh"..., 8191, MSG_PEEK) = 1619 read(3, "Received: from localhost (localh"..., 50) = 50 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tby hosting.viddel.nl (Postfix) "..., 8191, MSG_PEEK) = 1569 read(3, "\tby hosting.viddel.nl (Postfix) "..., 59) = 59 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tFri, 17 Mar 2006 10:19:17 +0100"..., 8191, MSG_PEEK) = 1540 read(3, "\tFri, 17 Mar 2006 10:19:17 +0100"..., 40) = 40 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "R", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Received: from hosting.viddel.nl"..., 8191, MSG_PEEK) = 1500 read(3, "Received: from hosting.viddel.nl"..., 48) = 48 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, " ", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, " by localhost (hosting.viddel.nl"..., 8191, MSG_PEEK) = 1452 read(3, " by localhost (hosting.viddel.nl"..., 73) = 73 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, " ", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, " with ESMTP id 84867-06; Fri, 17"..., 8191, MSG_PEEK) = 1379 read(3, " with ESMTP id 84867-06; Fri, 17"..., 64) = 64 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "R", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Received: from mta-cap-1.nl.easy"..., 8191, MSG_PEEK) = 1315 read(3, "Received: from mta-cap-1.nl.easy"..., 83) = 83 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tby hosting.viddel.nl (Postfix) "..., 8191, MSG_PEEK) = 1232 read(3, "\tby hosting.viddel.nl (Postfix) "..., 59) = 59 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tFri, 17 Mar 2006 10:19:12 +0100"..., 8191, MSG_PEEK) = 1173 read(3, "\tFri, 17 Mar 2006 10:19:12 +0100"..., 40) = 40 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "R", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Received: from manta.rpah.local "..., 8191, MSG_PEEK) = 1133 read(3, "Received: from manta.rpah.local "..., 80) = 80 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tby mta-cap-1.nl.easynet.net (8."..., 8191, MSG_PEEK) = 1053 read(3, "\tby mta-cap-1.nl.easynet.net (8."..., 76) = 76 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tFri, 17 Mar 2006 10:26:26 +0100"..., 8191, MSG_PEEK) = 977 read(3, "\tFri, 17 Mar 2006 10:26:26 +0100"..., 40) = 40 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-EASYNET-FROM: <jjeroe@rpa-haag"..., 8191, MSG_PEEK) = 937 read(3, "X-EASYNET-FROM: <jjeroe@rpa-haag"..., 44) = 44 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-EASYNET-IP: 62-192-102-42.dsl."..., 8191, MSG_PEEK) = 893 read(3, "X-EASYNET-IP: 62-192-102-42.dsl."..., 60) = 60 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-EASYNET-HELO: manta.rpah.local"..., 8191, MSG_PEEK) = 833 read(3, "X-EASYNET-HELO: manta.rpah.local"..., 34) = 34 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "R", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Received: from localhost (openma"..., 8191, MSG_PEEK) = 799 read(3, "Received: from localhost (openma"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tby manta.rpah.local (8.12.0.Bet"..., 8191, MSG_PEEK) = 752 read(3, "\tby manta.rpah.local (8.12.0.Bet"..., 80) = 80 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\tFri, 17 Mar 2006 10:26:26 +0100"..., 8191, MSG_PEEK) = 672 read(3, "\tFri, 17 Mar 2006 10:26:26 +0100"..., 34) = 34 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-Authentication-Warning: manta."..., 8191, MSG_PEEK) = 638 read(3, "X-Authentication-Warning: manta."..., 78) = 78 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-OpenMail-Hops: 1\r\nDate: Fri, 1"..., 8191, MSG_PEEK) = 560 read(3, "X-OpenMail-Hops: 1\r\n", 20) = 20 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "D", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Date: Fri, 17 Mar 2006 10:26:25 "..., 8191, MSG_PEEK) = 540 read(3, "Date: Fri, 17 Mar 2006 10:26:25 "..., 39) = 39 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "M", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Message-Id: <H00000870004c5e1.11"..., 8191, MSG_PEEK) = 501 read(3, "Message-Id: <H00000870004c5e1.11"..., 64) = 64 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "S", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Subject: problemen met printen\r\n"..., 8191, MSG_PEEK) = 437 read(3, "Subject: problemen met printen\r\n", 32) = 32 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "M", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "MIME-Version: 1.0\r\nFrom: jjeroe@"..., 8191, MSG_PEEK) = 405 read(3, "MIME-Version: 1.0\r\n", 19) = 19 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "F", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "From: jj...@rp...\r\n"..., 8191, MSG_PEEK) = 386 read(3, "From: jj...@rp...\r\n", 32) = 32 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "T", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "TO: e.v...@vi..., m.vidde"..., 8191, MSG_PEEK) = 354 read(3, "TO: e.v...@vi..., m.vidde"..., 48) = 48 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "C", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "CC: Judith Dayala <jdayala@rpa-h"..., 8191, MSG_PEEK) = 306 read(3, "CC: Judith Dayala <jdayala@rpa-h"..., 75) = 75 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "C", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Content-Type: multipart/alternat"..., 8191, MSG_PEEK) = 231 read(3, "Content-Type: multipart/alternat"..., 79) = 79 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-easynet-MailScanner: Found to "..., 8191, MSG_PEEK) = 152 read(3, "X-easynet-MailScanner: Found to "..., 42) = 42 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-easynet-MailScanner-SpamCheck:"..., 8191, MSG_PEEK) = 110 read(3, "X-easynet-MailScanner-SpamCheck:"..., 35) = 35 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "X-Virus-Scanned: amavisd-new at "..., 8191, MSG_PEEK) = 75 read(3, "X-Virus-Scanned: amavisd-new at "..., 43) = 43 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r", 1, MSG_PEEK) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\n)\r\nA0006 OK Fetch completed.\r\n", 8191, MSG_PEEK) = 32 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 open("/etc/services", O_RDONLY) = 4 fcntl64(4, F_GETFD) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 fstat64(4, {st_mode=S_IFREG|0644, st_size=638705, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000 read(4, "#\n# Network services, Internet s"..., 4096) = 4096 read(4, " Jon Post"..., 4096) = 4096 close(4) = 0 munmap(0x4001e000, 4096) = 0 socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 4 connect(4, {sa_family=AF_INET6, sin6_port=htons(25), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 getsockname(4, {sa_family=AF_INET6, sin6_port=htons(1359), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 0 close(4) = 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4 connect(4, {sa_family=AF_INET, sin_port=htons(25), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 getsockname(4, {sa_family=AF_INET, sin_port=htons(1359), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0 close(4) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4 connect(4, {sa_family=AF_INET, sin_port=htons(25), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 rt_sigaction(SIGALRM, {0x8054b60, [], 0}, {0x8054ef0, [], 0}, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(4, "220 viddel.nl ESMTP Postfix\r\n", 8190, MSG_PEEK) = 29 read(4, "220 viddel.nl ESMTP Postfix\r\n", 29) = 29 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 rt_sigaction(SIGALRM, {0x8054ef0, [], 0}, {0x8054b60, [], 0}, 8) = 0 write(1, "fetchmail: SMTP< 220 viddel.nl E"..., 45) = 45 time(NULL) = 1143650329 write(4, "EHLO Deora.VIDDEL\r\n", 19) = 19 write(1, "fetchmail: SMTP> EHLO Deora.VIDD"..., 35) = 35 recv(4, "250-viddel.nl\r\n250-PIPELINING\r\n2"..., 8190, MSG_PEEK) = 84 read(4, "250-viddel.nl\r\n", 15) = 15 write(1, "fetchmail: SMTP< 250-viddel.nl\n", 31) = 31 recv(4, "250-PIPELINING\r\n250-SIZE 2024000"..., 8190, MSG_PEEK) = 69 read(4, "250-PIPELINING\r\n", 16) = 16 write(1, "fetchmail: SMTP< 250-PIPELINING\n", 32) = 32 recv(4, "250-SIZE 20240000\r\n250-VRFY\r\n250"..., 8190, MSG_PEEK) = 53 read(4, "250-SIZE 20240000\r\n", 19) = 19 write(1, "fetchmail: SMTP< 250-SIZE 202400"..., 35) = 35 recv(4, "250-VRFY\r\n250-ETRN\r\n250 8BITMIME"..., 8190, MSG_PEEK) = 34 read(4, "250-VRFY\r\n", 10) = 10 write(1, "fetchmail: SMTP< 250-VRFY\n", 26) = 26 recv(4, "250-ETRN\r\n250 8BITMIME\r\n", 8190, MSG_PEEK) = 24 read(4, "250-ETRN\r\n", 10) = 10 write(1, "fetchmail: SMTP< 250-ETRN\n", 26) = 26 recv(4, "250 8BITMIME\r\n", 8190, MSG_PEEK) = 14 read(4, "250 8BITMIME\r\n", 14) = 14 write(1, "fetchmail: SMTP< 250 8BITMIME\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "MAIL FROM:<jjeroe@rpa-haaglanden"..., 48) = 48 write(1, "fetchmail: SMTP> MAIL FROM:<jjer"..., 64) = 64 rt_sigaction(SIGALRM, {0x8054b60, [], 0}, {0x8054ef0, [], 0}, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(4, "250 Ok\r\n", 8190, MSG_PEEK) = 8 read(4, "250 Ok\r\n", 8) = 8 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 rt_sigaction(SIGALRM, {0x8054ef0, [], 0}, {0x8054b60, [], 0}, 8) = 0 write(1, "fetchmail: SMTP< 250 Ok\n", 24) = 24 time(NULL) = 1143650329 write(4, "RCPT TO:<ernst@localhost>\r\n", 27) = 27 write(1, "fetchmail: SMTP> RCPT TO:<ernst@"..., 43) = 43 rt_sigaction(SIGALRM, {0x8054b60, [], 0}, {0x8054ef0, [], 0}, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(4, "250 Ok\r\n", 8190, MSG_PEEK) = 8 read(4, "250 Ok\r\n", 8) = 8 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 rt_sigaction(SIGALRM, {0x8054ef0, [], 0}, {0x8054b60, [], 0}, 8) = 0 write(1, "fetchmail: SMTP< 250 Ok\n", 24) = 24 time(NULL) = 1143650329 write(4, "DATA\r\n", 6) = 6 write(1, "fetchmail: SMTP> DATA\n", 22) = 22 rt_sigaction(SIGALRM, {0x8054b60, [], 0}, {0x8054ef0, [], 0}, 8) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(4, "354 End data with <CR><LF>.<CR><"..., 8190, MSG_PEEK) = 37 read(4, "354 End data with <CR><LF>.<CR><"..., 37) = 37 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 rt_sigaction(SIGALRM, {0x8054ef0, [], 0}, {0x8054b60, [], 0}, 8) = 0 write(1, "fetchmail: SMTP< 354 End data wi"..., 53) = 53 time(NULL) = 1143650329 write(4, "X-Original-To: vid_ernst@hosting"..., 87) = 87 write(4, "Received: from 212.204.236.251 ["..., 50) = 50 write(4, "\tby Deora.VIDDEL with IMAP (fetc"..., 46) = 46 time([1143650329]) = 1143650329 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0 write(4, "\tfor <ernst@localhost> (single-d"..., 78) = 78 write(4, "Received: from localhost (localh"..., 1617) = 1617 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "#\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, ")\r\nA0006 OK Fetch completed.\r\n", 8192, MSG_PEEK) = 30 read(3, ")\r\n", 3) = 3 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< )\n", 19) = 19 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "A0006 OK Fetch completed.\r\n", 8192, MSG_PEEK) = 27 read(3, "A0006 OK Fetch completed.\r\n", 27) = 27 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< A0006 OK Fetch "..., 43) = 43 write(3, "A0007 FETCH 1 BODY.PEEK[TEXT]\r\n", 31) = 31 write(1, "fetchmail: IMAP> A0007 FETCH 1 B"..., 47) = 47 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "* 1 FETCH (BODY[TEXT] {7093}\r\n\r\n"..., 8192, MSG_PEEK) = 1440 read(3, "* 1 FETCH (BODY[TEXT] {7093}\r\n", 30) = 30 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(1, "fetchmail: IMAP< * 1 FETCH (BODY"..., 46) = 46 write(1, " (7093 body octets) ", 20) = 20 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\n--openmail-part-000cf2e8-00000"..., 8191, MSG_PEEK) = 1410 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "--openmail-part-000cf2e8-0000000"..., 8191, MSG_PEEK) = 1408 read(3, "--openmail-part-000cf2e8-0000000"..., 35) = 35 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "--openmail-part-000cf2e8-0000000"..., 35) = 35 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Content-Type: text/plain; charse"..., 8191, MSG_PEEK) = 1373 read(3, "Content-Type: text/plain; charse"..., 46) = 46 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Content-Type: text/plain; charse"..., 46) = 46 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Content-Disposition: inline; fil"..., 8191, MSG_PEEK) = 1327 read(3, "Content-Disposition: inline; fil"..., 49) = 49 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Content-Disposition: inline; fil"..., 49) = 49 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\t;Creation-Date=\"Fri, 17 Mar 200"..., 8191, MSG_PEEK) = 1278 read(3, "\t;Creation-Date=\"Fri, 17 Mar 200"..., 51) = 51 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\t;Creation-Date=\"Fri, 17 Mar 200"..., 51) = 51 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Content-Transfer-Encoding: quote"..., 8191, MSG_PEEK) = 1227 read(3, "Content-Transfer-Encoding: quote"..., 45) = 45 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Content-Transfer-Encoding: quote"..., 45) = 45 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\nBeste Ernst/Menno,\r\n\r\nJudith k"..., 8191, MSG_PEEK) = 3771 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Beste Ernst/Menno,\r\n\r\nJudith kan"..., 8191, MSG_PEEK) = 3769 read(3, "Beste Ernst/Menno,\r\n", 20) = 20 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Beste Ernst/Menno,\r\n", 20) = 20 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\nJudith kan al een paar dagen n"..., 8191, MSG_PEEK) = 3749 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Judith kan al een paar dagen nie"..., 8191, MSG_PEEK) = 3747 read(3, "Judith kan al een paar dagen nie"..., 71) = 71 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Judith kan al een paar dagen nie"..., 71) = 71 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "2200 series PCL 6). (zie mailtje"..., 8191, MSG_PEEK) = 3676 read(3, "2200 series PCL 6). (zie mailtje"..., 68) = 68 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "2200 series PCL 6). (zie mailtje"..., 68) = 68 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "mailtje geplakt)\r\nBehalve dat ma"..., 8191, MSG_PEEK) = 3608 read(3, "mailtje geplakt)\r\n", 18) = 18 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "mailtje geplakt)\r\n", 18) = 18 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Behalve dat maakt haar computer "..., 8191, MSG_PEEK) = 3590 read(3, "Behalve dat maakt haar computer "..., 75) = 75 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Behalve dat maakt haar computer "..., 75) = 75 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\nprinter een piepend geluid als"..., 8191, MSG_PEEK) = 3515 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "printer een piepend geluid als h"..., 8191, MSG_PEEK) = 3513 read(3, "printer een piepend geluid als h"..., 58) = 58 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "printer een piepend geluid als h"..., 58) = 58 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Mijn vraag aan jullie is of jull"..., 8191, MSG_PEEK) = 3455 read(3, "Mijn vraag aan jullie is of jull"..., 73) = 73 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Mijn vraag aan jullie is of jull"..., 73) = 73 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "te verhelpen. (graag zsm dit van"..., 8191, MSG_PEEK) = 3382 read(3, "te verhelpen. (graag zsm dit van"..., 69) = 69 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "te verhelpen. (graag zsm dit van"..., 69) = 69 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\nAlvast bedankt,\r\n\r\n\r\n\r\nJuanita"..., 8191, MSG_PEEK) = 3313 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Alvast bedankt,\r\n\r\n\r\n\r\nJuanita J"..., 8191, MSG_PEEK) = 3311 read(3, "Alvast bedankt,\r\n", 17) = 17 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Alvast bedankt,\r\n", 17) = 17 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\n\r\n\r\nJuanita Jeroe\r\nLaan van Me"..., 8191, MSG_PEEK) = 3294 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\n\r\nJuanita Jeroe\r\nLaan van Meer"..., 8191, MSG_PEEK) = 3292 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "\r\nJuanita Jeroe\r\nLaan van Meerde"..., 8191, MSG_PEEK) = 3290 read(3, "\r\n", 2) = 2 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "\r\n", 2) = 2 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Juanita Jeroe\r\nLaan van Meerderv"..., 8191, MSG_PEEK) = 3288 read(3, "Juanita Jeroe\r\n", 15) = 15 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Juanita Jeroe\r\n", 15) = 15 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "Laan van Meerdervoort 55\r\n2517 A"..., 8191, MSG_PEEK) = 3273 read(3, "Laan van Meerdervoort 55\r\n", 26) = 26 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "Laan van Meerdervoort 55\r\n", 26) = 26 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "2517 AG Den Haag\r\nT: 070-312 54 "..., 8191, MSG_PEEK) = 3247 read(3, "2517 AG Den Haag\r\n", 18) = 18 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "2517 AG Den Haag\r\n", 18) = 18 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "T: 070-312 54 68\r\nF: 070-360 59 "..., 8191, MSG_PEEK) = 3229 read(3, "T: 070-312 54 68\r\n", 18) = 18 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "T: 070-312 54 68\r\n", 18) = 18 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "*", 1) = 1 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0 recv(3, "F: 070-360 59 67\r\nwww.rpa-haagla"..., 8191, MSG_PEEK) = 3211 read(3, "F: 070-360 59 67\r\n", 18) = 18 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 write(4, "F: 070-360 59 67\r\n", 18) = 18 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig ... [truncated message content] |
From: Rob M. <rob...@gm...> - 2006-03-29 22:51:30
|
On 3/29/06, Ernst Verhaar <e.v...@vi...> wrote: > Hi All, > > Tnx for the quick repsonse, > Unfortunatly the suggestions did not work. What are your firewall rules? > The Host Machine is running FreeBSD 5.4 with Packet filter. Did you install from the ports? I've got 5.4 with IPF and never had a problem with fetchmail. > I attached an strace log of an unsuccesfull fetchmail attempt. Unfortunatly > this log is like the chinese language to me. :-( > fetchmail -vvv does not provides more information except socket error. You may get something more useful from a packet dump (ethereal/tcpdump etc). I suspect that you've got a networking/firewall config error. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-03-29 23:59:34
|
"Rob MacGregor" <rob...@gm...> writes: >> The Host Machine is running FreeBSD 5.4 with Packet filter. > > Did you install from the ports? I've got 5.4 with IPF and never had a > problem with fetchmail. Well, the FreeBSD host is running Dovecot. > You may get something more useful from a packet dump (ethereal/tcpdump etc). > > I suspect that you've got a networking/firewall config error. The strace reveals that the client sees EOF in the middle of a base64 encoded part of a message, there's a recv(3, ... MSG_PEEK) that returned 0. Looks like the server closed its end of the connection. If it's an older Dovecot version or the index files got corrupted somehow, that would explain the issue as well. Updating Dovecot to 0.99.14 if it's 0.99.X and to 1.0-beta3 if it's 1.0-whatever and then removing the index files so that Dovecot rebuilds them might fix the problem. -- Matthias Andree |