1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

increase spampd maximum message size from 64KB to 500KB, matching the spamc default

see https://discourse.mailinabox.email/t/allow-spamassassin-to-scan-emails-larger-than-250kb/391
This commit is contained in:
Joshua Tauberer
2015-04-09 14:45:32 +00:00
parent 072aeca1be
commit 2d1186e55d
2 changed files with 9 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ In Development
Mail:
* Spam checking is now performed on messages larger than the previous limit of 64KB.
* POP3S is now enabled (port 995).
* In order to guard against misconfiguration that can lead to domain control validation hijacking, email addresses that begin with admin, administrator, postmaster, hostmaster, and webmaster can no longer be used for (new) mail user accounts, and aliases for these addresses may direct mail only to the box's administrator(s).