Re: Changing Password Schemes

2016-04-30 Thread Gedalya
First of all, you can probably go online before you convert all passwords. You can modify your query in dovecot-sql.conf.ext to something like the following: SELECT IF(crypt_pass IS NULL OR crypt_pass='', CONCAT('{PLAIN}',plain_pass), crypt_pass) as password FROM mailuser .. This is assuming th

Dovecot (LDAP) get the quota limitation from windows Active directory

2016-04-30 Thread Dogz
Hi, I can't get the quota limitation from windows AD, I did read the dovecot wiki like http://wiki2.dovecot.org/Quota/Configuration and search from google, but failed. *doveadm -D quota get -u dogz:* ... doveadm(dogz): Debug: auth input: d...@mail.com home=/vmail/dogz/ mail=maildir:/vmail/dogz/

Re: issues with doveadm sieve commands

2016-04-30 Thread Michael Grimm
aki.tu...@dovecot.fi wrote: >> On April 30, 2016 at 9:41 PM Stephan Bosch wrote: >> Op 4/10/2016 om 2:49 PM schreef Michael Grimm: >>> Recently those commands fail with a user set explicitly, e.g.: >>> >>> mail> doveadm sieve list -u test >>> doveadm(root): Error: User doesn't exist >>

Re: issues with doveadm sieve commands

2016-04-30 Thread aki . tuomi
> On April 30, 2016 at 9:41 PM Stephan Bosch wrote: > > > Op 4/10/2016 om 2:49 PM schreef Michael Grimm: > > Hi > > > > This is dovecot-pigeonhole 0.4.13 and dovecot 2.2.23 at FBSD 10.3-STABLE. > > > > I am used to run doveadm sieve commands for some time now whenever updating > > a sieve scri

Re: Changing Password Schemes

2016-04-30 Thread Carl A Jeptha
Sorry not truncated: {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI02QWAQNNfY5.Rk9zcSetYTgRfo4SPKf8qzMXsruvvS8uaSUidlvwDTLLSr3cVsQx2e6cu2/ You have a good day now, en mag jou môre ook so wees, Carl A Jeptha On 2016-04-30 14:58, Patrick Domack wrote: This looks good, except it is

Re: issues with doveadm sieve commands

2016-04-30 Thread Stephan Bosch
Op 4/10/2016 om 2:49 PM schreef Michael Grimm: > Hi > > This is dovecot-pigeonhole 0.4.13 and dovecot 2.2.23 at FBSD 10.3-STABLE. > > I am used to run doveadm sieve commands for some time now whenever updating a > sieve script. > > Recently those commands fail with a user set explicitly, e.g.: >

Re: Recent update causes segfault in proxy mode

2016-04-30 Thread Timo Sirainen
On 29 Apr 2016, at 12:46, Ralf Hildebrandt wrote: > > * Ralf Hildebrandt : > >> Unfortunately, I'm not getting a backtrace :( > > got it: > > #1 0x7febcad5407e in array_delete_i (count=1, idx=1992, > array=0x7febcd4b7b68) at ../../../../src/lib/array.h:200 > No locals. > #2 imapc_untagg

Re: more info about deleting users

2016-04-30 Thread Timo Sirainen
On 29 Apr 2016, at 17:25, Matteo Gaito Test Account wrote: > > Hi, > > i've search a lot in order to find a way to delete account by dovecot but i > found only this way > > http://dovecot.org/list/dovecot/2011-November/079273.html > > It's possible today delete a maildir remotely with doveadm

Re: Setting lmtp_user_concurrency_limit causes anvil permission error

2016-04-30 Thread Stephan Bosch
Op 4/7/2016 om 2:39 PM schreef Tom Sommer: > On 2016-04-07 13:41, Tom Sommer wrote: >> I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at >> me for every delivery: >> >> Apr 07 13:38:33 lmtp(4434): Error: >> net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied >> >>

Re: Changing Password Schemes

2016-04-30 Thread Patrick Domack
This looks good, except it is truncated, it should be something like 95chars long, Is your hash column set to 128 or up around there or larger? Quoting Carl A Jeptha : Sorry for double reply, but this what a password looks like in the "hashed" password column: {SHA512-CRYPT}$6$wEn1UFuiMz

Re: Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)

2016-04-30 Thread Andreas Jobs
On Sat, Apr 30, 2016 at 02:27:56PM +0300, Timo Sirainen wrote: > Thanks, this should fix it not to crash: > https://github.com/dovecot/core/commit/12fd7a30563f3256642070ef9528dda0d089cb41 Yes, it does. Thank you. --Andreas -- ! Andreas Jobs Network Operation Cent

Re: Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)

2016-04-30 Thread Timo Sirainen
On 30 Apr 2016, at 00:43, Andreas Jobs wrote: > > Hi, > > I just found this in my logs: > > Apr 29 11:05:20 lmtp(joerg.eggenst...@ruhr-uni-bochum.de): Panic: file > message-part-serialize.c: line 90 (part_serialize): assertion failed: > (part->children == NULL) > It looks like that this may

Re: Changing Password Schemes

2016-04-30 Thread Carl A Jeptha
Sorry for double reply, but this what a password looks like in the "hashed" password column: {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI2 You have a good day now, en mag jou môre ook so wees, On 2016-04-30 01:14, Gedalya wrote: That's not SHA512-CRYPT. That's just a simple s

Re: Changing Password Schemes

2016-04-30 Thread Carl A Jeptha
The database is MySQL. You have a good day now, en mag jou môre ook so wees, Carl A Jeptha On 2016-04-30 01:14, Gedalya wrote: That's not SHA512-CRYPT. That's just a simple sha512 of the password, without salt. A SHA512-CRYPT password will be generated with: printf "1234\n1234"