From b7d2f287f3074e74f02199a46aedb77fe6ccbf5a Mon Sep 17 00:00:00 2001 From: emilylange Date: Fri, 22 Aug 2025 22:06:29 +0200 Subject: [PATCH] docs/dovecot: fix dovecot URLs (again) https://doc.dovecot.org/configuration_manual moved to https://doc.dovecot.org/2.3/configuration_manual to make room for https://doc.dovecot.org/:version/ where :version can be any one of 2.3, 2.4.0, 2.4.1 or main. Unfortunately, there is no redirect for the 2.3 manual pages, rendering a few of those dovecot links dead. I figured we want to keep the old docs at /2.3/ for now until we eventually migrate to 2.4, as there are some differences in the ldap interface between those versions. Previously: 90539a1a993a7ec16563139e82fa66f1c439ba0f --- default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/default.nix b/default.nix index 374631b..b9d84dd 100644 --- a/default.nix +++ b/default.nix @@ -362,7 +362,7 @@ in LDAP attributes to be retrieved during userdb lookups. See the users_attrs reference at - https://doc.dovecot.org/configuration_manual/authentication/ldap_settings_auth/#user-attrs + https://doc.dovecot.org/2.3/configuration_manual/authentication/ldap_settings_auth/#user-attrs in the Dovecot manual. ''; }; @@ -375,7 +375,7 @@ in Filter for user lookups in Dovecot. See the user_filter reference at - https://doc.dovecot.org/configuration_manual/authentication/ldap_settings_auth/#user-filter + https://doc.dovecot.org/2.3/configuration_manual/authentication/ldap_settings_auth/#user-filter in the Dovecot manual. ''; }; @@ -387,7 +387,7 @@ in LDAP attributes to be retrieved during passdb lookups. See the pass_attrs reference at - https://doc.dovecot.org/configuration_manual/authentication/ldap_settings_auth/#pass-attrs + https://doc.dovecot.org/2.3/configuration_manual/authentication/ldap_settings_auth/#pass-attrs in the Dovecot manual. ''; }; @@ -400,7 +400,7 @@ in Filter for password lookups in Dovecot. See the pass_filter reference for - https://doc.dovecot.org/configuration_manual/authentication/ldap_settings_auth/#pass-filter + https://doc.dovecot.org/2.3/configuration_manual/authentication/ldap_settings_auth/#pass-filter in the Dovecot manual. ''; }; @@ -452,7 +452,7 @@ in to resynchronize). Note the some variables can be used in the file path. See - https://doc.dovecot.org/configuration_manual/mail_location/#variables + https://doc.dovecot.org/2.3/configuration_manual/mail_location/#variables for details. ''; example = "/var/lib/dovecot/indices";