[Dovecot] Dovecot deliver and IMAP - separate user db queries possible?
1 Jan
2010
1 Jan
'10
9:24 a.m.
How can I get deliver LDA and IMAP to use separate user DB SQL queries?
2 Jan
2 Jan
12:55 a.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 ..
5438
Age (days ago)
5438
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael
-
Timo Sirainen