Hi all,
I can scan all the attachment as per rule define in simcontrol and tcp.smtp. But I am not able to detect the spam mail as define in rule set of /etc/mail/spamassassin/ ..please help My simcontrol file looks like below [r...@spd tcprules.d]# cat /var/qmail/control/simcontrol hi.com:clam=yes,spam=yes,spam_hits=5,attach=.mp3:.src:.bat:.pif:.xls :clam=yes,spam=yes,spam_hits=12,attach=.mp3:.src:.bat:.pif:.xls My tcp.smtp file looks like below [r...@spd tcprules.d]# cat tcp.smtp 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/q mail/control/domainkeys/%/private" 192.168.10.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan" 192.168.30.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan" :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="5",CHKUSER_WRONGR CPTLIMIT="10",DKSIGN="/var/qmail/control/domainkeys/%/private" I have tried by putting spamd in tcp.smtpd.. but still spam mail could not detected. What are the relationship between spamassassin or simscan ???. If all the scanning is to be done by simscan only then what are the necessity of spamassassin ? Please look In to it.. Thanks in advance