Is it possible to set receiver email quantity for email (15 addresses)

Develop

Verified User
Joined
Jun 9, 2016
Messages
158
Location
Istanbul, TR
Hello,
I want to limit email receiver address (15 or 20 email addresses) for per new e-mail. Is it possible?

Thanks
 
 
Thank you zEitEr again.

I have added those 3 lines at the beginning of exim.conf:

recipients_max = 20
recipients_max_reject = true
message_size_limit = 25M

than restarted exim.

Best regards.

Edited:

Exim stopped and not working with those lines.
After restart is was not start again!
I delete 3 lines and it works now.
 
Last edited:
Exim not works after add 3 lines:
recipients_max = 20
recipients_max_reject = true
message_size_limit = 25M

When remove starts again.
 
Place those values in /etc/exim.variables.conf.custom instead. After that, run:

Code:
cd /usr/local/directadmin/custombuild
./build exim_conf
systemctl restart exim

You should be set.
 
Back
Top