Quote:
Originally Posted by phoenix Are you behind a NAT router? Is this a new install or an upgrade? When did the problem start? Does this happen for all email (internal and external)? |
No., I've 2 ethernet interfaces, one with public IP and another with local private ip address (192...).
I am not sure, but probably the problem started after restarting the computer, the last important change that I made was changing the netmask for trusted relay servers:
Code:
127.0.0.0/8 192.168.23.20/31 publicIP/31
It happen with all the mail.
Quote:
Originally Posted by phoenix Go to the Split DNS article and post the output of all the commands in the 'Verify....' section. |
Code:
matiaspecchia@mail:~$ dig me.example.net mx
; <<>> DiG 9.7.0-P1 <<>> me.example.net mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22799
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2
;; QUESTION SECTION:
;me.example.net. IN MX
;; ANSWER SECTION:
me.example.net. 477 IN MX 1 mail.me.example.net.
;; AUTHORITY SECTION:
me.example.net. 477 IN NS epsilon.example.net.
me.example.net. 477 IN NS ns1.me.example.net.
me.example.net. 477 IN NS alfa.example.net.
;; ADDITIONAL SECTION:
ns1.me.example.net. 335 IN A 190.(etc).170
ns1.me.example.net. 13535 IN AAAA 2002:(etc)::1
;; Query time: 1 msec
;; SERVER: 190.(etc).134#53(190.(etc).134)
;; WHEN: Wed Nov 23 15:49:27 2011
;; MSG SIZE rcvd: 165
matiaspecchia@mail:~$ dig me.example.net any
; <<>> DiG 9.7.0-P1 <<>> me.example.net any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10614
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 3, ADDITIONAL: 2
;; QUESTION SECTION:
;me.example.net. IN ANY
;; ANSWER SECTION:
me.example.net. 413 IN NS alfa.example.net.
me.example.net. 413 IN NS epsilon.example.net.
me.example.net. 413 IN NS ns1.me.example.net.
me.example.net. 413 IN MX 1 mail.me.example.net.
me.example.net. 2415 IN AAAA 2002:(etc)::1
;; AUTHORITY SECTION:
me.example.net. 413 IN NS alfa.example.net.
me.example.net. 413 IN NS epsilon.example.net.
me.example.net. 413 IN NS ns1.me.example.net.
;; ADDITIONAL SECTION:
ns1.me.example.net. 271 IN A 190.(etc)170
ns1.me.example.net. 13471 IN AAAA 2002:(etc)::1
;; Query time: 1 msec
;; SERVER: 190.(etc).134#53(190.(etc).134)
;; WHEN: Wed Nov 23 15:50:31 2011
;; MSG SIZE rcvd: 235
matiaspecchia@mail:~$ dig mail.me.example.net
; <<>> DiG 9.7.0-P1 <<>> mail.me.example.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19357
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2
;; QUESTION SECTION:
;mail.me.example.net. IN A
;; ANSWER SECTION:
mail.me.example.net. 600 IN A 192.168.23.20
;; AUTHORITY SECTION:
mail.me.example.net. 600 IN NS epsilon.example.net.
mail.me.example.net. 600 IN NS ns1.me.example.net.
mail.me.example.net. 600 IN NS alfa.example.net.
;; ADDITIONAL SECTION:
ns1.me.example.net. 45 IN A 190.(etc).170
ns1.me.example.net. 13245 IN AAAA 2002:aad2:ee19::1
;; Query time: 3 msec
;; SERVER: 190.(etc).134#53(190.(etc).134)
;; WHEN: Wed Nov 23 15:54:17 2011
;; MSG SIZE rcvd: 165
matiaspecchia@mail:~$ host $(hostname)
mail.me.example.net has address 192.168.23.20