From 67c0fad7e8386ad0c4ac7f54c7d1935c14dd6fc8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Jul 2018 14:38:02 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Propellor') 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 -- cgit v1.2.3