summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:28:47 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:28:47 +0200
commit23f495196b1ec1a8568456fc942950d3b009a8a1 (patch)
treeecb14b8172efc6e26bb5276eaba2e269cd8e5d0c
parent41988b5139f9364752a1a24822846f22431b738e (diff)
downloadnixos-23f495196b1ec1a8568456fc942950d3b009a8a1.tar
nixos-23f495196b1ec1a8568456fc942950d3b009a8a1.tar.gz
nixos-23f495196b1ec1a8568456fc942950d3b009a8a1.tar.bz2
nixos-23f495196b1ec1a8568456fc942950d3b009a8a1.tar.xz
nixos-23f495196b1ec1a8568456fc942950d3b009a8a1.zip
only listen on lo
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index ce8bd962..860a54fd 100644
--- a/hel.nix
+++ b/hel.nix
@@ -195,6 +195,8 @@
195 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 195 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient)
196 ''; 196 '';
197 extraConfig = '' 197 extraConfig = ''
198 inet_interfaces = loopback-only
199
198 authorized_submit_users = !uucp, static:anyone 200 authorized_submit_users = !uucp, static:anyone
199 message_size_limit = 0 201 message_size_limit = 0
200 202