Unexpectedly, I am finding that my MTA (postfix) is having problems
talking to amavisd-new (2.3.3).  Incoming mail causes a log message such
as this:

postfix/smtp[26720]: 885E513482: to=<[EMAIL PROTECTED]>,
relay=127.0.0.1[127.0.0.1], delay=13, status=deferred (host
127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=22166-01,
parts_decode_ext FAILED: parsing file(1) results - missing last 1 results
at (eval 58) line 154. (in reply to end of DATA command))

If I requeue the message with 'postsuper -r ALL' and then flush the queue
with 'postfix flush' the message goes through but without being processed
by amavisd-new.

Postfix's master.cf shows amavisd-new is configured to receive on tcp port
10024 and forward back on 10025:

smtp      inet  n       -       n       -       5       smtpd
         -o content_filter=smtp-amavis:[127.0.0.1]:10024
smtp-amavis unix        -       -       n       -       2       smtp
        -o smtp_data_done_timeout=1200
        -o disable_dns_lookups=yes
127.0.0.1:10025 inet    n       -       n       -       -       smtpd
        -o local_recipient_maps=
        -o smtpd_restriction_classes=
        -o smtpd_client_restrictions=
        -o smtpd_helo_restrictions=
        -o smtpd_sender_restrictions=
        -o smtpd_recipient_restrictions=permit_mynetworks,reject
        -o strict_rfc821_envelopes=yes

And the system is listening on them:

tcp        0      0  127.0.0.1.10024        *.*                    LISTEN
tcp        0      0  127.0.0.1.10025        *.*                    LISTEN


I don't remember making any changes to my system at all.  Any ideas where
I should be looking?

--
Peter


        

        
                
__________________________________________________________ 
Find your next car at http://autos.yahoo.ca


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to