LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-16-2010, 02:09 AM   #1
data1986
LQ Newbie
 
Registered: Feb 2010
Posts: 12

Rep: Reputation: 0
SMTP; 554 Refused. Your IP address is listed in the RBL at dyna.spamrats.com


hello,
i have a REHL 5.4 server.i am trying to send mail to my company`s/yahoo account using
Code:
mailx -s "subject" user@company.com
I am getting a rebounce mail
Code:
Diagnostic-Code: SMTP; 554 Refused. Your IP address is listed in the RBL at dyna.spamrats.com
.

When visited the url dyna.spamrats.com,it stated that the reverse dns is not congigured and that is why it has put my ip in the blacklist.

how to remove my ip from the blacklist??????

thanx in advance for the help!!!!!!!
 
Old 03-16-2010, 03:10 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

According to the message you got, you should fix the reverse dns record (PTR) of your mail server. That means that your IP must resolve to a hostname.

Regards
 
Old 03-16-2010, 03:21 AM   #3
data1986
LQ Newbie
 
Registered: Feb 2010
Posts: 12

Original Poster
Rep: Reputation: 0
actually i have register the ip with the free dns providing website https://www.dyndns.com.
how to check if the ip resolves hostname or not??
 
Old 03-16-2010, 03:28 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
You can use this site, or from command line run:
Code:
dig -x x.x.x.x
 
Old 03-16-2010, 03:35 AM   #5
data1986
LQ Newbie
 
Registered: Feb 2010
Posts: 12

Original Poster
Rep: Reputation: 0
WHAT DOES THIS MEAN?????

[/home/ora]dig -x 204.55.44.22

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> -x 204.55.44.22
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47262
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;22.44.55.204.in-addr.arpa. IN PTR

;; ANSWER SECTION:
22.44.55.204.in-addr.arpa. 76718 IN PTR 204.55.44.22.static.vsnl.net.in.

;; Query time: 33 msec
;; SERVER: 200.51.00.2#53(200.51.00.2)
;; WHEN: Tue Mar 16 13:55:55 2010
;; MSG SIZE rcvd: 95
 
Old 03-16-2010, 03:51 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
;; 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
Code:
dig -x 204.55.44.22

; <<>> DiG 9.7.0 <<>> -x 204.55.44.22
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 25795
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;22.44.55.204.in-addr.arpa.     IN      PTR

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Mar 16 10:46:26 2010
;; MSG SIZE  rcvd: 43
and of course the same goes for all other name servers.
You may ask your ISP, or whoever is responsible for your dns to fix it.

Regards
 
Old 03-16-2010, 04:30 AM   #7
data1986
LQ Newbie
 
Registered: Feb 2010
Posts: 12

Original Poster
Rep: Reputation: 0
what should i tell my isp?
 
Old 03-16-2010, 05:16 AM   #8
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
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.
 
  


Reply

Tags
dns, reverse



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
554 no valid RCPT address specified garywhw Linux - Software 1 05-27-2009 11:20 AM
Postfix SMTP 554 -- how do I relay mail? fultron Linux - Software 1 01-28-2009 04:01 PM
Postfix returns "Relay Access Denied (smtp code 554)" bornfree Linux - Server 3 09-30-2008 11:01 AM
RBL blocking based on DHCP address even with SMART_HOST (sendmail) sbaker25 Linux - Networking 0 02-18-2007 09:31 PM
I need RBL/DNS Server and RBL list cccc General 0 01-09-2004 03:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration