mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Limit max recipients per email to 15, in order to prevent mass spamming
This commit is contained in:
parent
3aebb4f6d3
commit
028117dcb9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue