diff --git a/core/dovecot/conf/dovecot.conf b/core/dovecot/conf/dovecot.conf index 03709b2e..e16ba8a6 100644 --- a/core/dovecot/conf/dovecot.conf +++ b/core/dovecot/conf/dovecot.conf @@ -238,4 +238,4 @@ service anvil { # Extensions ############### -!include_try /overrides/dovecot/proxy.conf +!include_try /overrides/dovecot.conf diff --git a/core/nginx/dovecot/proxy.conf b/core/nginx/dovecot/proxy.conf index d7fcbb0a..bd3d1d6a 100644 --- a/core/nginx/dovecot/proxy.conf +++ b/core/nginx/dovecot/proxy.conf @@ -183,4 +183,4 @@ service submission-login { vsz_limit = 256M } -!include_try /overrides/dovecot.conf +!include_try /overrides/dovecot/proxy.conf diff --git a/towncrier/newsfragments/3467.bugfix b/towncrier/newsfragments/3467.bugfix new file mode 100644 index 00000000..fe7cdc8c --- /dev/null +++ b/towncrier/newsfragments/3467.bugfix @@ -0,0 +1 @@ +Fix broken overrides in 2024.06.17