search for: a1725576

Displaying 1 result from an estimated 1 matches for "a1725576".

2008 Oct 12
2
Different authentication for pop3 and imap
Is it possible to run different authentications for pop3 and imap ? What i need is to give access to some clients to pop3 only and to other to imap only. I'm using postgres as a backend. What i actually need is 2 separate queries for userdb, one to select with "WHERE imap_access = 1" and the other one with "WHERE pop3_access = 1" ( that's just an example ). I'm