Hello, thanks for the answer.
I installed it again like described in the wiki article, the webinterface on mail.rapidserv.de shows up now, but when I try to login it says:
???remote.CONNECT_FAILURE???
During the installation I also got these errors (again):
Code:
(..)
ERROR: account.DOMAIN_EXISTS (domain already exists: rapidserv.de)(..)
Code:
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Mon Jul 20 18:27:33 2009 *** Running as zimbra user: /opt/zimbra/bin/zmprov mcf zimbraNotebookAccount wiki@rapidserv.de
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Mon Jul 20 18:27:33 2009 *** Running as zimbra user: /opt/zimbra/bin/zmprov in wiki@rapidserv.de
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Mon Jul 20 18:27:34 2009 *** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Mon Jul 20 18:27:39 2009 failed to initialize documents...see logfile for details.
Here are some configuration files which may be important to solve the problem:
I hope somebody can help me
hosts:
Code:
127.0.0.1 localhost.localdomain localhost
188.40.234.114 mail.rapidserv.de mail
named.conf.options:
Code:
options {
directory "/var/cache/bind";
//query-source address * port 53;
forwarders {
213.133.98.98; 213.133.100.100;
};
auth-nxdomain no; # conform to RFC1035
}; named.conf.local:
Code:
zone "rapidserv.de" {
type master;
file "/etc/bind/db.rapidserv.de";
}; resolv.conf:
Code:
nameserver 188.40.234.114
(the ip of my server)
db.rapidserv.de:
Code:
;
; BIND data file for mydomain.com
;
$TTL 604800
@ IN SOA mail.rapidserv.de. admin.rapidserv.de. (
090720 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS mail
IN MX 10 mail
IN A 188.40.234.114
mail IN A 188.40.234.114 setup log file:
zmsetup.07202009-181958.log