aboutsummaryrefslogtreecommitdiff
path: root/tests/local
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local')
-rw-r--r--tests/local/etc/postfix/main.cf4
-rw-r--r--tests/local/system.scm6
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/local/etc/postfix/main.cf b/tests/local/etc/postfix/main.cf
index f9eee9e..143ba5a 100644
--- a/tests/local/etc/postfix/main.cf
+++ b/tests/local/etc/postfix/main.cf
@@ -8,6 +8,10 @@ setgid_group = postdrop
header_checks = regexp:{ { /^Received:.*/ IGNORE }, { /^X-Originating-IP:.*/ IGNORE } }
mail_spool_directory = /var/mail/
+
+message_size_limit = 102400000
+mailbox_size_limit = 5120000000
+
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps
smtp_sasl_password_maps = hash:/var/lib/private/postfix/sasl-password
diff --git a/tests/local/system.scm b/tests/local/system.scm
index a520ee1..9f9a195 100644
--- a/tests/local/system.scm
+++ b/tests/local/system.scm
@@ -1,5 +1,5 @@
(use-modules
- ((org euandre queue) #:prefix queue:)
+ ((org euandre queue) #:prefix q:)
((xyz euandreh heredoc) #:prefix heredoc:)
(gnu))
(use-package-modules)
@@ -11,8 +11,8 @@
(services
(append
(list
- (service queue:local-postfix-service-type
- (queue:postfix-configuration
+ (service q:local-postfix-service-type
+ (q:postfix-configuration
(main.cf-extra #"-
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps