We are still having this problem :
=================
This message was created automatically by mail delivery software.
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:
[email protected]
local delivery failed
The following text was generated during the delivery attempt:
------
[email protected] ------
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
=================
What I did was:
/scripts/eximlocalsend
/scripts/exim4
iptables -A INPUT -i lo -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
Only solution was to disable SpamAssassin on that domain, but many users need SpamAssassin. Also message bounce only when sent from some providers, not from all, which makes it hard to test (from whichever provider I try it works, but for some other users it bounces back).
Any ideas about this?