Subject: dovecot-core: Minor typos in default config (patch provided)
Package: dovecot-core
X-Debbugs-Cc: [email protected]
Version: 1:2.4.1+dfsg1-6
Severity: minor
Tags: patch
Dear Maintainers,
Please see attached diff to resolve a few minor inconsistencies and
typographical errors in the trixie default config for dovecot.
Product is otherwise working absolutely fine here, thank you for all
your hard work!
Kind Regards,
Matthew
-- Package-specific info:
-- System Information:
Debian Release: 13.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.41+deb13-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dovecot-core depends on:
ii adduser 3.152
ii dovecot-sieve 1:2.4.1+dfsg1-6
ii init-system-helpers 1.68
ii libapparmor1 4.1.0-1
ii libbz2-1.0 1.0.8-6
ii libc6 2.41-12
ii libcap2 1:2.75-10+b1
ii libcrypt1 1:4.4.38-1
ii libexttextcat-2.0-0 3.4.7-1+b1
ii libicu76 76.1-4
ii liblua5.4-0 5.4.7-1+b2
ii liblz4-1 1.10.0-4
ii libpam-runtime 1.7.0-5
ii libpam0g 1.7.0-5
ii libsodium23 1.0.18-1+b2
ii libssl3t64 3.5.1-1
ii libstemmer0d 2.2.0-4+b2
ii libsystemd0 257.7-1
ii libtirpc3t64 1.3.6+ds-1
ii libunwind8 1.8.1-0.1
ii libzstd1 1.5.7+dfsg-1
ii openssl 3.5.1-1
ii ssl-cert 1.1.3
ii ucf 3.0052
ii zlib1g 1:1.3.dfsg+really1.3.1-1+b1
dovecot-core recommends no packages.
Versions of packages dovecot-core suggests:
pn dovecot-flatcurve <none>
pn dovecot-gssapi <none>
ii dovecot-imapd 1:2.4.1+dfsg1-6
pn dovecot-ldap <none>
ii dovecot-lmtpd 1:2.4.1+dfsg1-6
pn dovecot-managesieved <none>
pn dovecot-mysql <none>
pn dovecot-pgsql <none>
pn dovecot-pop3d <none>
pn dovecot-solr <none>
pn dovecot-sqlite <none>
pn dovecot-submissiond <none>
pn ntp <none>
Versions of packages dovecot-core is related to:
ii dovecot-core [dovecot-common] 1:2.4.1+dfsg1-6
pn dovecot-dev <none>
pn dovecot-gssapi <none>
ii dovecot-imapd 1:2.4.1+dfsg1-6
pn dovecot-ldap <none>
ii dovecot-lmtpd 1:2.4.1+dfsg1-6
pn dovecot-managesieved <none>
pn dovecot-mysql <none>
pn dovecot-pgsql <none>
pn dovecot-pop3d <none>
ii dovecot-sieve 1:2.4.1+dfsg1-6
pn dovecot-sqlite <none>
-- no debconf information
diff debian/conf/conf.d/10-auth.conf modified/conf/conf.d/10-auth.conf
1,2d0
< #log_debug=category=auth
< #auth_debug_passwords = yes
diff debian/conf/conf.d/10-mail.conf modified/conf/conf.d/10-mail.conf
35c35
< # https://doc.dovecot.org/2.4.0/core/config/mailbox/formats/mbox.html
---
> # https://doc.dovecot.org/latest/core/config/mailbox_formats/mbox.html
37c37
< mail_home = /home/%{user|username}
---
> mail_home = /home/%{user | username}
123c123
< # Group to enable temporarily for privileged operations. Currently this is
---
> # Group to enable temporarily for privileged operations. Currently this is
214c214
< # allow shell access for users. <doc/wiki/Chrooting.txt>
---
> # allow shell access for users.
> <https://doc.dovecot.org/latest/core/config/chrooting.html>
222c222
< # the chroot directory, append "/." to mail_chroot. <doc/wiki/Chrooting.txt>
---
> # the chroot directory, append "/." to mail_chroot.
> <https://doc.dovecot.org/latest/core/config/chrooting.html>
diff debian/conf/conf.d/10-master.conf modified/conf/conf.d/10-master.conf
28c28
< # is faster. <d>
---
> # is faster.
> <https://doc.dovecot.org/latest/core/config/service.html#service_restart_request_count>
diff debian/conf/conf.d/20-lmtp.conf modified/conf/conf.d/20-lmtp.conf
48,49c48,49
< # https://doc.dovecot.org/2.4.0/howto/lmtp/exim.html and
< #
https://doc.dovecot.org/2.4.0/core/summaries/settings.html#auth_username_format
---
> # https://doc.dovecot.org/latest/howto/lmtp/exim.html and
> #
> https://doc.dovecot.org/latest/core/summaries/settings.html#auth_username_format
diff debian/conf/conf.d/90-quota.conf modified/conf/conf.d/90-quota.conf
37c37
< # exceeded limit is excecuted, so put the highest limit first.
---
> # exceeded limit is executed, so put the highest limit first.
diff debian/conf/conf.d/auth-passwdfile.conf.ext
modified/conf/conf.d/auth-passwdfile.conf.ext
13c13
< # auth_username_format=%{user}
---
> # auth_username_format = %{user}
diff debian/conf/conf.d/auth-system.conf.ext
modified/conf/conf.d/auth-system.conf.ext
42c42
< # System users (NSS, /etc/passwd, or similiar). In many systems nowadays this
---
> # System users (NSS, /etc/passwd, or similar). In many systems nowadays this