Andreas Galatis wrote:
Hi Mike,

for my webservers, sending mail via toaster as relayserver I have the following rule in /etc/tcprules.d/tcp.smtp:
ip.of.server.dotted:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
The server may relay, no authentication required.
If you use spamdyke you should add the ip's in the whitelist-ip file too.


We talked a little about this back on 9-02-09 as well. Here are the comments I made:

You can go in and recompile chkuser to turn this option off (*CHKUSER_RCPT_MX*) by undefining it. It is undefined in later versions of chkuser but I plan to leave it on when I update chkuser - it makes more sense to keep it because of what it does, rather than remove it and force 98% of our users to then turn it back on. You may also be able to turn it off in your tcp.smtp file for specific IP addresses, much like SENDER_NOCHECK, but I have not tried this and no one else has posted back as to the validity of this.
----------------------------

I think you may be able to define CHKUSER_RCPT_MX="0" (or maybe change the 0 to a 1) in your tcp.smtp file to override this. Otherwise you'll have to either create a DNS entry or recompile chkuser to turn this off. If you do try and turn it off in your tcp.smtp file, please post back the results.

Reply via email to