mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Fix for Too many concurrent SMTP connections
This commit is contained in:
parent
1f5acaa843
commit
c57b15b5da
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ acl_smtp_rcpt = acl_check_rcpt
|
|||
acl_smtp_data = acl_check_data
|
||||
acl_smtp_mime = acl_check_mime
|
||||
|
||||
# log_selector = +smtp_connection
|
||||
smtp_accept_max = 50
|
||||
smtp_accept_max_per_host = 4
|
||||
|
||||
.ifdef SPAMASSASSIN
|
||||
spamd_address = 127.0.0.1 783
|
||||
.endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue