diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-25 11:50:25 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-25 11:50:25 +0200 |
commit | b905e96b5bf8c1462aae9e22c7d1232a92ba2edc (patch) | |
tree | 577f1acd7e636bfef88ab6dfc07a5dfb1c29a94b | |
parent | df11b62f1267390d377c0911dd23ebf76fb20994 (diff) | |
download | nixos-b905e96b5bf8c1462aae9e22c7d1232a92ba2edc.tar nixos-b905e96b5bf8c1462aae9e22c7d1232a92ba2edc.tar.gz nixos-b905e96b5bf8c1462aae9e22c7d1232a92ba2edc.tar.bz2 nixos-b905e96b5bf8c1462aae9e22c7d1232a92ba2edc.tar.xz nixos-b905e96b5bf8c1462aae9e22c7d1232a92ba2edc.zip |
whitespace
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -453,8 +453,8 @@ in rec { | |||
453 | mlmmj-subs unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj-exposed}/bin/mlmmj-exposed /var/spool/lists/''${user} ''${extension} | 453 | mlmmj-subs unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj-exposed}/bin/mlmmj-exposed /var/spool/lists/''${user} ''${extension} |
454 | policy-spf unix - n n - - spawn user=nobody argv=${pkgs.pythonPackages.pypolicyd-spf}/bin/policyd-spf ${./ymir/spf.conf} | 454 | policy-spf unix - n n - - spawn user=nobody argv=${pkgs.pythonPackages.pypolicyd-spf}/bin/policyd-spf ${./ymir/spf.conf} |
455 | localhost:10003 inet n - n - - smtpd | 455 | localhost:10003 inet n - n - - smtpd |
456 | -o recipient_canonical_maps = tcp:127.0.0.1:10002 | 456 | -o recipient_canonical_maps=tcp:127.0.0.1:10002 |
457 | -o recipient_canonical_classes = envelope_recipient,header_recipient | 457 | -o recipient_canonical_classes=envelope_recipient,header_recipient |
458 | ''; | 458 | ''; |
459 | networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; | 459 | networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; |
460 | }; | 460 | }; |