At 11:47 PM 5/20/2004, you wrote:
yes, sorry, i should have been more specific.
the mail server is receiving mail from multiple hosts
i DON'T want to spam scan mail FROM a particular host delivering mail to my mail server
below is an example of my /etc/tcp.smtp
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue" 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
Hi,
Get the ip address of the particular host you don't want to scan
Edit your tcp.smtp file
add this
ip.address.ofserver.here:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue"
Run tcprules tcp.smtp.cdb tcp.smtp.tmp < tcp.smtp
Done.
Regards,
Rick
