goodytwoshoes
Verified User
- Joined
- Jul 12, 2019
- Messages
- 10
Good day all.
We have a user who does business with a company who apparently have very untrained email support personel.
The problem being that when their email server connects to deliver mail it does so from a .local domain
emailing them works, its when they email us where the problem comes in.
They get the error "550 R1: HELO should be a FQDN or address literal (See RFC 2821 4.1.1.1)550 R1: HELO should be a FQDN or address literal (See RFC 2821 4.1.1.1)"
Without spending too much time to help them fix their email relay, is there a place where we can permit this .local domain's mail to deliver while they are trying to fix their email system ?
I took a guess in adding the domain to /etc/virtual/whitelist_senders but it didnt help.
Ive been digging around on forums, found a reference to adding it exim.conf like:
acl_smtp_helo = ... accept hosts = example.com ... deny
which is at the moment set to acl_smtp_helo = acl_check_helo
which then calls to :
acl_check_helo:
.include_if_exists /etc/exim.acl_check_helo.pre.conf
.include_if_exists /etc/exim.acl_check_helo.post.conf
Both files are empty.
I havent really tried to skip this for a sender so im a little lost as to where to add 'accept hosts = example.com' or if it should be done elsewhere.
Can anyone shed some light on this for me please ? Perhaps a directadmin custom conf file i need to edit ?
We have a user who does business with a company who apparently have very untrained email support personel.
The problem being that when their email server connects to deliver mail it does so from a .local domain
emailing them works, its when they email us where the problem comes in.
They get the error "550 R1: HELO should be a FQDN or address literal (See RFC 2821 4.1.1.1)550 R1: HELO should be a FQDN or address literal (See RFC 2821 4.1.1.1)"
Without spending too much time to help them fix their email relay, is there a place where we can permit this .local domain's mail to deliver while they are trying to fix their email system ?
I took a guess in adding the domain to /etc/virtual/whitelist_senders but it didnt help.
Ive been digging around on forums, found a reference to adding it exim.conf like:
acl_smtp_helo = ... accept hosts = example.com ... deny
which is at the moment set to acl_smtp_helo = acl_check_helo
which then calls to :
acl_check_helo:
.include_if_exists /etc/exim.acl_check_helo.pre.conf
.include_if_exists /etc/exim.acl_check_helo.post.conf
Both files are empty.
I havent really tried to skip this for a sender so im a little lost as to where to add 'accept hosts = example.com' or if it should be done elsewhere.
Can anyone shed some light on this for me please ? Perhaps a directadmin custom conf file i need to edit ?