From c67cc808cef7a51bb76ac58bc4e7abd24e6d3aa3 Mon Sep 17 00:00:00 2001 From: Lafiel Date: Wed, 15 Apr 2026 19:14:41 +0300 Subject: [PATCH] dovecot: fix hostname to fqdn --- mail-server/dovecot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix index 2f83a86..5ba9c26 100644 --- a/mail-server/dovecot.nix +++ b/mail-server/dovecot.nix @@ -278,6 +278,9 @@ in ]; disable_plaintext_auth = true; + # hostname + hostname = cfg.fqdn; + # backend services "service auth" = { "unix_listener auth" = {