Merge branch 'update-dovecot-hostname' into 'main'
dovecot: fix hostname to fqdn See merge request simple-nixos-mailserver/nixos-mailserver!510
This commit is contained in:
@@ -279,6 +279,9 @@ in
|
||||
];
|
||||
disable_plaintext_auth = true;
|
||||
|
||||
# hostname
|
||||
hostname = cfg.fqdn;
|
||||
|
||||
# backend services
|
||||
"service auth" = {
|
||||
"unix_listener auth" = {
|
||||
|
||||
Reference in New Issue
Block a user