diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:50:37 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:50:37 +0200 |
commit | c1222ed46dd7e9354da63636a388c02755f4ee3d (patch) | |
tree | 0fee1a1bfdbdc4982cd6fa7010d4e6e6931ba02a | |
parent | 9eafb7c46af561af2aa712bfae3b538a5230f516 (diff) | |
download | nixos-c1222ed46dd7e9354da63636a388c02755f4ee3d.tar nixos-c1222ed46dd7e9354da63636a388c02755f4ee3d.tar.gz nixos-c1222ed46dd7e9354da63636a388c02755f4ee3d.tar.bz2 nixos-c1222ed46dd7e9354da63636a388c02755f4ee3d.tar.xz nixos-c1222ed46dd7e9354da63636a388c02755f4ee3d.zip |
ymir is only default transport
-rw-r--r-- | hel.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -188,13 +188,12 @@ | |||
188 | destination = []; | 188 | destination = []; |
189 | relayHost = "uucp:ymir"; | 189 | relayHost = "uucp:ymir"; |
190 | recipientDelimiter = "+"; | 190 | recipientDelimiter = "+"; |
191 | transport = '' | ||
192 | * uucp:ymir | ||
193 | ''; | ||
194 | extraMasterConf = '' | 191 | extraMasterConf = '' |
195 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | 192 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) |
196 | ''; | 193 | ''; |
197 | extraConfig = '' | 194 | extraConfig = '' |
195 | default_transport = uucp:ymir | ||
196 | |||
198 | inet_interfaces = loopback-only | 197 | inet_interfaces = loopback-only |
199 | 198 | ||
200 | authorized_submit_users = !uucp, static:anyone | 199 | authorized_submit_users = !uucp, static:anyone |