From 07f0ec3d0b084e93bafb3585f3c43bbcfe433a39 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 12 Sep 2024 23:16:48 +0200 Subject: [PATCH] Need sleep. --- core/dovecot/conf/dovecot.conf | 2 +- core/nginx/dovecot/proxy.conf | 2 +- towncrier/newsfragments/3467.bugfix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 towncrier/newsfragments/3467.bugfix 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