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

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

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

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-19 Thread Remo Mattei
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

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-19 Thread Remo Mattei
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 >

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-19 Thread Remo Mattei
Here is my toaster auth_cache_size = 32M auth_mechanisms = plain login digest-md5 cram-md5 auth_username_format = %Lu first_valid_uid = 89 first_valid_gid = 89 log_path = /var/log/dovecot.log login_greeting = Dovecot toaster ready. mail_plugins = $mail_plugins quota plugin/quota = maildir

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-18 Thread Eric Broch
1) Is dovecot LDA working (without sieve)? 2) Have you looked in the sieve log files? On 7/18/2017 3:34 PM, Remo Mattei wrote: Hello Eric, Any suggestion on this.. why it would not move the message ? ## Generated by Roundcube Webmail SieveRules Plugin ## require ["fileinto"]; #

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-18 Thread Remo Mattei
Hello Eric, Any suggestion on this.. why it would not move the message ? ## Generated by Roundcube Webmail SieveRules Plugin ## require ["fileinto"]; # rule:[Virgilio] if anyof (header :contains "From" "iyoum...@virgilio.it") { fileinto "IT"; } > On Jul 17, 2017, at 11:13 PM, Eric

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-18 Thread Remo Mattei
Thanks, I am trying to get the round cube sieve plugin to work which want the 4190 port open.. the info you pass are great I need to see how to use them for the final steps Remo > On Jul 17, 2017, at 11:13 PM, Eric Broch wrote: > > | /usr/bin/dspam --user

Re: [qmailtoaster] Hello question about QMT sieve integration

2017-07-18 Thread Eric Broch
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