Re: Sieve filter fileinto doesn't preserve flags

2018-03-02 Thread Stephan Bosch
Op 3/2/2018 om 6:41 PM schreef Konstantinos Tsakiltzidis: > Using `fileinto` to move a mail into another mailbox removes flags > > that have been set with a previous sieve filter with `addflag`. I need to see your script to help you. Regards, Stephan Bosch. > > # 2.2.33.2 (d6601f4ec):

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Stephan Bosch
Op 3/2/2018 om 6:09 PM schreef Konstantinos Tsakiltzidis: > Following the rfc5232, Sieve Email Filtering: Imap4flags Extension > > the following filter doesn't work when the `"flagvar"` part is added > > require "imap4flags"; > > if header :contains "X-Spam" "Yes" { > >   setflag "flagvar" "spam";

Re: Virtual question

2018-03-02 Thread LuKreme
On Mar 2, 2018, at 14:56, List wrote: > > namespace { > prefix = @virtual. > separator = . > location = > virtual:/usr/local/etc/dovecot/virtual:INDEX=˜/Maildir/virtual:CONTROL:˜/Maildir/virtual > } # cat /usr/local/etc/virtual/month/dovecot-vitual #

pigeonhole 0.4.22 with sieve_before script crashes

2018-03-02 Thread Jan
Hello! Dovecot 2.2.34 (874deae) Pigeonhole version 0.4.22 (22940fb7) After the update to pigeonhole version 0.4.22 the following configuration does not work. With version 0.4.21 it works. dovecot.conf (only sieve configuration) ---

Re: Upgrade to 2.3.0.1 bre aks server

2018-03-02 Thread post
Another remark: I have installed the new version from the PPA provided by dovecot.org: deb https://repo.dovecot.org/ce-2.3-latest/ubuntu/xenial xenial main Before (2.2.22) I had installed it from the ubuntu (canonical) package sources - and not the PPA provided by dovecot.org. Could it be,

Re: Upgrade to 2.3.0.1 bre aks server

2018-03-02 Thread post
Here is my "dovecot -n": # 2.3.0.1 (ffd8a29): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.0.1 (d33dca2) # OS: Linux 4.4.0-116-generic x86_64 Ubuntu 16.04.4 LTS auth_debug = yes auth_username_format = %n auth_verbose = yes hostname = volker-wysk.de log_path = /var/log/dovecot.log

Upgrade to 2.3.0.1 breaks server

2018-03-02 Thread post
Hi I've upgraded dovecot from 2.2.22 to 2.3.0.1, and now I can't log in any longer. My mail client says that the user name and password are rejected by dovecot. I get this messsage in the system logs: % journalctl -u dovecot.service (...) Mär 03 01:39:23 desktop systemd[1]: Stopped Dovecot

Re: Virtual question

2018-03-02 Thread List
Sorry, different email client on the road. I created the folders under my dovecot install /usr/local/etc/dovecot/virtual/ and then created month and day folders with dovecot-virtaul files in each folder. The

Re: Debian: Dovecot 2.3.0.1 won't start if dovecot-pop3d is missing

2018-03-02 Thread Markus Schönhaber
Aki Tuomi, Fri, 02 Mar 2018 20:06:35 +0200: > the problem is default >  protocols = imap pop3  Ah, OK. I wasn't aware that the default had changed. It seems to be protocols = imap pop3 lmtp now. > packaging should use > protocols = > protocols = $protocols imap Yep, explicitly setting

requiring a full fqdn for authentication

2018-03-02 Thread David Mehler
Hello, I'm using dovecot to do postfix authentication. I'm trying to get dovecot to require a complete email address as a login. Currently I can log in by either a username or fqdn. I've got the below what is the issue? If I need to provide my sql password query let me know. Thanks. Dave.

Re: Virtual question

2018-03-02 Thread LuKreme
On Mar 1, 2018, at 22:35, Aki Tuomi wrote: > > Under /etc/dovecot/virtual > > you create the virtual folder structure you want, and put the dovecot-virtual > files under those folders. > > such as > > /etc/dovecot/virtual/month/dovecot-virtual > > Then in dovecot.conf

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Larry Rosenman
It is: - imap4flags extension: Fix binary byte-code corruption occurring when the setflag, addflag, or removeflag command's flag-list is a variable. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Larry Rosenman
I don't remember if this was fixed in 0.4.21 or not, but it's definitely fixed in 0.5.0, which requires dovecot 2.3. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX

Debian: Dovecot 2.3.0.1 won't start if dovecot-pop3d is missing

2018-03-02 Thread Markus Schönhaber
Hello, given a Debian 9 system with Dovecot 2.2.34 installed from self-built packages made from the official tarball combined with Stephan Bosch's debian files (upgraded multiple times from packages made in a similar way). Today, I updated this system to 2.3.0.1 from the official repository at

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Konstantinos Tsakiltzidis
well i posted the doveconf... # Pigeonhole version 0.4.21 (92477967)

Sieve filter fileinto doesn't preserve flags

2018-03-02 Thread Konstantinos Tsakiltzidis
Using `fileinto` to move a mail into another mailbox removes flags that have been set with a previous sieve filter with `addflag`. # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.1 ext4 lda_mailbox_autocreate =

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Larry Rosenman
That's the DOVECOT version, what's the PIGEONHOLE version? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 3/2/18, 11:22 AM, "Konstantinos Tsakiltzidis"

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Konstantinos Tsakiltzidis
debian package Version: 1:2.2.33.2-1~bpo9+1 On 03/02/2018 07:13 PM, Larry Rosenman wrote: What version of pigeonhole are you using? This was fixed recently.

Re: Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Larry Rosenman
What version of pigeonhole are you using? This was fixed recently. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 3/2/18, 11:09 AM, "dovecot on behalf of

Sieve filter imapflags with "flagvar" not working

2018-03-02 Thread Konstantinos Tsakiltzidis
Following the rfc5232, Sieve Email Filtering: Imap4flags Extension the following filter doesn't work when the `"flagvar"` part is added require "imap4flags"; if header :contains "X-Spam" "Yes" {   setflag "flagvar" "spam"; } removing the `"flagvar"` part works as expected # 2.2.33.2

Sieve filter doesn't respect mailbox separator

2018-03-02 Thread Konstantinos Tsakiltzidis
namespace separator is '.', this sieve script incorrectly tries to put the mail inside a mailbox rather that beside it, for example if the mailbox is named 'example', the mail will be put in the path 'example/.Spam' instead of 'example.Spam' require ["fileinto"]; if header :contains "X-Spam"

sieve vacation alias handling problem

2018-03-02 Thread Karol Augustin
Hi, I am using Dovecot LDA as LMTP renders envelope extension unusable. The problem I have noticed is that when user has multiple aliases sieve responds to all of them, not only to :addresses specified. >From testing it seems that :addresses only adds addresses to the list of "known" emails to

Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))

2018-03-02 Thread Ralf Hildebrandt
I have an email which cannot be delivered using LMTP: Mar 2 15:26:54 mail-cbf dovecot: lmtp(backup@backup.invalid)<29736>: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p)) Mar 2 15:26:54 mail-cbf dovecot:

Re: Plugin charset_alias

2018-03-02 Thread Teemu Huovila
On 02.03.2018 09:38, MRob wrote: > On 2018-03-01 22:59, John Woods wrote: >> Hey Everyone, >> >>     We are getting a compile error for Dovecot 2.2.34 on Solaris 11.3 >> x86, using Solaris Studio 12.6 compiler, and it doesn't occur with >> Dovecot 2.2.33. >> >>> Making all in charset-alias > >

Autoexpunge of lazy_expunge namespace

2018-03-02 Thread Angel L. Mateo
Hi, I'm using autoexpunge to clean my users' Trash and Spam mailboxes. But I'm also using lazy_expunge to keep a copy of deleted messages. Is there any to configure lazy_expunge namespace to be autoexpunged too? My lazy_expunge configuration is the "1 Namespace" described at