Mesut Güler wrote:
i want to disable sender address check. i tried following lines in
tcp.smtp :
CHKUSER_SENDER_NOCHECK=""
CHKUSER_SENDER_NOCHECK="*"
CHKUSER_SENDER_NOCHECK="."
CHKUSER_SENDER_NOCHECK="0.0.0.0"

but no luck.. any help or ideas?

You cannot add those lines by themselves (and a lot of the syntax is incorrect). It should be added to an IP conditional line like this:

127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1",SENDER_NOCHECK="1"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",SENDER_NOCHECK="1",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",NOP0FCHECK="1"


Make sure you run 'qmailctl cdb' afterwards, or your changes will not be applied until you do so.

---------------------------------------------------------------------
    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