Re: [exim] Missing E-mail

Top Page
Delete this message
Reply to this message
Author: Torry Crass
Date:  
To: exim-users
Subject: Re: [exim] Missing E-mail
Well crap... That's kind of what I've been afraid of was that my issue with
mail "may" be DNS related. What I don't understand is why it's not working
for you when it works for me. The only thing that I have presently set up
on the machine is iptables...maybe I've got something set up wrong there.
I'll turn it off and if you could run the same test I'd appreciate it.

I am fully aware of the implications of having both DNS on the same server.
I'll be working on migrating secondary to another server soon but I really
need to get this one working first before making it even more complex.

Here's what I get when doing just a straight up dig -t mx pleiadesdesign.com

###### CONSOLE ######

; <<>> DiG 9.3.4 <<>> -t mx pleiadesdesign.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59466
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;pleiadesdesign.com.            IN      MX


;; ANSWER SECTION:
pleiadesdesign.com.     43200   IN      MX      5 mail.pleiadesdesign.com.


;; AUTHORITY SECTION:
pleiadesdesign.com.     43200   IN      NS      ns1.pleiadesdesign.com.
pleiadesdesign.com.     43200   IN      NS      ns2.pleiadesdesign.com.


;; ADDITIONAL SECTION:
mail.pleiadesdesign.com. 43200  IN      A       69.30.204.75
ns1.pleiadesdesign.com. 43200   IN      A       69.30.204.75
ns2.pleiadesdesign.com. 43200   IN      A       69.30.204.75


;; Query time: 2 msec
;; SERVER: 69.30.204.75#53(69.30.204.75)
;; WHEN: Sat Mar 29 01:56:10 2008
;; MSG SIZE rcvd: 141

###### END ######


Here's what my "current" zone file looks like after I made some edits and
style changes. Does it look okay? I mean everything that I've checked it
against seems to think it is and that it checks out okay. Bind loads it
fine without error but I'd like to have a bit of re-assurance on that.


###### ZONE FILE ######

$TTL    43200
$ORIGIN pleiadesdesign.com.
@               IN      SOA     ns1.pleiadesdesign.com.
pleiades.pleiadesdesign.com. (
                        2008032903 ; serial
                        1H ; refresh
                        10M ; retry
                        14D ; expire
                        12H ; default_ttl
                        )
; Default Host
        IN      A       69.30.204.75


; MX Records
        IN      MX      5       mail.pleiadesdesign.com.


; DNS Servers
        IN      NS      ns1.pleiadesdesign.com.
        IN      NS      ns2.pleiadesdesign.com.


; DNS Hosts
ns1             IN      A       69.30.204.75
ns2             IN      A       69.30.204.75
mail            IN      A       69.30.204.75


; DNS Aliases
www             IN      CNAME   @
ftp             IN      CNAME   @


; Miscellanious
pleiadesdesign.com.     IN      TXT     "v=spf1 a mx ~all"
mail                    IN      TXT     "v=spf1 a -all"


###### END ######

I "REALLY" appreciate the great help! Thank you very very much.

~Torry


-----Original Message-----
From: exim-users-bounces@??? [mailto:exim-users-bounces@exim.org] On
Behalf Of Phil Pennock
Sent: Friday, March 28, 2008 6:42 PM
To: Torry Crass
Cc: exim-users@???
Subject: Re: [exim] Missing E-mail

On 2008-03-28 at 17:08 -0500, Torry Crass wrote:
> 451 <tcrass ## pleiadesdesign.com>... pleiadesdesign.com: Name server
> timeout


> I have checked my name servers (ns1/ns2 at the respective domain) and
> my MX records, PTR records and everything yet message seem to still be

failing.
> Did I do something wrong with my DNS or Exim config that anyone can
> think of that would cause such a mess?


Your DNS is rather badly broken. Perhaps your connectivity in general?

----------------------------8< cut here >8------------------------------ %
dig -t ns pleiadesdesign.com

; <<>> DiG 9.4.2 <<>> -t ns pleiadesdesign.com ;; global options: printcmd
;; connection timed out; no servers could be reached % host
lyra.pleiadesdesign.com ;; connection timed out; no servers could be reached
----------------------------8< cut here >8------------------------------

As Eli noted, running all the nameservers off one IP is generally bad.
The reason that multiple NS records are required by registrars is for
resiliency -- it's not pointless bureaucracy.

You can get free DNS secondarying from various sources; I've heard good
things about the http://www.granitecanyon.com/ service. Read the terms of
service (no warranty), try it, consider making a donation if it's useful to
you. They have a decent FAQ, too.

The routers near my box have multiple routes to 69.30.192.0/18, so the
network in general is fine. But if I try to connect to 69.30.204.75 with
TCP on ports 25 or 80 (as suggested by DNS entries) I never get a response.
Is this on the end of a DSL or cable-modem line?

-Phil

--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/