diff options
author | tv <tv@krebsco.de> | 2019-06-23 21:18:58 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-06-23 21:18:58 +0200 |
commit | 83dc4cbc409b9434a3e5efbff23d597049db94be (patch) | |
tree | 59507700519f874da3a14e2a328d3af7a9eb8f1a /tv | |
parent | cbb0b8d490da2b83d01c6179bb8a7bb9a1950d13 (diff) |
tv exim-retiolum: enable rspamd at nomic
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index 8b34b16..3d4ada4 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -7,5 +7,6 @@ with import <stockholm/lib>; pkgs.eximlog ]; krebs.exim-retiolum.enable = true; + krebs.exim-retiolum.rspamd.enable = config.krebs.build.host.name == "nomic"; tv.iptables.input-retiolum-accept-tcp = singleton "smtp"; } |