submission options must be str
This commit is contained in:
parent
53b0d7cecd
commit
ddf8cbde68
|
@ -436,7 +436,7 @@ in {
|
|||
|
||||
submissionOptions = let makeRestrictionsList = concatStringsSep ",";
|
||||
in {
|
||||
smtpd_helo_required = true;
|
||||
smtpd_helo_required = "yes";
|
||||
smtpd_tls_security_level = "encrypt";
|
||||
smtpd_sasl_auth_enable = "yes";
|
||||
smtpd_sasl_type = "dovecot";
|
||||
|
|
Loading…
Reference in New Issue