Hello all,
I've got a relay server from ISP backing up and relaying to my own mail server (SME box). However, the server starts comms too early, resulting the messages being blocked:
@4000000050b7515206bf033c 20583 Accepted connection 0/40 from X.Y.Z.W / the.relay
@4000000050b7515206da8a1c 20583 Connection from the.relay [X.Y.Z.W]
@4000000050b7515208622fd4 20583 tls plugin (init): ciphers: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
@4000000050b751520a9c87a4 20583 tls plugin (init): ciphers: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
@4000000050b7515211071f8c 20583 tls plugin (init): ciphers: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
@4000000050b75152144b55dc 20583 check_earlytalker plugin (connect): remote host started talking before we said hello [X.Y.Z.W]
@4000000050b75152146daaec 20583 logging::logterse plugin (deny): ` X.Y.Z.W the.relay check_earlytalker 902 Connecting host started transmitting before SMTP greeting msg denied before queued
@4000000050b7515214813abc 20583 450 Connecting host started transmitting before SMTP greeting
@4000000050b7515214935f44 20583 click, disconnecting
@4000000050b751522cb941c4 3534 cleaning up after 20583
This server is legit, and according to the ISP support it seems that they are reluctant to fix their issue. Furthermore, there is no option for me to change ISP; they provide the entire WAN intranet.
One option would be then to drop that server as a relay. Are there any alternatives, like having the specific the.relay system not checked by check_earlytalker at all? I have found
http://wiki.contribs.org/Qpsmtpd_check_earlytalker, but if I understand that article correctly it effectively increases the delay in order (I presume) to block more spamming SMTP software.
I definitely would not like losing check_earlytalker; it has proved invaluable in blocking incoming spam.
Any ideas will be appreciated, thanks in advance.