Open firewalls

This commit is contained in:
2023-09-27 17:56:06 -07:00
parent 52524b595f
commit 90817bb155
2 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -452,7 +452,7 @@ in {
smtpd_sasl_type = "dovecot";
smtpd_sasl_path = "/run/dovecot2/auth";
smtpd_sasl_security_options = "noanonymous";
smtpd_sasl_local_domain = cfg.domain;
smtpd_sasl_local_domain = cfg.sasl-domain;
smtpd_helo_restrictions =
makeRestrictionsString outgoing-helo-restrictions;
smtpd_client_restrictions =
@@ -472,7 +472,7 @@ in {
smtpd_sasl_type = "dovecot";
smtpd_sasl_path = "/run/dovecot2/auth";
smtpd_sasl_security_options = "noanonymous";
smtpd_sasl_local_domain = cfg.domain;
smtpd_sasl_local_domain = cfg.sasl-domain;
smtpd_helo_restrictions =
makeRestrictionsString outgoing-helo-restrictions;
smtpd_client_restrictions =