diff options
| -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 |
