Trying to set up Exim on Ubuntu 16.04, and I'm getting it to send mail decently, however there are times I push batches of e-mails to the mail server (50+ at a time).
The default configuration seems to be that it won't take more than 10 per connection.
I have chosen the "monolithic configuration file", however I cannot figure out how to:
- Change parameters, specifically "smtp_accept_queue_per_connection", as I don't know what file to edit, I've tried:
- /etc/exim4/conf.d/main/00_local_settings
- /etc/exim4/update-exim4.conf.template
- /etc/exim4/exim4.conf.local
I also do not know how to verify that the change took place (exim read and understood the config) since I have to wait for our system to send > 10 e-mails, at which time it is losing critical messages.
Any idea where the correct configuration would be, and where I can set that value?