Warren wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have 2 mail servers.  One of them just does bulk mailings - not spam
but opt-in.  That is a sendmail box.  My receiving machine is a qmail
machine.

The problem is that the guy who was here before me had no valid way of
letting people opt out so there are a ton of email addresses that get
rejected on the way out.  Those get rejected back to my sendmail box
immediately - they never even get to their domain.  That makes them
bounce back to the sender, which is fine as I have scripts that will
look for the bounces and remove them from the mailing list database.

The problem is that I get this:
@4000000043df827d3926b6e4 CHKUSER rejected intrusion: from <::> remote
<tx.domain.com:unknown:xx.xx.xx.xx> rcpt <[EMAIL PROTECTED]> : rcpt
ignored, session over INTRUSION threshold
Try add a line in your /etc/tcprules.d/tcp.smtp that allows the IP to bypass the chkuser checking? Ex:
192.168.204.133:allow
or
192.168.204.133:allow,RELAYCLIENT=""
that should process it like it does with the local email. Or you could even:
192.168.204.133:CHKUSER_RCPTLIMIT="200",CHKUSER_WRONGRCPTLIMIT="200"


---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to