Hi all,
I have a problem to receive big messages with fetchmail. My server runs on version 8.1 with fetchmail-6.3.6-4.el5.
I get this message in maillog
Aug 13 20:33:06 salazie fetchmail[24261]: Erreur SMTP: 552 Message too big!
Aug 13 20:33:06 salazie fetchmail[24261]: message depuis MAILER-DAEMON@salazie.ZZZZZZZ.com ayant rebondi sur sylvain@xxxxxxxx.com
Aug 13 20:33:06 salazie fetchmail[24261]: Le serveur SMTP a refusé de délivrer le courrier
So local smtp server refuse to deliver this message for a 552 error and i cannot find it anywhere.
I know that i can change MaxMessageSize and i try different values with config setprop qmail MaxMessageSize xx
But i would prefer to inform postmaster and/or sender of these big mails rather than increase this maxsize.
Has anybody set up qmail and fetchmail for such operation?
here is my qmail configuration :
config show qmail
qmail=service
DoubleBounceTo=devnull
MaxMessageSize=45000000
status=enabled
and a part of fetchmail for a user :
/usr/bin/fetchmail -d0 --silent --syslog --fetchmailrc - <<EOF
set postmaster "postmaster@ZZZZZZZ.com"
set bouncemail
set properties ""
poll pop.orange.fr with proto POP3 timeout 60 and options uidl no dns
user 'michel.XXXXXXX' smtpaddress ZZZZZZZ.com with password 'azerty' is michel here no fetchall options ssl
smtphost 127.0.0.200
EOF
Thanks for your help !