Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 Thread Eric Broch

No, haven't gotten to that yet. Any suggestions?


On 9/14/2017 11:44 AM, Remo Mattei wrote:

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 ' ' postmas...@mydomain.com" 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: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-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:qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com


--
Eric Broch
White Horse Technical Consulting (WHTC)




--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 Thread Remo Mattei
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 ' ' postmas...@mydomain.com" 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: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-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: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 Thread Eric Broch

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 ' ' postmas...@mydomain.com" 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: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-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: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 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-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: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 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/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: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




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, 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:qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com




[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 ?

thanks
rajesh


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com