Limit SMTP connections
Limit SMTP connections
How do I limit my SMTP conenctions?
Latest version of VestaCP.
Latest version of VestaCP.
Re: Limit SMTP connections
/etc/exim/exim.conf
The default for exim is 20.
Code: Select all
smtp_accept_max = 20
-
- Posts: 14
- Joined: Mon Apr 13, 2020 6:27 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Limit SMTP connections
I didn't find any kind of this settings under my vestcp eximSS88 wrote: ↑Sat Aug 13, 2016 9:07 pm/etc/exim/exim.conf
The default for exim is 20.Code: Select all
smtp_accept_max = 20
under
/ect/exim/exim.conf file
Should we need to add this line on exim.conf ?
smtp_accept_max = 20