since the search function is down...
i have set up a fc4 box and installed the zimbra collaboration suite on it.
i can receive email from the outside world on but i can't get it delivered to the mailboxes. the mail sits in the deferred queue.
from what i've read i need to setup split dns on the machine because it sits behind a pix firewall. in order to do so i need to edit the named.conf file. i've followed the wiki to the best of my ability.
no matter how i edit the named.conf it always returns errors. i've checked it in vi for unwanted characters and it's clean. i feel i must be making some kind of syntax error but am also baffled by the 'command not found' statements when i try to start named.
i have spent days in the zimbra forums with no resolution.
thanks in advance for any ideas or pointers.
i have set up a fc4 box and installed the zimbra collaboration suite on it.
i can receive email from the outside world on but i can't get it delivered to the mailboxes. the mail sits in the deferred queue.
from what i've read i need to setup split dns on the machine because it sits behind a pix firewall. in order to do so i need to edit the named.conf file. i've followed the wiki to the best of my ability.
no matter how i edit the named.conf it always returns errors. i've checked it in vi for unwanted characters and it's clean. i feel i must be making some kind of syntax error but am also baffled by the 'command not found' statements when i try to start named.
i have spent days in the zimbra forums with no resolution.
Code:
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 12.127.16.68 ; 24.217.0.5 ; };
};
include "/etc/rndc.key";
// We are the master server for zmail.wbhcp.net
zone "zmail.wbhcp.net" {
type master;
file "/var/named/data/db.zmail.wbhcp.net";
};
Code:
[root@zmail /]# service named start
/etc/init.d/named: line 1: options: command not found
/etc/init.d/named: line 2: directory: command not found
/etc/init.d/named: line 3: dump-file: command not found
/etc/init.d/named: line 4: statistics-file: command not found
/etc/init.d/named: line 5: syntax error near unexpected token `}'
/etc/init.d/named: line 5: `forwarders { 12.127.16.68 ; 24.217.0.5 ; };'
thanks in advance for any ideas or pointers.