diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-25 21:54:01 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-25 21:54:01 +0200 |
commit | 27e1f491e2c8ad0d92b9628ba41a65115d454ea9 (patch) | |
tree | 646c32034cecc5024c71d500942a1d4dec2ece30 /hel.nix | |
parent | 89b64e4b9940d16d0301b7e548a1e6fe27e8d39e (diff) | |
download | nixos-27e1f491e2c8ad0d92b9628ba41a65115d454ea9.tar nixos-27e1f491e2c8ad0d92b9628ba41a65115d454ea9.tar.gz nixos-27e1f491e2c8ad0d92b9628ba41a65115d454ea9.tar.bz2 nixos-27e1f491e2c8ad0d92b9628ba41a65115d454ea9.tar.xz nixos-27e1f491e2c8ad0d92b9628ba41a65115d454ea9.zip |
deliver mail to uucp locally (to /dev/null)
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ | |||
175 | relayHost = "uucp:ymir"; | 175 | relayHost = "uucp:ymir"; |
176 | recipientDelimiter = "+"; | 176 | recipientDelimiter = "+"; |
177 | transport = '' | 177 | transport = '' |
178 | uucp@hel.midgard.yggdrasil local:hel | ||
178 | * uucp:ymir | 179 | * uucp:ymir |
179 | ''; | 180 | ''; |
180 | extraMasterConf = '' | 181 | extraMasterConf = '' |