dovecot: fix hostname to fqdn

This commit is contained in:
Lafiel
2026-04-15 19:14:41 +03:00
parent ceb3f17fe1
commit c67cc808ce
+3
View File
@@ -278,6 +278,9 @@ in
]; ];
disable_plaintext_auth = true; disable_plaintext_auth = true;
# hostname
hostname = cfg.fqdn;
# backend services # backend services
"service auth" = { "service auth" = {
"unix_listener auth" = { "unix_listener auth" = {