Apple mail on OSX Server + setting up MX records...

krokodilen

Registered
a few days ago I set up my own DNS server, it works fine and all,
but now i tried to get the mail working aswell,
I created a user with the mail account: davey@davey.com

and I can send mail from that account,
but I can't recieve any. When I check the mail log files it says "SMTP Server Posted 1 message with a total size of 1 (k)",
so the mail server get the msg and store it, but don't send it to the user...

So I would like someone to verify my dns file, I'm not sure if the records are as it should be...

___


;
; Default db.example file installed by davey
;

davey.com. IN SOA dns.davey.com. davey.davey.com. (
1 ; Serial
10800 ; Refresh after 3 hours
3600 ; Retry after 1 hour
604800 ; Expire after 1 week
86400 ) ; Minimum TTL of 1 day

;
; Name servers
;
davey.com. IN NS dns.davey.com.
dns.davey.com. IN MX 10 mail.davey.com.

;
; Addresses for the canonical names
;
localhost.davey.com. IN A 127.0.0.1
dns.davey.com. IN A 10.32.15.100
gateway.davey.com. IN A 10.32.15.1

;
; Aliases
;
mail.davey.com. IN CNAME dns.davey.com.
www.davey.com. IN CNAME dns.davey.com.
test.davey.com. IN CNAME dns.davey.com.

_

I run OSX Server 10.1.4

Do I need to make other subdomains like pop.davey.com and smtp.davey.com?

or what's the deal?
 
Back
Top