Disable SRS for now
This commit is contained in:
parent
efdaa338ee
commit
47c1ed966c
10
postfix.nix
10
postfix.nix
@ -223,6 +223,14 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# pfix-srsd = let
|
||||||
|
|
||||||
|
# in {
|
||||||
|
# enable = true;
|
||||||
|
# domain = cfg.primary-domain;
|
||||||
|
# # TODO: secret
|
||||||
|
# };
|
||||||
|
|
||||||
postfix = {
|
postfix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@ -237,7 +245,7 @@ in {
|
|||||||
enableHeaderChecks = true;
|
enableHeaderChecks = true;
|
||||||
enableSmtp = true;
|
enableSmtp = true;
|
||||||
enableSubmission = true;
|
enableSubmission = true;
|
||||||
useSrs = true;
|
# useSrs = true;
|
||||||
|
|
||||||
dnsBlacklists = cfg.dns-blacklists;
|
dnsBlacklists = cfg.dns-blacklists;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user