Skip to content

Commit e97f841

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
FS#3749 - Disable smtp checkbox in mailbox setting has no effect on courier servers See merge request !199
2 parents 1e24e99 + 46e82c7 commit e97f841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/tpl/authmysqlrc.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ MYSQL_MAILDIR_FIELD maildir
1515
MYSQL_QUOTA_FIELD quota
1616
#MYSQL_QUOTA_FIELD concat(quota,'S')
1717
#MYSQL_WHERE_CLAUSE access='y'
18-
MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3)
18+
#MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3)
19+
MYSQL_AUXOPTIONS_FIELD concat('disableimap=', if(disableimap = 'y', 1, 0), ',', 'disablepop3=', if(disablepop3 = 'y', 1, 0))

0 commit comments

Comments
 (0)