[Dovecot] Dovecot deliver and IMAP - separate user db queries possible?
1 Jan
2010
1 Jan
'10
7:24 a.m.
How can I get deliver LDA and IMAP to use separate user DB SQL queries?
1 Jan
1 Jan
10:55 p.m.
On 1.1.2010, at 2.24, Michael wrote:
How can I get deliver LDA and IMAP to use separate user DB SQL queries?
Currently you can't really. But there's %s variable that expands to either imap or lda. You could do some kind of conditional checking with it. For example:
select imap-stuff, .. where '%s' = 'imap' and .. union select lda-stuff, .. where '%s' = 'lda' and ..
5488
Age (days ago)
5488
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael
-
Timo Sirainen