Hi,
I have spent quite some time trying to get my Zimbra OpenSource working on my ubuntu linux box at my flat. It all seems okay except that I can't recieve emails from external addresses.
The delivery report error is:
Final-Recipient: rfc822; admin@neiur.com
Original-Recipient: rfc822;admin@neiur.com
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
for name=lixser1.neiur.com type=A: Host not found
The ports on the router look fine as I have been able to use the web page to log in remotely to both the mail and admin consoles. I am using DNSexit to rout external addresses to my Dynamic ISP address.
I used the guide at: Ubuntu 8.04 LTS Server (Hardy Heron) Install Guide - Zimbra :: Wiki as a reference.
Please take a look at the configuration below and suggest anything I might be able to do to recfify this. Many thanks in advance, I'm at a bit of a loss...
Code:/etc/bind/named.conf.options options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always asked // questions using port 53, but BIND 8.1 and later use an unprivileged // port by default. query-source address * port 53; // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. forwarders { 69.57.160.118; 64.182.102.188; }; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; };
Code:/etc/resolv.conf nameserver 192.168.1.254 /etc/bind/named.conf.local // // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "neiur.com" { type master; file "/etc/bind/db.neiur.com"; };
Code:/etc/bind/db.neiur.com ; BIND data file for neiur.com ; $TTL 604800 @ IN SOA lixser1.neiur.com. admin.neiur.com. ( 200210 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL ; @ IN NS mail IN MX 10 mail IN A 192.168.1.254 mail IN A 192.168.1.254Code:/etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.1.254 lixser1.neiur.com lixser1Name: neiur.comCode:nslookup neiur.com Server: 192.168.1.254 Address: 192.168.1.254#53
Address: 192.168.1.254
Thanks again!


LinkBack URL
About LinkBacks


