Érdekes levelezés

Tud-e nekem valaki abban segíteni, hogy mi lehet a következőre a magyarázat.
Adott egy postfix levelezőszerver vírus és spamszűréssel, melyen több domain levelező kliens fut.
Ebből az egyik nem tud magának levet küldeni, míg a többi gond nélkül.
A névszerver teljesen jól van beállítva, hiszen több helyről is megkapja a levet.
A pingre teljesen jó címet ad vissza a ping ns.valami.hu.
Én a szerverről gond nélkül tudok küldeni levelet, míg a mókusposta a következőt üzeni vissza a küldéskor - teljesen mindegy hova küldöm a levelet, de csak ennél az egynél.
Message not sent. Server replied:

Ismeretlen válasz
556 message (A163456124C) content rejected
Ha valaki találkozott a problémával kérem segítsen.

Hozzászólások

Tűzfal, ami nem enged a 127.0.0.1-ről kapcsolódni a nevezett IP-hez?

Ezt talaltam neked:
http://www.imc.org/ietf-smtp/old-archive/msg00863.html

Ezen belul is:

Code 556 must be returned if the address is acceptable, but 8-bit transport will not be accepted for it.

Illetve:

The new code 556 is assigned to this purpose, to be construed as "8 bit transport not acceptable in this case", and may appear in response to EMAL (or ESND, ESOM, ESAM) or, more often, in response to one or more of the RCPT commands.

A tűzfal jól van beállítva, hiszen a többi kliens esetében működik.
A 8-bites hibaüzenetre akkor miért működik a többi.

http://www.postfix.org/postconf.5.html

strict_7bit_headers (default: no)

Reject mail with 8-bit text in message headers. This blocks mail from poorly written applications.

This feature should not be enabled on a general purpose mail server, because it is likely to reject legitimate email.

This feature is available in Postfix 2.0 and later.

Illetve:

strict_8bitmime_body (default: no)
Reject 8-bit message body text without 8-bit MIME content encoding information. This blocks mail from poorly written applications.

Unfortunately, this also rejects majordomo approval requests when the included request contains valid 8-bit MIME mail, and it rejects bounces from mailers that do not MIME encapsulate 8-bit content (for example, bounces from qmail or from old versions of Postfix).

This feature should not be enabled on a general purpose mail server, because it is likely to reject legitimate email.

This feature is available in Postfix 2.0 and later.

Legyszi csekkold.

A beállítások jók. Ellenőriztem. Nem ez a gond sajnos.