[Dovecot] mysql query prepending
4 Aug
2006
4 Aug
'06
11:57 p.m.
In postgresql you can do something like
select 'maildir:' || maildir as mail, uid, ...
through dovecot-sql.conf
Is there a mysql equivalent for adding 'maildir:' as a prefix to the 'mail' location ?
4:40 a.m.
On 2006-08-04 13:57:44 -0700, Chris Cappuccio wrote:
[[[ user_query = SELECT concat('/some/path/', maildir) as home, concat('maildir:/some/other/path/', maildir) as mail, 12345 AS uid, 12345 AS gid FROM mailbox WHERE username = '%u' ]]]
darix
-- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
6821
Age (days ago)
6822
Last active (days ago)
2 comments
2 participants
participants (2)
-
Chris Cappuccio
-
Marcus Rueckert