Re: Helo command rejected: need fully-qualified hostname being in a home network
Pablo Pita Leira <[email protected]>
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Message-ID | <[email protected]> |
The mail sent to gmail goes into the inbox (not junk/spam). So, yes, the server configuration is working partially.
But this setup is in a home network. The setup uses Dynamic DNS where the james server is behind the router, and the router is forwarding ports 25, 587 to the james server.
I have tried a few changes on both james/conf/smtpserver.xml:
<helloName autodetect="false">bpir2.klug.es</helloName>
And at system level, by modifying /etc/hosts :
$ hostname --fqdn
bpir2.klug.es
But no success to subscribe in james-dev list.
Any idea on what to try next ?
Pablo
On 29.11.20 20:37, David Matthews wrote:
>> Guice case. The security setup with SPF, DKIM and DMARC, follows what is
>> described at https://dmatthews.org/java_email.html.
> That's me :-)
>
>> My gmail account can
>> receive email successfully from this server. That means the DNS
>> configuration seems working.
> It also likely means those above settings are correct. The mail goes into the inbox (not junk/spam) yes?
>
>> But still there is a problem sending email
>> to other servers. For example, trying to subscribe to the james-dev
>> developer list, the server complains:
>>
>> Error message:
>> 504 5.5.2 >localhost>: Helo command rejected: need fully-qualified hostname
>>
> That's not connected with those security settings and maybe not a James issue at all.
>
> Is this a linux server? What does
>
> hostname -f
>
> say?
>
> --
> David Matthews
> [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>