This commit is contained in:
2025-09-13 02:59:37 +03:00
parent 68337eba4e
commit e3b6a5243f

View File

@@ -86,9 +86,9 @@ in
authenticate = true; authenticate = true;
}; };
extraConfig = { extraConfig = {
"SMTP_ENABLE_STARTTLS" = "never"; # "SMTP_ENABLE_STARTTLS" = "never";
# "SMTP_ENABLE_STARTTLS_AUTO" = "false"; "SMTP_ENABLE_STARTTLS_AUTO" = "true";
# "SMTP_ENABLE_STARTTLS" = "always"; "SMTP_ENABLE_STARTTLS" = "always";
"SMTP_TLS" = "true"; "SMTP_TLS" = "true";
"SMTP_SSL" = "true"; "SMTP_SSL" = "true";
}; };