SMTP; 554 Refused. Your IP address is listed in the RBL at dyna.spamrats.com
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
;; ANSWER SECTION:
22.44.55.204.in-addr.arpa. 76718 IN PTR 204.55.44.22.static.vsnl.net.in.
That means that your ip resolves to 204.55.44.22.static.vsnl.net.in. But only the name server at 200.51.00.2 can resolve it.
From my side, I cannot resolve that ip
You ip address must be resolvable from the internet if you intend to run a mail server. Now only the name server at 200.51.00.2 can resolve it and that name server is not reachable from outside
Code:
dig -x 204.55.44.22 @200.51.00.2
; <<>> DiG 9.7.0 <<>> -x 204.55.44.22 @200.51.00.2
;; global options: +cmd
;; connection timed out; no servers could be reached
If 200.51.00.2 (is it your ISP dns server?) is authoritative for your subnet, you should describe them this situation.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.