Limit max recipients per email to 15, in order to prevent mass spamming

This commit is contained in:
myvesta 2020-08-23 18:41:11 +02:00 committed by GitHub
commit 028117dcb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,9 @@ acl_smtp_rcpt = acl_check_rcpt
acl_smtp_data = acl_check_data
acl_smtp_mime = acl_check_mime
recipients_max = 15
recipients_max_reject = true
.ifdef SPAMASSASSIN
spamd_address = 127.0.0.1 783
.endif