[Dovecot] using separate authentication based on protocol
Hello,
I wonder if it's possible to use a different query for authenticating users against the mysql db based on the protocol used: IMAP or POP3. This could come handy for not allowing my users who switched to IMAP from accidentally getting all their mail through a POP3 connection. Using dovecot-0.99.10 here.
Marius
On Thu, 2005-01-13 at 15:42 +0200, Marius Stan wrote:
I wonder if it's possible to use a different query for authenticating users against the mysql db based on the protocol used: IMAP or POP3. This could come handy for not allowing my users who switched to IMAP from accidentally getting all their mail through a POP3 connection. Using dovecot-0.99.10 here.
Not with 0.99.x, but with 1.0-tests it's possible to use %s in SQL query which expands to POP3 or IMAP.
participants (2)
-
Marius Stan
-
Timo Sirainen