Hi Eric, did you remove the info in the (/etc/tcprules.d/tcp.smtp) for the smtp?
Thanks, Remo On 9/14/17 10:19 AM, Eric Broch wrote: > > Rajesh, > > I got this working, here's how: > > 1) # wget https://www.spamdyke.org/releases/spamdyke-5.0.1.tgz > > 2) # tar zxvf spamdyke-5.0.1.tgz > > 3) # cd spamdyke-5.0.1/spamdyke-qrv > > 4) # VALIAS_PATH=/home/vpopmail/bin/valias > VUSERINFO_PATH=/home/vpopmail/bin/vuserinfo ./configure > --with-vpopmail-support --with-excessive-output > > 5) # make install > > 6) # mv /usr/local/bin/spamdyke-qrv /opt/spamdyke/bin > > 7) # chmod u+s /opt/spamdyke/bin/spamdyke-qrv > > 8) # ln -s /opt/spamdyke/bin/spamdyke-qrv /usr/bin/spamdyke-qrv > > 9) vi /etc/spamdyke/spamdyke.conf (Add settings) > > a) reject-recipient=unavailable > b) recipient-validation-command=/usr/bin/spamdyke-qrv -v -d > > 10) Since spamdyke-qrv is so thorough I had to change the line in > /home/vpopmail/domains/mydomain.com/.qmail-default from "| > /home/vpopmail/bin/vdelivermail ' ' [email protected]" to "| > /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox" > > Eric > > > > > > On 9/14/2017 12:06 AM, Rajesh M wrote: >> thanks eric >> >> rajesh >> >> >> ----- Original Message ----- >> From: Eric Broch [mailto:[email protected]] >> To: [email protected] >> Sent: Thu, 14 Sep 2017 00:04:55 -0600 >> Subject: >> >> It looks like you'll need to download the spamdyke source and compile it >> as follows: >> >> 1) ./configure --with-vpopmail-support VALIAS_PATH=/path/to/valias >> VUSERINFO_PATH=/path/to/vuserinfo >> >> 2) make >> >> 3) make install >> >> 4) vi /etc/spamdyke/spamdyke.conf (Add) >> recipient-validation-command=/path/to/spamdyke-qrv >> >> I'd ask on the spamdyke mailing list to make sure. >> >> Also, qmail needs to be recompiled to disable chkuser. >> >> >> On 9/13/2017 9:59 PM, Rajesh M wrote: >>> Hi >>> >>> noted that spamdyke is checking port 25 for the number of emails in one >>> session, mx dns, etc >>> >>> lot of duplicate functions between spamdyke and chkusr >>> >>> is there any reason to continue keeping chkusr ? >>> >>> can spamdyke also handle cases when emails from outside are sent to >>> non-exiting recipients ? >>> >>> thanks >>> rajesh >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > -- > Eric Broch > White Horse Technical Consulting (WHTC)
