diff options
author | tv <tv@krebsco.de> | 2017-04-12 11:25:44 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-12 11:26:29 +0200 |
commit | 6f5fbbe6e0c714b0549b390d811d2f271738ed63 (patch) | |
tree | 5f11febd16659f619739c1d152c74d762c45a4da /krebs | |
parent | 5edc4ba929c9401b7f6d80fea155206790fb0d28 (diff) |
krebs.exim-* relay_to_domains: drop .retiolum from default
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/exim-retiolum.nix | 5 | ||||
-rw-r--r-- | krebs/3modules/exim-smarthost.nix | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/krebs/3modules/exim-retiolum.nix b/krebs/3modules/exim-retiolum.nix index 05840e80a..ca363c8d7 100644 --- a/krebs/3modules/exim-retiolum.nix +++ b/krebs/3modules/exim-retiolum.nix @@ -26,7 +26,6 @@ let type = with types; listOf str; default = [ "*.r" - "*.retiolum" ]; }; }; @@ -77,8 +76,8 @@ let domains = +local_domains #accept - # hosts = *.retiolum - # domains = *.retiolum + # hosts = *.r + # domains = *.r # control = dkim_disable_verify #require verify = sender diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 0ad952e3b..dd4a7ccc9 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -69,7 +69,6 @@ let type = with types; listOf str; default = [ "*.r" - "*.retiolum" ]; }; |