aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-29 16:23:48 -0300
committerEuAndreh <eu@euandre.org>2023-04-29 16:23:48 -0300
commit154d46073e368c2aa42d55dece8bb67517c9ec8f (patch)
tree4d85ebe514958436c3932c88f0b1802855b81b1d
parentTODOs.md: Add extra solar-powered link (diff)
downloadtoph-154d46073e368c2aa42d55dece8bb67517c9ec8f.tar.gz
toph-154d46073e368c2aa42d55dece8bb67517c9ec8f.tar.xz
system.scm: Increase postfix size limits
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 154d46073e368c2aa42d55dece8bb67517c9ec8f git notes --ref=refs/notes/ci-data show 154d46073e368c2aa42d55dece8bb67517c9ec8f Exit status: 1 Duration: 277
-rw-r--r--src/infrastructure/guix/system.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 18fb57b..d50bd55 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -446,7 +446,13 @@
(service queue:dkimproxyout-service-type)
(service queue:cyrus-sasl-service-type)
(service queue:dovecot-service-type)
- (service queue:internet-postfix-service-type)
+ (service queue:internet-postfix-service-type
+ (queue:postfix-configuration
+ (enable-submission? #t)
+ (main.cf-extra #"-
+ message_size_limit = 102400000
+ mailbox_size_limit = 5120000000
+ "#)))
(service mail-aliases-service-type
'(("root" "andreh")
("eu" "andreh")