Hello people,
I have a problem on one domain. The sending / receiving of mails doesn't work. This problem is only in this domain. Every other domain works fine. I am using my domain's ns (ns1.domain.com) not external.
So, the interesting part from the postfix log
Code:
Dec 7 00:12:33 server postfix/smtpd[25416]: NOQUEUE: reject: RCPT from server.domain.com.local[127.0.0.1]: 450 4.1.8 <info@domain.com>: Sender address rejected: Domain not found; from=<info@domain.com> to=<mail@gmail.com> proto=ESMTP helo=<admin.domain.com>
(this is an outgoing mail I get the same for incoming)
So I checked the domain's settings db in bind and everything seems ok. But when I do a dig, I get:
Code:
; <<>> DiG 9.7.3 <<>> domain.com any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54592
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;domain.com. IN ANY
;; Query time: 10 msec
;; SERVER: ip#53(ip)
;; WHEN: Fri Dec 7 00:19:48 2012
;; MSG SIZE rcvd: 29
'
this is the output when I do a dig from my server. When I dig using an online tool (e.g
http://dig-nslookup.nmonitoring.com/dns-...ookup.html ) I get the correct output.
So, any thoughts?