Displaying 1 result from an estimated 1 matches for "destinationname".
Did you mean:
destination_name
2014 Aug 29
0
Migrating courier to dovecot
...cot-sql.conf.ext
driver = mysql
connect = host=127.0.0.1 dbname=postfix user=postfix password=thereisone
default_pass_scheme = MD5-CRYPT
password_query = \
SELECT username, password \
FROM mailbox WHERE username = '%u'
user_query = \
SELECT concat('/', home, user, '/', destinationname) AS home, uid, gid, \
concat('*:storage=', round(quota / 1000 * 1.024)) AS quota_rule \
FROM mailbox WHERE username = '%u'
Where user is the row where the admin-panel user is stored and username is
the mbox-user.
My problem is the LDA, with dovecot-lda im having the uid / gid...