Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-21 Thread Remo Mattei
Sure let me know if you need my help. 

Btw the dspam ui needed some tweaks to get it to work since it did not like the 
8009 port. 

I can share how I did it. 

Sent from my iPad

> On Jul 21, 2017, at 1:50 PM, Eric Broch  wrote:
> 
> I haven't got it set up yet. I'll have to do it at some point.
> 
> Can I put them on the qmailtoaster.com site?
> 
>> On 7/21/2017 2:46 PM, Remo Mattei wrote:
>> Is there a git repo I could push up some of those changes 
>> 
>> Inviato da iPhone
>> 
>> Il giorno 21 lug 2017, alle ore 13:17, Eric Broch  
>> ha scritto:
>> 
>>> Thanks, Remo!!!
>>> 
 On 7/21/2017 2:13 PM, Remo Mattei wrote:
 http://italy1.com/qmail/
 
 Has the steps.
 
 Remo 
 
 
 
> On Jul 19, 2017, at 12:31 AM, Remo Mattei  wrote:
> 
> The only thing now is push notifications 
> 
> Inviato da iPhone
> 
> Il giorno 19 lug 2017, alle ore 00:23, Remo Mattei  ha 
> scritto:
> 
>> I have it working..
>> 
>> I let you know tomorrow.
>> 
>> Ciao 
>> 
>> 
>> 
>>> On Jul 17, 2017, at 11:13 PM, Eric Broch  
>>> wrote:
>>> 
>>> Sieve:
>>> 1) Install dovecot-pigeonhole in qmt repository which provides Sieve.
>>> 2) You must use dovecot LDA the configuration of which is shown at the 
>>> bottom of this page, http://www.qmailtoaster.org/notes.html
>>> 
>>> 3) Implement 'sieve' in 'protocol lda {}' of dovecot configuration file 
>>> (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)
>>> 4) Write sieve rules 
>>> (https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples).
>>> 
>>> 5) Tell dovecot where sieve rules are located in 'plugin {}' section of 
>>> dovecot configuration file. 
>>> (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)
>>> 6) Set proper permissions on sieve rules files and directory.
>>> 
>>> 
>>> Dspam:
>>> In  /home/vpopmail/domains/domain.tld/.qmail-default
>>> 
>>> OLD line:
>>> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
>>> 
>>> NEW line:
>>> | /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | 
>>> /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox 
>>> 
>>> Dspam w/dovecot-lda: 
>>> '.qmail-default' might look like this
>>> 
>>> | /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | 
>>> /var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER -o 
>>> postmaster_address=postmas...@yourdomain.tld
>>> 
>>> Eric
>>> 
 On 7/17/2017 10:26 PM, Remo Mattei wrote:
 Hello I just installed the great qmt all working I wonder if there are 
 some options to integrate the sieve plugin with Dovecot. I also notice 
 that when I create a domain it does not all anything about the DSPAM. 
 I did it manually to a user and that works.. what’s the best option to 
 enable it for the entire domain?
 
 Thanks 
 -
 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)
> 
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-21 Thread Eric Broch

I haven't got it set up yet. I'll have to do it at some point.

Can I put them on the qmailtoaster.com site?


On 7/21/2017 2:46 PM, Remo Mattei wrote:

Is there a git repo I could push up some of those changes

Inviato da iPhone

Il giorno 21 lug 2017, alle ore 13:17, Eric Broch 
> ha scritto:



Thanks, Remo!!!


On 7/21/2017 2:13 PM, Remo Mattei wrote:

http://italy1.com/qmail/

Has the steps.

Remo



On Jul 19, 2017, at 12:31 AM, Remo Mattei > wrote:


The only thing now is push notifications

Inviato da iPhone

Il giorno 19 lug 2017, alle ore 00:23, Remo Mattei > ha scritto:



I have it working..

I let you know tomorrow.

Ciao



On Jul 17, 2017, at 11:13 PM, Eric Broch > wrote:


Sieve:

1) Install dovecot-pigeonhole in qmt repository which provides Sieve.

2) You must use dovecot LDA the configuration of which is shown 
at the bottom of this page, http://www.qmailtoaster.org/notes.html


3) Implement 'sieve' in 'protocol lda {}' of dovecot 
configuration file 
(https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)


4) Write sieve rules 
(https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples).


5) Tell dovecot where sieve rules are located in 'plugin {}' 
section of dovecot configuration file. 
(https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration)


6) Set proper permissions on sieve rules files and directory.


Dspam:

In /home/vpopmail/domains/domain.tld/.qmail-default

OLD line:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

NEW line:
| /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | 
/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox



Dspam w/dovecot-lda:

'.qmail-default' might look like this

| /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | /var/qmail/bin/preline 
-f /usr/libexec/dovecot/deliver -d $EXT@$USER 
-opostmaster_address=postmas...@yourdomain.tld

Eric

On 7/17/2017 10:26 PM, Remo Mattei wrote:

Hello I just installed the great qmt all working I wonder if there are some 
options to integrate the sieve plugin with Dovecot. I also notice that when I 
create a domain it does not all anything about the DSPAM. I did it manually to 
a user and that works.. what’s the best option to enable it for the entire 
domain?

Thanks
-
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)


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-21 Thread Remo Mattei
http://italy1.com/qmail/ 

Has the steps.

Remo 



> On Jul 19, 2017, at 12:31 AM, Remo Mattei  wrote:
> 
> The only thing now is push notifications 
> 
> Inviato da iPhone
> 
> Il giorno 19 lug 2017, alle ore 00:23, Remo Mattei  > ha scritto:
> 
>> I have it working..
>> 
>> I let you know tomorrow.
>> 
>> Ciao 
>> 
>> 
>> 
>>> On Jul 17, 2017, at 11:13 PM, Eric Broch >> > wrote:
>>> 
>>> Sieve:
>>> 1) Install dovecot-pigeonhole in qmt repository which provides Sieve.
>>> 2) You must use dovecot LDA the configuration of which is shown at the 
>>> bottom of this page, http://www.qmailtoaster.org/notes.html 
>>> 
>>> 3) Implement 'sieve' in 'protocol lda {}' of dovecot configuration file 
>>> (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration 
>>> )
>>> 4) Write sieve rules (https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples 
>>> ).
>>> 
>>> 5) Tell dovecot where sieve rules are located in 'plugin {}' section of 
>>> dovecot configuration file. 
>>> (https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration 
>>> )
>>> 6) Set proper permissions on sieve rules files and directory.
>>> 
>>> 
>>> Dspam:
>>> In  /home/vpopmail/domains/domain.tld/.qmail-default
>>> 
>>> OLD line:
>>> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
>>> 
>>> NEW line:
>>> | /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | 
>>> /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox 
>>> 
>>> Dspam w/dovecot-lda: 
>>> '.qmail-default' might look like this
>>> 
>>> | /usr/bin/dspam --user "$EXT@$HOST" --deliver=stdout | 
>>> /var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER -o 
>>> postmaster_address=postmas...@yourdomain.tld 
>>> 
>>> Eric
>>> 
>>> On 7/17/2017 10:26 PM, Remo Mattei wrote:
 Hello I just installed the great qmt all working I wonder if there are 
 some options to integrate the sieve plugin with Dovecot. I also notice 
 that when I create a domain it does not all anything about the DSPAM. I 
 did it manually to a user and that works.. what’s the best option to 
 enable it for the entire domain?
 
 Thanks 
 -
 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: Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread Gustavo De Poli
i supose that is the problem but, my ISP says its ok.

I dont know nothing ( just a few) about DNS

Others opinions??



2017-07-21 16:17 GMT-03:00 CarlC Internet Services Service Desk <
ab...@carlc.com>:

> On the DNS, why do we get two answers??
>
>
>
> nslookup 186.18.13.252
>
> Server: 8.8.4.4
>
> Address:8.8.4.4#53
>
>
>
> Non-authoritative answer:
>
> 252.13.18.186.in-addr.arpa  name = sistemas-sg.com.ar.
>
> 252.13.18.186.in-addr.arpa  name = mail.sistemas-sg.com.ar.
>
>
>
> Authoritative answers can be found from:
>
> 
>
>
>
> Could that be part of the cause?
>
> Carl
>
>
>
> *From:* Eric Broch [mailto:ebr...@whitehorsetc.com]
> *Sent:* Friday, July 21, 2017 02:35 PM
> *To:* qmailtoaster-list@qmailtoaster.com
> *Subject:* Fwd: Re: [qmailtoaster] probles error 4.4.2
>
>
>
>
>
> Does this happen every time for addresses like 190.139.111.5 or just some
> of the time. In other words will mail to 190.139.111.5 work sometimes and
> sometimes not?
>
> On 7/21/2017 12:27 PM, Gustavo De Poli wrote:
>
> yes
>
>
>
>
>
> 2017-07-21 15:27 GMT-03:00 Eric Broch :
>
> So mail from 186.18.13.252 (your address) to outside addresses (like
> 190.139.111.5) fail, is this correct?
>
>
>
> On 7/21/2017 12:23 PM, Gustavo De Poli wrote:
>
> NO my new IP is 186.18.13.252
>
>
>
> 2017-07-21 15:23 GMT-03:00 Eric Broch :
>
> Is 190.139.111.5 your new public IP?
>
>
>
>
> On 7/21/2017 11:01 AM, Gustavo De Poli wrote:
>
> Hi everybody.
>
> (sorry my inglish)
>
> i have a qmail from 3 year ago, over centos 6. behind other centes with
> iptables and nat
>
> 10 days ago my isp change my public IP.
> From that day, some mails get me this error...
>
>  " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "
>
> i check DNS and i supose it is good..
>
> where mus i lookfor problem ??
>
>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
>
>
>
> --
>
> Eric Broch
>
> White Horse Technical Consulting (WHTC)
>
>
>
>
>
> --
>
> Eric Broch
>
> White Horse Technical Consulting (WHTC)
>
>


RE: Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread CarlC Internet Services Service Desk
On the DNS, why do we get two answers??

 

nslookup 186.18.13.252

Server: 8.8.4.4

Address:8.8.4.4#53

 

Non-authoritative answer:

252.13.18.186.in-addr.arpa  name = sistemas-sg.com.ar.

252.13.18.186.in-addr.arpa  name = mail.sistemas-sg.com.ar.

 

Authoritative answers can be found from:



 

Could that be part of the cause?

Carl

 

From: Eric Broch [mailto:ebr...@whitehorsetc.com] 
Sent: Friday, July 21, 2017 02:35 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Fwd: Re: [qmailtoaster] probles error 4.4.2

 

 

Does this happen every time for addresses like 190.139.111.5 or just some of 
the time. In other words will mail to 190.139.111.5 work sometimes and 
sometimes not?

On 7/21/2017 12:27 PM, Gustavo De Poli wrote:

yes 

 

 

2017-07-21 15:27 GMT-03:00 Eric Broch :

So mail from 186.18.13.252 (your address) to outside addresses (like 
190.139.111.5) fail, is this correct?

 

On 7/21/2017 12:23 PM, Gustavo De Poli wrote:

NO my new IP is 186.18.13.252

 

2017-07-21 15:23 GMT-03:00 Eric Broch :

Is 190.139.111.5 your new public IP? 




On 7/21/2017 11:01 AM, Gustavo De Poli wrote:

Hi everybody.

(sorry my inglish)

i have a qmail from 3 year ago, over centos 6. behind other centes with 
iptables and nat

10 days ago my isp change my public IP.
>From that day, some mails get me this error...

 " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "

i check DNS and i supose it is good..

where mus i lookfor problem ??



 

-- 
Eric Broch
White Horse Technical Consulting (WHTC)

 





-- 
Eric Broch
White Horse Technical Consulting (WHTC)

 





-- 
Eric Broch
White Horse Technical Consulting (WHTC)


Re: Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread Gustavo De Poli
a few days ago my ip change may ip. from that day i can not send mail to
that server. i check reverses dns and i supose its ok.
but some mails was a refuse ( like 190.139.111.5 ) others not has refuse
but not came to destiniti and other function ok.

for instans:
me to 190.139.111.5 error 4.4.2
me to gmail OK
me to others , i no have refuse bu mails does not came destiniti.



2017-07-21 15:34 GMT-03:00 Eric Broch :

>
> Does this happen every time for addresses like 190.139.111.5 or just some
> of the time. In other words will mail to 190.139.111.5 work sometimes and
> sometimes not?
>
>
> On 7/21/2017 12:27 PM, Gustavo De Poli wrote:
>
> yes
>
>
> 2017-07-21 15:27 GMT-03:00 Eric Broch :
>
>> So mail from 186.18.13.252 (your address) to outside addresses (like
>> 190.139.111.5) fail, is this correct?
>>
>> On 7/21/2017 12:23 PM, Gustavo De Poli wrote:
>>
>> NO my new IP is 186.18.13.252
>>
>> 2017-07-21 15:23 GMT-03:00 Eric Broch :
>>
>>> Is 190.139.111.5 your new public IP?
>>>
>>>
>>>
>>> On 7/21/2017 11:01 AM, Gustavo De Poli wrote:
>>>
 Hi everybody.

 (sorry my inglish)

 i have a qmail from 3 year ago, over centos 6. behind other centes with
 iptables and nat

 10 days ago my isp change my public IP.
 From that day, some mails get me this error...

  " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "

 i check DNS and i supose it is good..

 where mus i lookfor problem ??



>>> --
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
>>>
>>>
>>
>> --
>> Eric Broch
>> White Horse Technical Consulting (WHTC)
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Fwd: Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread Eric Broch


Does this happen every time for addresses like 190.139.111.5 or just 
some of the time. In other words will mail to 190.139.111.5 work 
sometimes and sometimes not?


On 7/21/2017 12:27 PM, Gustavo De Poli wrote:

yes


2017-07-21 15:27 GMT-03:00 Eric Broch >:


So mail from 186.18.13.252 (your address) to outside addresses
(like 190.139.111.5) fail, is this correct?


On 7/21/2017 12:23 PM, Gustavo De Poli wrote:

NO my new IP is 186.18.13.252

2017-07-21 15:23 GMT-03:00 Eric Broch >:

Is 190.139.111.5 your new public IP?



On 7/21/2017 11:01 AM, Gustavo De Poli wrote:

Hi everybody.

(sorry my inglish)

i have a qmail from 3 year ago, over centos 6. behind
other centes with iptables and nat

10 days ago my isp change my public IP.
From that day, some mails get me this error...

 "
Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "

i check DNS and i supose it is good..

where mus i lookfor problem ??



-- 
Eric Broch

White Horse Technical Consulting (WHTC)




-- 
Eric Broch

White Horse Technical Consulting (WHTC)




--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread Gustavo De Poli
yes


2017-07-21 15:27 GMT-03:00 Eric Broch :

> So mail from 186.18.13.252 (your address) to outside addresses (like
> 190.139.111.5) fail, is this correct?
>
> On 7/21/2017 12:23 PM, Gustavo De Poli wrote:
>
> NO my new IP is 186.18.13.252
>
> 2017-07-21 15:23 GMT-03:00 Eric Broch :
>
>> Is 190.139.111.5 your new public IP?
>>
>>
>>
>> On 7/21/2017 11:01 AM, Gustavo De Poli wrote:
>>
>>> Hi everybody.
>>>
>>> (sorry my inglish)
>>>
>>> i have a qmail from 3 year ago, over centos 6. behind other centes with
>>> iptables and nat
>>>
>>> 10 days ago my isp change my public IP.
>>> From that day, some mails get me this error...
>>>
>>>  " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "
>>>
>>> i check DNS and i supose it is good..
>>>
>>> where mus i lookfor problem ??
>>>
>>>
>>>
>> --
>> Eric Broch
>> White Horse Technical Consulting (WHTC)
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Re: [qmailtoaster] probles error 4.4.2

2017-07-21 Thread Eric Broch
So mail from 186.18.13.252 (your address) to outside addresses (like 
190.139.111.5) fail, is this correct?



On 7/21/2017 12:23 PM, Gustavo De Poli wrote:

NO my new IP is 186.18.13.252

2017-07-21 15:23 GMT-03:00 Eric Broch >:


Is 190.139.111.5 your new public IP?



On 7/21/2017 11:01 AM, Gustavo De Poli wrote:

Hi everybody.

(sorry my inglish)

i have a qmail from 3 year ago, over centos 6. behind other
centes with iptables and nat

10 days ago my isp change my public IP.
From that day, some mails get me this error...

 " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "

i check DNS and i supose it is good..

where mus i lookfor problem ??



-- 
Eric Broch

White Horse Technical Consulting (WHTC)




--
Eric Broch
White Horse Technical Consulting (WHTC)



[qmailtoaster] probles error 4.4.2

2017-07-21 Thread Gustavo De Poli
Hi everybody.

(sorry my inglish)

i have a qmail from 3 year ago, over centos 6. behind other centes with
iptables and nat

10 days ago my isp change my public IP.
>From that day, some mails get me this error...

 " Connected_to_190.139.111.5_but_connection_died._(#4.4.2)/ "

i check DNS and i supose it is good..

where mus i lookfor problem ??