Hi,
I hope you can help me out of this.
I have this situation:
SERVER -> CLIENT: 550 Bad HELO - Host impersonating domain name [domain.xx]
I figured out that this part of exim.conf will cause this:
When commenting this part out, it works and email will send and received from the website.
But it is not an option to change the exim.conf because it will overwritten with each update of exim.
I looked here:
So I copied exim.strings.conf to exim.strings.conf.custom
Then, on the second line is:
I removed that line.
And them building exim.
Afther that exim was down.
What did I wrong? Is it not okay to remove that line?
What can I do to get email working from server A to B?
My client asked me if it will help when he move the domain name to us. Then you got this situation:
I hope you can help me out of this.
I have this situation:
- Domain name + website is on server A (third party)
- E-mail is with us, server B
- Nameservers of the domain name are our name servers and the A- and AAAA records for the domain name and www are pointing to server A
SERVER -> CLIENT: 550 Bad HELO - Host impersonating domain name [domain.xx]
I figured out that this part of exim.conf will cause this:
PHP:
# deny if the HELO pretends to be one of the domains hosted on the server
deny message = HELO_IS_LOCAL_DOMAIN
condition = ${if match_domain{$sender_helo_name}{+local_domains}{true}{false}}
hosts = ! +relay_hosts
When commenting this part out, it works and email will send and received from the website.
But it is not an option to change the exim.conf because it will overwritten with each update of exim.
I looked here:
The proper way is to use /etc/exim.strings.conf.custom and /etc/exim.variables.conf.custom files to customize the exim.conf.
So I copied exim.strings.conf to exim.strings.conf.custom
Then, on the second line is:
Code:
HELO_HOST_IMPERSANATION=Bad HELO - Host impersonating hostname [$sender_helo_name]
I removed that line.
And them building exim.
Afther that exim was down.
What did I wrong? Is it not okay to remove that line?
What can I do to get email working from server A to B?
My client asked me if it will help when he move the domain name to us. Then you got this situation:
- Domain name is with us
- Website is on third party
- E-mail is with us
- Nameservers of the domain name are our name servers and the A- and AAAA records for the domain name and www are pointing to the website