dovecot: fix hostname to fqdn
This commit is contained in:
@@ -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" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user