Re: How to skip errors on doveadm backup for migration ?

2016-01-11 Thread Christoph Adomeit
Hi Farokh, yes, imapsync is great. I tested it myself and it fetched all the mails. Only Problem: Imapsync will loose the Email-UIDs so all Mail will be downloaded again by the clients after Server switch. dsync is able to presere the Uids. Thanks Christoph On Sun, Jan 10, 2016 at 05:42:53P

sieve - content checks with special chars

2016-01-11 Thread Hajo Locke
Hello, currently i try subject tests with special chars and german umlauts öäü etc. if header :contains "subject" [" äää"] { fileinto "umlauts"; } iam surprised, this is working out of the box. great! in procmail i had to add a second step by manual coding the needle with perl. is sieve

Re: sieve - content checks with special chars

2016-01-11 Thread Robert Schetterer
Am 11.01.2016 um 11:24 schrieb Hajo Locke: > Hello, > > currently i try subject tests with special chars and german umlauts öäü > etc. > > if header :contains "subject" [" äää"] { > fileinto "umlauts"; > } > > iam surprised, this is working out of the box. great! in procmail i had > to add

Re: sieve - content checks with special chars

2016-01-11 Thread Stephan Bosch
Op 11-1-2016 om 11:24 schreef Hajo Locke: Hello, currently i try subject tests with special chars and german umlauts öäü etc. if header :contains "subject" [" äää"] { fileinto "umlauts"; } iam surprised, this is working out of the box. great! in procmail i had to add a second step b

Re: Dovecot code repository moved to Github (dovecot-cvs list revived)

2016-01-11 Thread Stephan Bosch
Op 12/9/2015 om 5:32 PM schreef Timo Sirainen: > I'm not sure yet if we should continue pushing commit emails to dovecot-cvs > list or if Github's internal notifications are enough. In any case > dovecot-cvs list isn't working right now. As you may have noticed, the dovecot-cvs mailing list is w

password schemes when crypt() has no DES

2016-01-11 Thread Stuart Henderson
https://github.com/dovecot/core/commit/54a1b3574acab5f778843f7f1e04d2d26d61a852 fixed a 'doveadm pw' crash "when trying to use CRYPT scheme when crypt() doesn't support DES" by testing to see if crypt would generate a DES password and, if not, disabling the scheme. I'm using Dovecot on OpenBSD wit

No SSL on some users

2016-01-11 Thread Jonas Björklund
Hello, Is there a way to allow only certain users on IMAP/POP3 without SSL? Im running MySQL backend. /Jonas