Re: pigeonhole-0.4.14

2017-07-07 Thread Stephan Bosch
Op 7/7/2017 om 1:18 PM schreef j.emerlik: > Solved temporary by replacing X-Spam-Status to X-Spam-Flag. > > X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like > a bug. Can you show your configuration (output from `dovecot -n`)? An example message may also be useful. Regar

Return extra fields from passwd userdb

2017-07-07 Thread Michele Petrella
Hi all. I use dovecot 2.2.29.1. Output of dovecot -n: # 2.2.29.1 (e0b76e3): /var/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.18 (29cc74d) # OS: Linux 3.10.55-gentoo i686 SuSE Linux 7.1 (i386) debug_log_path = /var/log/dovecot/dovecot_debug.log disable_plaintext_auth = no info_log_path = /v

STARTTLS issue with sieve

2017-07-07 Thread Andreas Oster
Hi all, I am currently struggling with an odd sieve/Pigeonhole issue. Some weeks ago I had to replace our dovecot certificate due to expiration. In the past I did use a self-signed certificate, but because we now have a little openssl based CA I have decided to create signed certificate for i

Re: pigeonhole-0.4.14

2017-07-07 Thread j.emerlik
Solved temporary by replacing X-Spam-Status to X-Spam-Flag. X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like a bug. Regards, Jack 2017-07-07 12:41 GMT+02:00 j.emerlik : > Yes, I'am sure. > > I've only global as: > == > require "fileinto"; > > if header :c

Re: pigeonhole-0.4.14

2017-07-07 Thread j.emerlik
Yes, I'am sure. I've only global as: == require "fileinto"; if header :contains "X-Spam-Status" "YES" { fileinto "INBOX.Junk"; } if header :contains "X-Spam-Level" "" { discard; stop; } and default as: == require "fileinto"; if header :contains

Re: pigeonhole-0.4.14

2017-07-07 Thread Aki Tuomi
On 07.07.2017 11:14, j.emerlik wrote: > Hi, > my global sieve filter looks like this: > > require "fileinto"; > > if header :contains "X-Spam-Status" "YES" { > fileinto "INBOX.Junk"; > } > > if header :contains "X-Spam-Level" "" { > discard; > stop; > } > > > Why Dovecot

pigeonhole-0.4.14

2017-07-07 Thread j.emerlik
Hi, my global sieve filter looks like this: require "fileinto"; if header :contains "X-Spam-Status" "YES" { fileinto "INBOX.Junk"; } if header :contains "X-Spam-Level" "" { discard; stop; } Why Dovecot 2.2.24 and pigeonhole-0.4.14 moves all e-mails to spam eg .: with

Re: how to make user iteration work (with active directory ldap)

2017-07-07 Thread mj
Hi Aki, Wow that was a quick reply! :-) userdb { args = uid=vmail gid=vmail home=/var/vmail/%n allow_all_users=yes driver = static } This needs to use driver = ldap, static userdb's are not iteratable. Did that, and after changing args to point to a filename, everything popped into p

Re: how to make user iteration work (with active directory ldap)

2017-07-07 Thread Aki Tuomi
On 07.07.2017 10:33, mj wrote: > We received no replies to this email that we sent a few days ago. > We're not sure why. If we miss something that is obvious to everybody, > kindly point it out. > We ẃould like to get iteration working, to be able to mass-delete > specific emails from all mailbox

how to make user iteration work (with active directory ldap)

2017-07-07 Thread mj
We received no replies to this email that we sent a few days ago. We're not sure why. If we miss something that is obvious to everybody, kindly point it out. We ẃould like to get iteration working, to be able to mass-delete specific emails from all mailboxes, in case of for example received vir