summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
-rw-r--r--ymir.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f4ab6d70..dae91619 100644
--- a/hel.nix
+++ b/hel.nix
@@ -201,6 +201,7 @@
201 ''; 201 '';
202 extraConfig = '' 202 extraConfig = ''
203 authorized_submit_users = !uucp, static:anyone 203 authorized_submit_users = !uucp, static:anyone
204 message_size_limit = 0
204 ''; 205 '';
205 }; 206 };
206 207
diff --git a/ymir.nix b/ymir.nix
index c0424354..fc794677 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -384,7 +384,7 @@ in rec {
384 luser_relay = gkleen+''${local} 384 luser_relay = gkleen+''${local}
385 385
386 # 1 GiB 386 # 1 GiB
387 message_size_limit = 1073741824 387 message_size_limit = 0
388 # 10 GiB 388 # 10 GiB
389 mailbox_size_limit = 10737418240 389 mailbox_size_limit = 10737418240
390 390