Hello all,
i tried 3 long days to get "split dns" work, but with no success. The result is that can send mails, or receive mails, but no both.
I installed Zimbra successfully and zmcontrol repports that all systems are running correct. Also the installes named seems to run, but the setup is not correct, because sending and receiving will not work at same time. I need to change the MTA Hostname in the web admin-interface.
My TCP-Data:
I use a router wit NAT firewall.
Router IP 192.168.178.1
Nameserver Networkcard IP: 192.168.178.5
Hostname namserver: mailserver.sinsheim-wetter.de
mail-domain which will need for mail addresses: sinsheim.wetter.de
External IP: 194.231.187.137
System is Suse 10.2
Zimbra is the current open source release
Here is my current named config. Could you have a look for any errors please?
// Default named.conf generated by install of bind-9.2.4-2
options {
directory "/var/bin/named";
dump-file "/var/bin/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 192.168.178.1 ; };
};
include "/etc/rndc.key";
// We are the master server for server.example.com
zone "mailserver.sinsheim-wetter.de" {
type master;
file "db.mailserver.sinsheim-wetter.de";
};
/var/bin/named/db.mailserver.sinsheim-wetter.de:
; Addresses and other host information.
;
@ IN SOA sinsheim-wetter.de. hostmaster.sinsheim-wetter.de. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS <192.168.178.5>
IN A <192.168.178.5>
IN MX 10 mailserver.sinsheim-wetter.de.
Off course the mx entries for sinsheim-wetter.de on the namserver at my provider is set correctly! When i use MS-Exchange, all works well without problems. Just with Zimbra i have this trouble.
Iam really not sure whats wrong and i have search the whole web and forum, but nothing does work.
Thanks for you assistance
Thomas


LinkBack URL
About LinkBacks


