This commit is contained in:
2025-09-13 00:26:02 +03:00
parent bb52306cf4
commit 88b88dba4b

View File

@@ -84,9 +84,9 @@ in
authenticate = true; authenticate = true;
}; };
extraConfig = { extraConfig = {
"SMTP_ENABLE_STARTTLS_AUTO" = false; "SMTP_ENABLE_STARTTLS_AUTO" = "false";
"SMTP_TLS" = false; "SMTP_TLS" = "false";
"SMTP_SSL" = false; "SMTP_SSL" = "false";
}; };
}; };