mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -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_data = acl_check_data
|
||||||
acl_smtp_mime = acl_check_mime
|
acl_smtp_mime = acl_check_mime
|
||||||
|
|
||||||
|
recipients_max = 15
|
||||||
|
recipients_max_reject = true
|
||||||
|
|
||||||
.ifdef SPAMASSASSIN
|
.ifdef SPAMASSASSIN
|
||||||
spamd_address = 127.0.0.1 783
|
spamd_address = 127.0.0.1 783
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue