summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2018-07-29 14:38:02 -0400
committerJoey Hess2018-07-29 14:38:02 -0400
commit67c0fad7e8386ad0c4ac7f54c7d1935c14dd6fc8 (patch)
treeaf8d473473a056866b461f583c5e38acc43d20be /src/Propellor/Property/SiteSpecific/JoeySites.hs
parentcfb8733d881001e2f4af3985f542c41bc98b8e2c (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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