Skip to content

Commit f9c22b4

Browse files
author
Marius Burkard
committed
Merge branch '6126-include_try-for-custom-config-should-be-on-end-of-dovecot-config' into 'develop'
Resolve "include_try for custom config should be on end of dovecot config" See merge request ispconfig/ispconfig3!1466
2 parents 6a45dc9 + bb68be2 commit f9c22b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDH
1616
ssl_prefer_server_ciphers = no
1717
mail_max_userip_connections = 100
1818
mail_plugins = quota
19-
!include_try conf.d/99-ispconfig-custom-config.conf
2019
passdb {
2120
args = /etc/dovecot/dovecot-sql.conf
2221
driver = sql
@@ -135,3 +134,5 @@ namespace inbox {
135134
special_use = \Trash
136135
}
137136
}
137+
138+
!include_try conf.d/99-ispconfig-custom-config.conf

install/tpl/debian_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDH
1616
ssl_prefer_server_ciphers = no
1717
mail_max_userip_connections = 100
1818
mail_plugins = quota
19-
!include_try conf.d/99-ispconfig-custom-config.conf
2019
passdb {
2120
args = /etc/dovecot/dovecot-sql.conf
2221
driver = sql
@@ -112,3 +111,5 @@ plugin {
112111
quota_status_nouser = DUNNO
113112
quota_status_overquota = "552 5.2.2 Mailbox is full"
114113
}
114+
115+
!include_try conf.d/99-ispconfig-custom-config.conf

install/tpl/fedora_dovecot2.conf.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ssl_min_protocol = TLSv1.2
1313
ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1414
ssl_prefer_server_ciphers = no
1515
mail_plugins = quota
16-
!include_try conf.d/99-ispconfig-custom-config.conf
1716
passdb {
1817
args = /etc/dovecot-sql.conf
1918
driver = sql
@@ -129,3 +128,5 @@ namespace inbox {
129128
special_use = \Trash
130129
}
131130
}
131+
132+
!include_try conf.d/99-ispconfig-custom-config.conf

0 commit comments

Comments
 (0)