<div dir="ltr">Ok, I thought you had solved it and were merely commenting.<div><br></div><div>The problem is that whatever is trying to send, is connecting and sending just</div><div><br></div><div>"HELO majordomo"</div><div><br></div><div>instead of using its full FQDN, eg</div><div><br></div><div>"HELO <a href="http://majordomo.DOMAIN.COM">majordomo.DOMAIN.COM</a>"</div><div><br></div><div>The receiver is requiring a full hostname with domain be in the HELO.</div><div><br></div><div>Either you need to adjust what your sender (Majordomo, I assume) software to use the full hostname, or (if you control the server it is sending to) adjust its configuration to not require a full host name either generally, or specifically from that sender host.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 5, 2021 at 3:50 PM Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org">grlug@grlug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 5 Aug 2021, Grand Rapids Linux Users Group wrote:<br>
<br>
> Yes, many, but not all, SMTP servers require a fully valid hostname, with<br>
> domain, in the HELO.<br>
><br>
The subdomain is valid (MX, DKIM, DMARC all validate), .. and reverse DNS<br>
matches the full hostname:<br>
<br>
$ host <a href="http://majordomo.mailman.dd.org" rel="noreferrer" target="_blank">majordomo.mailman.dd.org</a><br>
<a href="http://majordomo.mailman.dd.org" rel="noreferrer" target="_blank">majordomo.mailman.dd.org</a> has address 24.38.nn.134<br>
<br>
; <<>> DiG 9.16.6 <<>> -x 24.38.dd.134<br>
<br>
;; QUESTION SECTION:<br>
;134.dd.38.24.in-addr.arpa.     IN      PTR<br>
<br>
;; ANSWER SECTION:<br>
134.dd.38.24.in-addr.arpa. 86400 IN     PTR<br>
<a href="http://majordomo.mailman.dd.org" rel="noreferrer" target="_blank">majordomo.mailman.dd.org</a>.<br>
<br>
> Often then will do a lookup on it in DNS to make sure it is real/exists as<br>
> well. Some even insist that the IP they get match the IP that the SMTP<br>
> connection is from.<br>
><br>
Any thought on how to determine if is actually a subdomain problem?<br>
<br>
        Thanks!!<br>
-- <br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
</blockquote></div>