This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc Mail-list server misconfigured?


>>>>> Guillermo Ballester Valor writes:

Guillermo> This mail is not to related to any gcc stuff but the gcc-mail list server. It 
Guillermo> seems the mail server with IP 66.187.233.205 does not have any PTR record and 
Guillermo> so I always get a reject warning in my postfix (the reverse DNS search does 
Guillermo> not work). I had to change the 'reject' by 'reject warning' in my conf file.

	Reverse lookup of the IP address works for me:

$ dig 205.233.187.66.in-addr.arpa. ptr

; <<>> DiG 2.0 <<>> 205.233.187.66.in-addr.arpa. ptr 
;; ->>HEADER<<- opcode: QUERY , status: NOERROR, id: 6
;; flags: qr rd ra ; Ques: 1, Ans: 1, Auth: 3, Addit: 3
;; QUESTIONS: 
;;      205.233.187.66.in-addr.arpa, type = PTR, class = IN

;; ANSWERS:
205.233.187.66.in-addr.arpa.    456     PTR     sources.redhat.com.

;; AUTHORITY RECORDS:
233.187.66.in-addr.arpa.        456     NS      ns3.redhat.com.
233.187.66.in-addr.arpa.        456     NS      ns1.redhat.com.
233.187.66.in-addr.arpa.        456     NS      ns2.redhat.com.

;; ADDITIONAL RECORDS:
ns3.redhat.com. 81810   A       66.187.229.10
ns1.redhat.com. 31854   A       66.187.233.210
ns2.redhat.com. 153193  A       66.187.224.210


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]