fetchmail-friends
[Top] [All Lists]

[fetchmail] SIGPIPE if smtpserver rejects mail (multidrop -> smtpserver)

2003-03-20 10:10:16
Hello everyone,

I am using fetchmail 6.2.2 (compiled with --enable-fallback=sendmail other 
opts are standard...) and get the following error:
------snip
fetchmail: POP3> RETR 3
fetchmail: POP3< +OK 3427 octets
fetchmail: reading message xxx(_at_)yyy(_dot_)zz:3 of 8 (3427 octets)
fetchmail: SMTP> MAIL FROM:<xxx(_at_)yyy(_dot_)com> SIZE=3427
fetchmail: SMTP< 250 2.1.0 
xxx(_at_)yyy(_dot_)com(_dot_)(_dot_)(_dot_)(_dot_)Sender OK
fetchmail: SMTP> RCPT TO:<xxx(_at_)yyy(_dot_)zz>
fetchmail: SMTP< 250 2.1.5 xxx(_at_)yyy(_dot_)zz
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 Start mail input; end with <CRLF>.<CRLF>
fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 554 5.1.0 Sender Denied
fetchmail: SMTP error: 554 5.1.0 Sender Denied
fetchmail: SMTP< 220 host.yyy.zz ESMTP Sendmail 8.12.3/8.12.3/SuSE Linux
0.6; Thu, 20 Mar 2003 15:38:09 +0100
fetchmail: SMTP> HELO localhost
fetchmail: SMTP< 250 host.yyy.zz Hello localhost [127.0.0.1], pleased to
meet you
fetchmail: SMTP> MAIL FROM:<FETCHMAIL-DAEMON(_at_)host>
fetchmail: SMTP< 250 2.1.0 <FETCHMAIL-DAEMON(_at_)host>... Sender ok
fetchmail: SMTP> RCPT TO:<postmaster>
fetchmail: SMTP< 250 2.1.5 <postmaster>... Recipient ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself
fetchmail: SMTP: (bounce-message body)
fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 2.0.0 h2KEc9jL003958 Message accepted for delivery
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 2.0.0 host.yyy.zz closing connection
fetchmail: SMTP> RSET
fetchmail: smtp listener protocol error
fetchmail:  not flushed
fetchmail: POP3> RETR 4
fetchmail: POP3< +OK 3397 octets
fetchmail: reading message xxx(_at_)yyy(_dot_)zz:4 of 8 (3397 octets)
fetchmail: SIGPIPE thrown from an MDA or a stream socket error
fetchmail: socket error while fetching from yyy.zz
-------------------------------------------------------------------------------

fetchmail options:

/usr/local/fetchmail/bin/fetchmail --postmaster 
arndt(_dot_)faulhaber(_at_)diagnosdata(_dot_)com -d 90 -v -f /etc/fetchmailrc 
-L 
/var/log/fetchmail

(aahhhhh this --postmaster option made all mails to be delivered to me - I 
tried it also without...)

linuxdist:
   suse 8.0 with kernel 2.4.18

/etc/fetchamailrc:

poll yyy.zz
        proto pop3
        user "xxx"
        pass "***"
        is * smtphost 10.1.1.10 smtpaddress yyy.zz

-------------------------------------------------------------------------------

This problem also occured using fetchmail 5.9.0 (that originally shipped with 
suse 8.0). I found a couple of messages reporting this problem, but :( didn't 
find any answers that fixed it...

Thanks soooo much,
Cheers, Arndt

-- 
Arndt Faulhaber
mailto:arndt(_dot_)faulhaber(_at_)diagnosdata(_dot_)com

<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail] SIGPIPE if smtpserver rejects mail (multidrop -> smtpserver), Arndt Faulhaber <=