Long story short, we are trying to reject and mail for a domain of ours that does not have an MX record in DNS. We went to Exim mailing list and someone suggested we use the command:
"mx_domains = *"
We just want to drop any connections to domains without an MX record.
So,
Where do I place this in the configuration to achieve said goal? I've never written an Exim ACL before & I don't want to break my config.
Has anyone written an ACL that can tell me how to add it in?
Thanks
"mx_domains = *"
We just want to drop any connections to domains without an MX record.
So,
Where do I place this in the configuration to achieve said goal? I've never written an Exim ACL before & I don't want to break my config.
Has anyone written an ACL that can tell me how to add it in?
Thanks