use non-tls ssl? [fix typo]

This commit is contained in:
andromeda
2026-01-12 17:37:55 +01:00
parent a7e65a0943
commit c1d8b4dff3

View File

@@ -42,6 +42,6 @@
}; };
}; };
# needed fro non-tls connection through port 587 # needed for non-tls connection through port 587
services.mailserver.enableSubmissionSsl = true; mailserver.enableSubmissionSsl = true;
} }