summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:49:18 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-25 11:49:18 +0200
commitdf11b62f1267390d377c0911dd23ebf76fb20994 (patch)
tree67b5d324bdde7387031f3af434aeb8a1e79db683
parent15b73a00a9f787498d3445e7eff77db4beec6d95 (diff)
downloadnixos-df11b62f1267390d377c0911dd23ebf76fb20994.tar
nixos-df11b62f1267390d377c0911dd23ebf76fb20994.tar.gz
nixos-df11b62f1267390d377c0911dd23ebf76fb20994.tar.bz2
nixos-df11b62f1267390d377c0911dd23ebf76fb20994.tar.xz
nixos-df11b62f1267390d377c0911dd23ebf76fb20994.zip
srs via tcp
-rw-r--r--ymir.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/ymir.nix b/ymir.nix
index 3df5ab2d..57743ef0 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -388,7 +388,7 @@ in rec {
388 /^gkleen[@\+]/ uucp:isaac 388 /^gkleen[@\+]/ uucp:isaac
389 /@(lists?|l)\./ mlmmj: 389 /@(lists?|l)\./ mlmmj:
390 /@subs?\.(lists?|l)\./ mlmmj-subs: 390 /@subs?\.(lists?|l)\./ mlmmj-subs:
391 /@srs\./ srs: 391 /@srs\.141\.li$/ smtp:localhost:10003
392 ''} 392 ''}
393 393
394 luser_relay = gkleen+''${local} 394 luser_relay = gkleen+''${local}
@@ -448,11 +448,11 @@ in rec {
448 sender_canonical_classes = envelope_sender 448 sender_canonical_classes = envelope_sender
449 ''; 449 '';
450 extraMasterConf = '' 450 extraMasterConf = ''
451 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) 451 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient)
452 mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /var/spool/lists/''${user} 452 mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /var/spool/lists/''${user}
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 srs unix 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 '';