SMTP error 554 5.6.1

Hi,

We are using Avast Server with the SMTP plugin. We recently changed the SMTP gateway on our firewall from sendmail by postfix. Some messages aren’t delivered and the sender receive the following notification :

thread-index: AcaKSXPK7ApHxyawQNCloBvPdkUJ6g==
Reporting-MTA: dns;cyclope
Importance: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Content-Class: urn:content-classes:message
Priority: normal
Received-From-MTA: dns;cerbere.cg58.fr
Arrival-Date: Wed, 7 Jun 2006 17:45:49 +0200

Final-Recipient: rfc822;nathalie.simonnot@cg58.fr
Action: failed
Status: 5.6.1
Diagnostic-Code: smtp;554 5.6.1 Body type not supported by Remote Host

Seems like Avast Server and MS SMTP were looking for a particular format …

We tryed to modify the “ESMTP” parameter for the MS SMTP server but we still have the same errors.

And when we “directly” send messages from Postfix to our SMTP server (FTgate rel. 4.0), they are all delivered.

Is there a parameter in the MS SMTP serve to ignore the MIME format, or to force a conversion.

Thank you

Sorry, but I’d say this problem has no relation to avast. That is, I believe the problem would be occuring even if you uninstalled avast.

I have seen a similar problem a number of times in the past (on servers with or without avast), and frankly, I don’t know what a solution is (but I’m not a network admin).

BTW do you have just one virtual SMTP server - or multiple?

Thanks
Vlk

Thank you for your reply

We just use a single MS SMTP server to relay our mails

Hi,

I found the solution. It was due to the different EHLO management by postfix and MS-SMTP.
I just had not to use EHLO on both servers and then it works …