Re: %{domain} (or %d) is empty

2016-05-02 Thread Robban
Hi again! I manage to solve this by removing the option auth_username_translation. The reason I wanted to have auth_username_translation was to be able to let sieve handle Is this possible with other configuration options? //Robban - Forwarded message from Robban - Date: Mon, 2 May

Re: Sieve + Vacation

2016-05-02 Thread @lbutlr
On Mon May 02 2016 11:35:45 Jerrysaid: > > On Mon, 02 May 2016 18:15:11 +0200, Benny Pedersen stated: > >> On May 1, 2016 4:00:15 PM Jerry wrote: >> >>> I am not sure if this is possible. When I use "vacation" in a sieve >>> script, it always sends the response using "<>". I need it to

%{domain} (or %d) is empty

2016-05-02 Thread Robban
Hi all! I have two userdb's, for one of them it's ldap based and the 2nd one is static. I want mail to ldap-users to be saved in /home/vmail//Maildir So far so good. Now I want mail to non-existent users to be placed in /home/vmail//Maildir (notice the double-slashes that indicate that %d is em

Re: Sieve + Vacation

2016-05-02 Thread Jerry
On Mon, 02 May 2016 18:15:11 +0200, Benny Pedersen stated: >On May 1, 2016 4:00:15 PM Jerry wrote: > >> I am not sure if this is possible. When I use "vacation" in a sieve >> script, it always sends the response using "<>". I need it to send >> the response using a specific address. Is this possi

Re: more info about deleting users

2016-05-02 Thread Michael Orlitzky
On 05/02/2016 03:19 AM, Steffen Kaiser wrote: > On Mon, 2 May 2016, Tom Sommer wrote: >> On 2016-04-29 16:25, Matteo Gaito Test Account wrote: > > > In fact, I would like to have: > > + full user backup > + full user removal > + restore of backup'ed user > > incl. all data, Dovecot creates / ma

Re: Sieve + Vacation

2016-05-02 Thread Benny Pedersen
On May 1, 2016 4:00:15 PM Jerry wrote: I am not sure if this is possible. When I use "vacation" in a sieve script, it always sends the response using "<>". I need it to send the response using a specific address. Is this possible? Thanks :) Why not just talk with Eliza abort it ?, maybe she

Re: autoexpunge wildcard mailbox from userdb

2016-05-02 Thread Leon Kyneur
On 02/05/16 21:43, Timo Sirainen wrote: On 02 May 2016, at 16:40, Leon Kyneur wrote: On 02/05/16 16:51, Timo Sirainen wrote: On 02 May 2016, at 03:47, Leon Kyneur wrote: Was excited to see that wildcards are now possible on autoexpunge in the 2.2.24 release. However I'm trying to confi

Re: autoexpunge wildcard mailbox from userdb

2016-05-02 Thread Timo Sirainen
On 02 May 2016, at 16:40, Leon Kyneur wrote: > > > > On 02/05/16 16:51, Timo Sirainen wrote: >> On 02 May 2016, at 03:47, Leon Kyneur wrote: >>> Was excited to see that wildcards are now possible on autoexpunge in the >>> 2.2.24 release. >>> >>> However I'm trying to configure these from the

Re: autoexpunge wildcard mailbox from userdb

2016-05-02 Thread Leon Kyneur
On 02/05/16 16:51, Timo Sirainen wrote: On 02 May 2016, at 03:47, Leon Kyneur wrote: Was excited to see that wildcards are now possible on autoexpunge in the 2.2.24 release. However I'm trying to configure these from the userdb lookup and it doesn't appear to be working. if I set in 15-ma

Re: Changing Password Schemes

2016-05-02 Thread Gedalya
On 05/02/2016 05:32 AM, Carl Jeptha wrote: > May 2 05:26:03 |** dovecot: auth-worker(3442): Error: > sql(u...@domain.tld,xxx.xxx.xxx.xxx): Password query must return a > field named 'password' I'm not sure, maybe it's checking case-sensitive. Your query returns PASSWORD. Make it lowercase. >

Re: Changing Password Schemes

2016-05-02 Thread cajeptha
That one is there to close the left one after IF Sent from my Samsung device Original message From: Christian Kivalo Date: 2016-05-02 11:58 (GMT+02:00) To: dovecot@dovecot.org Subject: Re: Changing Password Schemes On 2016-05-02 11:32, Carl Jeptha wrote: > passwor

Re: Changing Password Schemes

2016-05-02 Thread Christian Kivalo
On 2016-05-02 11:32, Carl Jeptha wrote: password_query = \ SELECT username AS USER, \ IF(cryptpwd IS NULL OR cryptpwd='', CONCAT('{PLAIN}',clearpwd), cryptpwd) AS PASSWORD, \ '/var/vmail/%d/%n' as userdb_home, \ 'maildir:/var/vmail/%d/%n' as userdb_mail, 150 as userdb_uid, 8

Re: autoexpunge wildcard mailbox from userdb

2016-05-02 Thread Timo Sirainen
On 02 May 2016, at 03:47, Leon Kyneur wrote: > > Was excited to see that wildcards are now possible on autoexpunge in the > 2.2.24 release. > > However I'm trying to configure these from the userdb lookup and it doesn't > appear to be working. > > if I set in 15-mailboxes.conf > mailbox Trash

Re: more info about deleting users

2016-05-02 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 2 May 2016, Tom Sommer wrote: On 2016-04-29 16:25, Matteo Gaito Test Account wrote: 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