Displaying 4 results from an estimated 4 matches for "mail_account".
Did you mean:
mailaccount
2018 Oct 20
2
Bug: 'noreplicate' database extra field ingnored
...plicated or not.
My sql user query returns a 'noreplicate' field and I can confirm that
this is getting set using 'doveadm user', however when I add a new
account with noreplicate=true it gets replicated regardless.
User query:
user_query = SELECT home, uid, gid, noreplicate FROM mail_accounts WHERE
address = '%u'
# doveadm user user1 at mydomain.com
field value
uid 1000
gid 1000
home /mail/domains/mydomain.com/user1/Maildir
mail maildir:/mail/domains/mydomain.com/user1/Maildir
noreplicate t
# 2.3.3 (dcead646b): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.3...
2018 Mar 10
3
dovecot sha512-crypt database storage
Hello,
I've got dovecot authenticating to a MySQL database. I've got a field
varchar(128) called password. Whenever I create a password I use
doveadm pw as in:
doveadm pw -s sha512-crypt
now i'd like to get MySQL to make a dovecot-specific password. My goal
is to eventually have roundcube's password plugin working with this
MySQL database to change the password.
Thanks.
Dave.
2018 Mar 10
0
dovecot sha512-crypt database storage
...0.de> wrote:
>> Hey,
>>
>> using the roundcube password plugin allows you to specify arbitrary
>> statements for password_query.
>>
>> I'm using SHA512-CRYPT too and this is my $config['password_query']:
>>
>> "UPDATE vhostapi_prod.mail_accounts SET
>> password=CONCAT(_utf8'{SHA512-CRYPT}',ENCRYPT(_utf8%p,CONCAT(_utf8'$6$',
>> SUBSTRING(SHA(RAND()), -16)))) WHERE email=%u LIMIT 1"
>>
>>
>> Cheers,
>> Thore
>>
>> On 10.03.18 - 16:00, David Mehler wrote:
>>> Hello...
2018 Oct 22
0
Bug: 'noreplicate' database extra field ingnored
...l user query returns a 'noreplicate' field and I can confirm that
> this is getting set using 'doveadm user', however when I add a new
> account with noreplicate=true it gets replicated regardless.
>
> User query:
> user_query = SELECT home, uid, gid, noreplicate FROM mail_accounts
> WHERE address = '%u'
>
> # doveadm user user1 at mydomain.com
> field??? value
> uid??? 1000
> gid??? 1000
> home??? /mail/domains/mydomain.com/user1/Maildir
> mail??? maildir:/mail/domains/mydomain.com/user1/Maildir
> noreplicate??? t
>
>
Can you turn on...