Skip to content
Snippets Groups Projects
Commit a4cfc3cd authored by Florian Schaal's avatar Florian Schaal
Browse files

FS#3749 - Disable smtp checkbox in mailbox setting has no effect on courier servers

parent c3fab8f2
No related branches found
No related tags found
1 merge request!199FS#3749 - Disable smtp checkbox in mailbox setting has no effect on courier servers
......@@ -15,4 +15,5 @@ MYSQL_MAILDIR_FIELD maildir
MYSQL_QUOTA_FIELD quota
#MYSQL_QUOTA_FIELD concat(quota,'S')
#MYSQL_WHERE_CLAUSE access='y'
MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3)
\ No newline at end of file
#MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3)
MYSQL_AUXOPTIONS_FIELD concat('disableimap=',(replace(disableimap,'y',1)),',','disablepop3=',(replace(disablepop3,'y',1)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment