https://bugs.winehq.org/show_bug.cgi?id=57589
Bug ID: 57589 Summary: Incorrect name of the mail server Product: WineHQ.org Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: lav@etersoft.ru CC: jnewman@codeweavers.com Distribution: ---
mail.winehq.org incorrectly reports its name:
# netcat 4.4.81.124 25 220 winehq.org ESMTP
Also both direct and reverse resolving need be the same. Now it is broken: # resolve mail.winehq.org IP address of mail.winehq.org: 4.4.81.124
# resolve 4.4.81.124 Host name of 4.4.81.124: winehq.org
I just checked with follow tool: https://mxtoolbox.com/SuperTool.aspx?action=smtp%3amail.winehq.org&run=t...
https://bugs.winehq.org/show_bug.cgi?id=57589
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |57788
https://bugs.winehq.org/show_bug.cgi?id=57589
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Assignee|wine-bugs@winehq.org |jnewman@codeweavers.com Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Jeremy Newman jnewman@codeweavers.com --- I've filed a ticket with our provider to get our PTR record changed.
https://bugs.winehq.org/show_bug.cgi?id=57589
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED
--- Comment #2 from Jeremy Newman jnewman@codeweavers.com --- PTR record updated.
dig @ns3.level3.net +noall +answer -x 4.4.81.124 124.81.4.4.in-addr.arpa. 3600 IN PTR mail.winehq.org.
Updated the SMTP config so the hostname is reported correctly as well.
https://bugs.winehq.org/show_bug.cgi?id=57589
Vitaly Lipatov lav@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Vitaly Lipatov lav@etersoft.ru --- Thank you! It works now! # netcat mail.winehq.org 25 220 mail.winehq.org ESMTP
# resolve 4.4.81.124 Host name of 4.4.81.124: mail.winehq.org