diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix index dc729b0..60bd968 100644 --- a/mail-server/dovecot.nix +++ b/mail-server/dovecot.nix @@ -279,6 +279,9 @@ in ]; disable_plaintext_auth = true; + # hostname + hostname = cfg.fqdn; + # backend services "service auth" = { "unix_listener auth" = {