Re: [qmailtoaster] chkusr and spamdyke

2017-09-13 Thread Rajesh M
thanks eric rajesh - Original Message - From: Eric Broch [mailto:ebr...@whitehorsetc.com] To: qmailtoaster-list@qmailtoaster.com 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-vpo

Re: [qmailtoaster] chkusr and spamdyke

2017-09-13 Thread Eric Broch
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/sp

Re: [qmailtoaster] chkusr and spamdyke

2017-09-13 Thread Eric Broch
Hi Rajesh, This may be what you're looking for. https://www.spamdyke.org/documentation/README_spamdyke_qrv.html Although I don't know how to implement it. Eric 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,

[qmailtoaster] chkusr and spamdyke

2017-09-13 Thread Rajesh M
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 ?