Kiril Tsvetkov wrote:

Hi list,
is there anyone who can tell me why qmail-scanner is not scanning the
incomming email but only the outgoing?


Yes, in your /etc/tcp.smtp file check to see that you have something like

192.168.1.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"

The top line says that any mail coming from the 192.168.1.x network can be relayed, not to do rblchecks, and run the qmail-scanner-queue on it. The second line is what you probably already have in there which tells qmail to do do rblchecks and run qmail-scanner-queue on it. Hope you find this helpful.
Brandon Mercer




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to