18 Jun
2008
18 Jun
'08
8:11 a.m.
On Wed, 2008-06-18 at 13:05 +0800, Zhang Huangbin wrote:
Hi, all.
I have two column in MySQL user table:
- enablepop (NOT NULL default '1')
- enableimap (NOT NULL default '1')
How can i config dovecot to seperate pop user lookup and imap user lookup?
Use %s which expands to IMAP or POP3 in the query. See http://wiki.dovecot.org/Variables for list of all variables.