diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:28:47 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:28:47 +0200 |
commit | 23f495196b1ec1a8568456fc942950d3b009a8a1 (patch) | |
tree | ecb14b8172efc6e26bb5276eaba2e269cd8e5d0c | |
parent | 41988b5139f9364752a1a24822846f22431b738e (diff) | |
download | nixos-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.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||