Re: Character not allowed in mailbox name

2019-07-22 Thread Matthias Fechner via dovecot
Am 22.07.2019 um 17:52 schrieb Timo Sirainen via dovecot: > Accidental bug. Fixed > by  > https://github.com/dovecot/core/commit/62f3b738efd4a6444a4bde4a80bea208c5b39ccd thanks a lot for this, that restored now all my installationd into a working state, which were broken by 2.3.6 -> 2.3.7

IMAPSieve message marked as HAM should go through full sieve script of user

2019-05-10 Thread Matthias Fechner via dovecot
Dear all, I use the IMAPSieve implementation described here: https://wiki.dovecot.org/HowTo/AntispamWithSieve It is working really great! Thanks a lot for this. The problem I have now is: A message was by accident marked by rspamd as spam, so a false-positive and is moved to the Junk folder.

Re: Using SHA256/512 for SQL based password

2019-02-12 Thread Matthias Fechner via dovecot
Am 13. Februar 2019 00:34:15 schrieb Robert Moskowitz : On 2/12/19 6:03 PM, Matthias Fechner via dovecot wrote: Am 12.02.2019 um 17:05 schrieb Robert Moskowitz via dovecot: I have trying to find how to set the dovecot-sql.conf for using SHA256/512. I am going to start clean

Re: Using SHA256/512 for SQL based password

2019-02-12 Thread Matthias Fechner via dovecot
Am 12.02.2019 um 17:05 schrieb Robert Moskowitz via dovecot: > I have trying to find how to set the dovecot-sql.conf for using > SHA256/512.  I am going to start clean with the stronger format, not > migrate from the old MD5.  It seems all I need is: you maybe would like to have a look to the

Use sieve to move all mail automatically based on List-Id

2019-02-09 Thread Matthias Fechner via dovecot
Dear all, I currently use the following rule to automatically sort email into folders based on mailing lists: # split out the various list forms # Mailman & other lists using list-id if exists "list-id" {     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {     set :lower "listname" "${1}";