fetchmail-friends
[Top] [All Lists]

[fetchmail] fetchmail + postfix trouble

2003-06-10 06:47:19
I have some troubles with fetchmail+postfix using.
If I have a letter, that size more than message_size_limit, this happens:

fetchmail: POP3> RETR 1
fetchmail: POP3< +OK 2251176 octets
fetchmail: reading message 
postmaster(_dot_)energy(_dot_)spb(_dot_)ru(_at_)mail(_dot_)home(_dot_)ru:1 of 14
(2251176 octets)
fetchmail: SMTP< 220 is.energy.spb.ru ESMTP Postfix
fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 250-is.energy.spb.ru
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-SIZE 2000000
fetchmail: SMTP< 250-VRFY
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250-XVERP
fetchmail: SMTP< 250 8BITMIME
fetchmail: SMTP> MAIL 
FROM:<dieter(_dot_)schwamm(_at_)de(_dot_)domain(_dot_)com> SIZE=2251176
fetchmail: SMTP< 552 Message size exceeds fixed limit
fetchmail: SMTP error: 552 Message size exceeds fixed limit
fetchmail: SMTP< 220 is.energy.spb.ru ESMTP Postfix
fetchmail: SMTP> HELO localhost
fetchmail: SMTP< 250 is.energy.spb.ru
fetchmail: SMTP> MAIL 
FROM:<FETCHMAIL-DAEMON(_at_)is(_dot_)energy(_dot_)spb(_dot_)ru>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> RCPT TO:<dieter(_dot_)schwamm(_at_)de(_dot_)domain(_dot_)com>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
fetchmail: SMTP: (bounce-message body)
fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 Ok: queued as B406B550374
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 Bye
fetchmail: SMTP> RSET
fetchmail: SMTP< 250 Ok

And /var/log/maillog

Jun 10 11:57:24 is postfix/smtpd[29518]: connect from localhost[127.0.0.1]
Jun 10 11:57:24 is postfix/smtpd[29518]: NOQUEUE: reject: MAIL from
localhost[127.0.0.1]: 552 Message size exceeds fixed limit;
proto=ESMTP helo=<localhost>
Jun 10 11:57:25 is postfix/smtpd[29522]: connect from localhost[127.0.0.1]
Jun 10 11:57:25 is postfix/smtpd[29522]: B406B550374:
client=localhost[127.0.0.1]
Jun 10 11:57:25 is postfix/cleanup[29519]: B406B550374:
message-id=<20030610075725(_dot_)B406B550374(_at_)is(_dot_)energy(_dot_)spb(_dot_)ru>
Jun 10 11:57:25 is postfix/smtpd[29522]: disconnect from
localhost[127.0.0.1]
Jun 10 11:57:25 is postfix/nqmgr[21446]: B406B550374:
from=<FETCHMAIL-DAEMON(_at_)is(_dot_)energy(_dot_)spb(_dot_)ru>, size=2231, 
nrcpt=1 (queue active)
Jun 10 11:57:46 is postfix/smtp[29521]: B406B550374:
to=<dieter(_dot_)schwamm(_at_)de(_dot_)domain(_dot_)com>, 
relay=195.5.128.133[195.5.128.133],
delay=21,
status=sent (250 LAA18881 Message accepted for delivery)

Further the delay follows
After:

Jun 10 12:02:26 is postfix/smtpd[29518]: timeout after RSET from
localhost[127.0.0.1]
Jun 10 12:02:26 is postfix/smtpd[29518]: disconnect from
localhost[127.0.0.1]

And fetchmail:


fetchmail:  flushed
fetchmail: POP3> DELE 1
fetchmail: POP3< +OK Message 1 deleted
fetchmail: POP3> RETR 2
fetchmail: POP3< +OK 5456 octets
fetchmail: reading message 
postmaster(_dot_)energy(_dot_)spb(_dot_)ru(_at_)mail(_dot_)home(_dot_)ru:2 of 14
(5456 octets)
fetchmail: SMTP> MAIL FROM:<mobtelefon(_at_)aol(_dot_)com> BODY=7BIT SIZE=5456
fetchmail: SMTP< 421 Error: timeout exceeded
fetchmail: SMTP error: 421 Error: timeout exceeded
fetchmail: SIGPIPE thrown from an MDA or a stream socket error
fetchmail: socket error while fetching from mail.home.ru
fetchmail: 6.2.2 querying mail.home.ru (protocol POP3) at Втр 10 Июн
2003 12:03:47: poll completed
fetchmail: Query status=2 (SOCKET)
fetchmail: sleeping at Втр 10 Июн 2003 12:03:47

Then all repeats.

There is no this problem when I use sendmail.


--
Pavel Brenev