This commit is contained in:
Thomas Preisner 2024-12-28 01:42:00 +01:00
parent c90e09d125
commit 1e75d07d56
3 changed files with 22 additions and 1 deletions

View file

@ -141,6 +141,11 @@ in {
"reject_unauth_destination"
];
# quota checking # TODO: wo ist hier quota??
# smtpd_recipient_restrictions = [
# "check_policy_service inet:localhost:12340" # XXX
# ];
# TLS settings, inspired by https://github.com/jeaye/nix-files
# Submission by mail clients is handled in submissionOptions
smtpd_tls_security_level = "may";