Merge branch 'docs-fix-dovecot-links' into 'master'

docs/dovecot: fix dovecot URLs (again)

See merge request simple-nixos-mailserver/nixos-mailserver!441
This commit is contained in:
Martin Weinelt 2025-08-22 20:34:21 +00:00
commit 2be40a9653

View file

@ -362,7 +362,7 @@ in
LDAP attributes to be retrieved during userdb lookups. LDAP attributes to be retrieved during userdb lookups.
See the users_attrs reference at 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. in the Dovecot manual.
''; '';
}; };
@ -375,7 +375,7 @@ in
Filter for user lookups in Dovecot. Filter for user lookups in Dovecot.
See the user_filter reference at 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. in the Dovecot manual.
''; '';
}; };
@ -387,7 +387,7 @@ in
LDAP attributes to be retrieved during passdb lookups. LDAP attributes to be retrieved during passdb lookups.
See the pass_attrs reference at 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. in the Dovecot manual.
''; '';
}; };
@ -400,7 +400,7 @@ in
Filter for password lookups in Dovecot. Filter for password lookups in Dovecot.
See the pass_filter reference for 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. in the Dovecot manual.
''; '';
}; };
@ -452,7 +452,7 @@ in
to resynchronize). to resynchronize).
Note the some variables can be used in the file path. See 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. for details.
''; '';
example = "/var/lib/dovecot/indices"; example = "/var/lib/dovecot/indices";