OT: DNS problems
Venkata Achanta
vachanta at GMAIL.COM
Fri Oct 14 18:26:26 IST 2005
hello list,
Looks like i am having problem with resolving certain domains ONLY.Any
pointers/things to check for would be helpful. This is weired problem,i can
resolv this on other boxes but not on this one.
Oct 14 10:09:50 asav sendmail[3378]: j9EH9UGR003378: ruleset=check_mail,
arg1=<geisenreich at barwol.com>, relay=smtp.barwol.com [38.118.132.70] (may
be forged), reject=451 4.1.8 Domain of sender address
geisenreich at barwol.com does not resolve
Oct 14 10:09:50 asav sendmail[3378]: j9EH9UGR003378:
from=<geisenreich at barwol.com>, size=14532, class=0, nrcpts=0, proto=ESMTP,
daemon=MTA, relay=smtp.barwol.com [38.118.132.70] (may be forged)
cat /etc/resolv.conf
domain mydomain.com
nameserver 127.0.0.1
i changed it to mydomain.com for annonynimity but i have the actual name in
the file
cat /etc/bind/named.conf
options {
directory "/var/bind";
// uncomment the following lines to turn on DNS forwarding,
// and change the forwarding ip address(es) :
//forward first;
//forwarders {
// 123.123.123.123;
// 123.123.123.123;
//};
listen-on-v6 { none; };
listen-on { 127.0.0.1; };
// to allow only specific hosts to use the DNS server:
allow-query {
127.0.0.1;
};
// if you have problems and are behind a firewall:
//query-source address * port 53;
pid-file "/var/run/named/named.pid";
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "pri/localhost.zone";
allow-update { none; };
notify no;
};
zone "127.in-addr.arpa" IN {
type master;
file "pri/127.zone";
allow-update { none; };
notify no;
};
logging {
category lame-servers { null; };
};
dig doesnt return anything for this domain
dig MX barwol.com
; <<>> DiG 9.2.2-P1 <<>> MX barwol.com
;; global options: printcmd
;; connection timed out; no servers could be reached
but i can resolv rest of the domains
dig MX google.com
; <<>> DiG 9.2.2-P1 <<>> MX google.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30555
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 4, ADDITIONAL: 8
;; QUESTION SECTION:
;google.com. IN MX
;; ANSWER SECTION:
google.com. 3600 IN MX 10 smtp4.google.com.
google.com. 3600 IN MX 10 smtp1.google.com.
google.com. 3600 IN MX 10 smtp2.google.com.
google.com. 3600 IN MX 10 smtp3.google.com.
;; AUTHORITY SECTION:
google.com. 345600 IN NS ns3.google.com.
google.com. 345600 IN NS ns4.google.com.
google.com. 345600 IN NS ns1.google.com.
google.com. 345600 IN NS ns2.google.com.
;; ADDITIONAL SECTION:
smtp1.google.com. 600 IN A 216.239.57.25
smtp2.google.com. 600 IN A 64.233.167.25
smtp3.google.com. 600 IN A 64.233.183.25
smtp4.google.com. 600 IN A 66.102.9.25
ns1.google.com. 345410 IN A 216.239.32.10
ns2.google.com. 345410 IN A 216.239.34.10
ns3.google.com. 345410 IN A 216.239.36.10
ns4.google.com. 345410 IN A 216.239.38.10
;; Query time: 16 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Oct 14 10:22:51 2005
;; MSG SIZE rcvd: 316
------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
Support MailScanner development - buy the book off the website!
More information about the MailScanner
mailing list