Disable SRS for now

This commit is contained in:
niten 2023-09-24 22:59:20 -07:00
parent efdaa338ee
commit 47c1ed966c
1 changed files with 9 additions and 1 deletions

View File

@ -223,6 +223,14 @@ in {
'';
};
# pfix-srsd = let
# in {
# enable = true;
# domain = cfg.primary-domain;
# # TODO: secret
# };
postfix = {
enable = true;
@ -237,7 +245,7 @@ in {
enableHeaderChecks = true;
enableSmtp = true;
enableSubmission = true;
useSrs = true;
# useSrs = true;
dnsBlacklists = cfg.dns-blacklists;