[Dovecot] Separate auth for pop and imap
Hi.
Is it possible to set up separate authentication backends for POP and IMAP for a single Dovecot instance?
Or does this require two separate dovecot instances with separate config files?
Specifically, I want to have one database query for IMAP and one for POP so that I can let these be separate features that I can flag in a database.
-- Daniel Mikkelsen Copyleft Software AS
On Tue, 2006-10-17 at 10:53 +0200, Hr. Daniel Mikkelsen wrote:
Specifically, I want to have one database query for IMAP and one for POP so that I can let these be separate features that I can flag in a database.
Not sure if it fits your needs, but you can, instead, make dovecot's select statement depend on the service.
johannes
On Tue, 2006-10-17 at 11:00 +0200, Johannes Berg wrote:
On Tue, 2006-10-17 at 10:53 +0200, Hr. Daniel Mikkelsen wrote:
Specifically, I want to have one database query for IMAP and one for POP so that I can let these be separate features that I can flag in a database.
Not sure if it fits your needs, but you can, instead, make dovecot's select statement depend on the service.
And more specifically you can use %s which expands to IMAP or POP3.
participants (3)
-
Hr. Daniel Mikkelsen
-
Johannes Berg
-
Timo Sirainen