submission options must be str

This commit is contained in:
niten 2023-09-26 15:07:22 -07:00
parent 53b0d7cecd
commit ddf8cbde68
1 changed files with 1 additions and 1 deletions

View File

@ -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";