summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index bee0c072..233a7c15 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -319,6 +319,9 @@ in rec {
319 transport_maps = regexp:${pkgs.writeText "transport" '' 319 transport_maps = regexp:${pkgs.writeText "transport" ''
320 /^gkleen[@\+]/ uucp:isaac 320 /^gkleen[@\+]/ uucp:isaac
321 ''} 321 ''}
322
323 message_size_limit = 1073741824
324 mailbox_size_limit = 10737418240
322 ''; 325 '';
323 extraMasterConf = '' 326 extraMasterConf = ''
324 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 327 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient)