Unfortunately local delivery is still not working:
1. After I have restarted the box and tried to send a message via zimbra web client the log shows that the
web client is missing the smtp ip and port
Code:
2010-02-13 09:08:46,460 INFO [btpool0-1://192.168.200.15/service/soap/SendMsgRequest] [name=office@mail.xxx.local;mid=4;ip=10.8.0.6;ua=ZimbraWebClient - FF3.0 (Linux)/6.0.5_GA_2213.RHEL5_64;] smtp - Sending message to MTA at null, port null: Message-ID=<1769608838.0.1266048525887.JavaMail.root@mail.xxx.local>, replyType=r
Any ideas how to fix this?
2. Unfortunately, in my split DNS scenario, bind is not working either.
a. The zimbra split DNS howto says
Code:
Define the nameservers and the mail servers
IN NS
IN A
IN MX 10 server.example.com. Should it be the internal IP address of localhost = 127.0.0.1 or the IP in my local private network = 10.10.200.15?
b. What is going wrong here?
Quote:
$TTL 86400
@ IN SOA @ mail.xxx.local. (
42 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
@ IN NS mail.xxx.local.
IN MX 10 mail.xxx.local.
IN A 10.10.200.15
mail IN A 10.10.200.15 |
Quote:
nslookup mail.xxx.local. 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find mail.xxx.local.: NXDOMAIN |
Thanks in advance!
Dominik