more fun with iptables

Hello all,

Yesterday I posted asking about my iptables policy, you can see that thread here

The use of that policy with the listed change produces errors with email on the server. In short, email bounces to the server. A bounce looks similar to this

Code:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

address@domain.tld
local delivery failed

------ address@domain.tld ------

An error was detected while processing a file of BSMTP input.
The error message was:

421 SMTP incoming data timeout - message abandoned

The SMTP transaction started in line 0.
The error was detected in line 3.
0 previous messages were successfully processed.
The rest of the batch was abandoned.
421 SMTP incoming data timeout - message abandoned
Transaction started in line 0
Error detected in line 3

------ This is a copy of the message, including all the headers. ------

Return-path: 
Received: from [4.7.28.249] (helo=gaia.asylumgroup.net)
by hostname.of.receiving.server with esmtp (Exim 4.24)
id 1AHViH-0003I5-9G; Wed, 05 Nov 2003 14:01:17 -0800
Subject: test
MIME-Version: 1.0
Date: Wed, 5 Nov 2003 16:01:51 -0600
Content-Type: multipart/signed;
protocol="application/x-pkcs7-signature";
micalg=SHA1;
boundary="----=_NextPart_000_0008_01C3A3B6.1F567140"
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Message-ID: <63ABE5E6783C1947BA1C059C66545E101CFC@hostname.of.sending.server>
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
Thread-Topic: test
Thread-Index: AcOj6GirjsaHsF+dQgiZhWu0PeRgWA==
Content-class: urn:content-classes:message
Anyone have any idea what causes this? or how to fix it?

 

 

 

 

Top