fix
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user