- validate if used mail-service (imap, pop3) is allowed for user, fixes #475

This commit is contained in:
Michael Kaufmann (d00p)
2010-11-22 07:13:56 +00:00
parent bde278430e
commit d1a9460117
10 changed files with 20 additions and 14 deletions

View File

@@ -10,3 +10,5 @@ MYSQL_GID_FIELD gid
MYSQL_LOGIN_FIELD username
MYSQL_HOME_FIELD homedir
MYSQL_MAILDIR_FIELD maildir
MYSQL_QUOTA_FIELD (quota*1024*1024)
MYSQL_AUXOPTIONS_FIELD CONCAT("allowimap=",imap,",allowpop3=",pop3)