[Postfixadmin-devel] feature request pop3 imap field
Brought to you by:
christian_boltz,
gingerdog
From: Robert S. <ro...@sc...> - 2009-02-01 02:11:38
|
Hi, i am not really up2date with current postfixadmin , so excuse if my request was done before and/or was already done dovecot gives the chance to limit users either pop3 and/or imap login out of sql see http://wiki.dovecot.org/Authentication/RestrictAccess ------------ SQL You can use the %Ls variable which expands to imap or pop3 in password_query, eg: password_query = SELECT password FROM users WHERE userid = '%u' and (imap_allowed = true or '%Ls' = 'pop3') -------- so it would be nice to have that fields in the sql layout, and able to configure in the postfixadmin gui there should be a choosable default ( only pop3 on, only imap on, or both on ) in the master postfixadnin conf too -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria |