Hi List,
  I am using qmail + SMTP Auth + rblsmtpd.  Some users are not able to
send mails since they are blocked in rbl list. But they are valid
users. RBL checking is taking place before SMTP AUTH. so the client
got rejected.
  Is there any way to use SMTP AUTH first and RBL next.

exec /usr/local/bin/softlimit -m 19000000 \
    /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
        /usr/local/bin/rblsmtpd -r relays.ordb.org \
        -r bl.spamcop.net -r list.dsbl.org -r sbl.spamhaus.org \
        -r korea.services.net -r dnsbl.sorbs.net \
        /var/qmail/bin/qmail-smtpd \
        mydomain.com /var/vpopmail/bin/vchkpw /bin/true 2>&1


Regards
Moorthy


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to