diff options
Diffstat (limited to 'tests/local/etc/postfix')
-rw-r--r-- | tests/local/etc/postfix/main.cf | 4 |
1 files changed, 4 insertions, 0 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 |