summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-07-31 10:27:42 -0400
committerJoey Hess2018-07-31 10:27:42 -0400
commit8aa4048de276443d5b1692a9ae416d5550c16f5e (patch)
tree81e5e64a2e1b044a746ef6d8796a75f2d828e4cb
parente214e6b1a6ed82b0a250079faaac61e190408390 (diff)
parent67c0fad7e8386ad0c4ac7f54c7d1935c14dd6fc8 (diff)
Merge branch 'joeyconfig'
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 07a595d7..93408dfa 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -570,6 +570,13 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props
, "smtp_tls_loglevel = 1"
, "smtp_use_tls = yes"
, "smtp_tls_session_cache_database = sdbm:/etc/postfix/smtp_scache"
+
+ , "# Allow larger attachments, up to 200 mb."
+ , "# (Avoid setting too high; the postfix queue must have"
+ , "# 1.5 times this much space free, or postfix will reject"
+ , "# ALL mail!)"
+ , "message_size_limit = 204800000"
+ , "virtual_mailbox_limit = 20480000"
]
`onChange` Postfix.dedupMainCf
`onChange` Postfix.reloaded