This commit is contained in:
Shelvacu
2024-07-01 21:01:10 -07:00
parent 2977a455db
commit be2071785d

View File

@@ -97,7 +97,7 @@ in {
MP_DATABASE = "${dir}/mailpit.db";
MP_SMTP_TLS_CERT = relayCert.certificatePath;
MP_SMTP_TLS_KEY = relayCert.privateKeyPath;
MP_SMTP_REQUIRE_TLS = true;
MP_SMTP_REQUIRE_TLS = "true";
MP_SMTP_BIND_ADDR = "0.0.0.0:465";
MP_SMTP_AUTH_FILE = "${relayPassFile}";
MP_UI_BIND_ADDR = "0.0.0.0:8025";