From f4a271a72059fa84502572f779d63e0871e3cae6 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 9 Aug 2025 19:36:54 -0400 Subject: [PATCH] debian 13 support --- README.md | 3 +++ script/dovecot.conf | 49 +++++++++++++++++++++++++++------------------ script/main.cf | 2 +- 3 files changed, 33 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 0420c13..894635b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ BullMail is a no-bullshit solution to setup an E-Mail server on a Debian/Ubuntu shitbox. +## Now updated to work with Debian 13 Trixie +If you ran this script before, simply run it again. Just a heads up, it will generate new DKIM keys. I recommend you generate new ones otherwise this shit might break. + ## What it does - Creates an `SMTP` server (`postfix`, to send and receive E-Mails) - Creates an `IMAP` server (`dovecot`, to check your E-Mails) diff --git a/script/dovecot.conf b/script/dovecot.conf index d25961f..fc63ef4 100644 --- a/script/dovecot.conf +++ b/script/dovecot.conf @@ -1,19 +1,24 @@ #logging + +dovecot_config_version = 2.4.1 +dovecot_storage_version = 2.4.1 +auth_mechanisms = plain login +auth_username_format = %{user | username | lower } + #auth_verbose = yes #auth_debug = yes #mail_debug = yes #log_path = /var/log/dovecot.log -disable_plaintext_auth = no -auth_mechanisms = plain login -auth_username_format = %Ln - -ssl = yes -ssl_cert =