Re: Postfix errors in Logwatch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marc Schwartz wrote:
> Over the past couple of weeks or so, I have noted new error messages in
> Logwatch pertaining to Postfix.
[...]
>         1   Oct  5 21:38:28 WALL-E postfix/smtp[7960]: connect to
> ghost.localhost.com[10.11.12.13]:25: Connection timed out

10.11.12.13 is in the private address space. The whole 10.x.x.x block is 
reserved for use on private networks and should not be routed on the public 
Internet. That's why Postfix can't connect to that address.

It seems like your Postfix has a message that it's trying to deliver to an 
address in the domain "localhost.com", or some other domain for which the 
mail server is specified as "ghost.localhost.com".

The command "dig ghost.localhost.com SOA" tells me that the authoritative name 
server for localhost.com is ghost.wraith.com. Its IP address is 
209.169.17.198. These commands will tell you more:

dig ghost.localhost.com ANY @ghost.wraith.com
dig localhost.com ANY @ghost.wraith.com
whois 209.169.17.198
whois localhost.com
whois wraith.com

Publishing domain names that resolve to private addresses does not in itself 
cause any harm, but if anyone is using such domains in URLs or sending out 
email with sender addresses in such domains, then that's not a nice thing to 
do.

Björn Persson

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux