Improve the Exim setup instructions
More details are there in this thread[1] on [email protected]. The current instructions are mostly specific to Debian, I am not sure if they would change with distro, but there seems to be some differences when using CentOS7.
One specific suggestion:
For example:
"To use Exim4, it should be setup to relay emails from 172.19.199.3 and 172.19.199.2."
I would change the above line to include the actual setting to change in the exim.conf file: hostlist
relay_from_hosts = localhost : 172.19.199.3 : 172.19.199.2 : 172.19.199.1
https://lists.mailman3.org/archives/list/[email protected]/thread/W4N3V53DHKLJT7XKOADSBL6VHDZRYXOF/
I am not sure how this would work for Debian but I found it easy to use the /etc/localdomains file for Exim on CentOS 7:
domainlist local_domains = lsearch;/etc/localdomains
To include a domain, just add it on its own line to /etc/localdomains. I don't think you even have to restart Exim for it to pick it up.
This issue has not been updated for more than 1year