Hello all,
Am using Zimbra Open Source edition running on my server using Debian Sarge. I only started using it after installing it today. Very nice so far! But of course, I have a few teething problems. First one is that I'd like to use HTTPS rather than HTTP for obvious reasons. As I've already got Apache on my server, it uses up port 80 and 443. So I've assigned ports 8000 and 9021 for Zimbra's HTTP and HTTPS respectively. Accessing Zimbra via HTTP works beautifully, but via HTTPS doesn't work - logs doesn't indicate anything out of ordinary. Here's the output from NMAP:
=============================
destiny:/home/piers# nmap localhost
Starting nmap 3.81 (
http://www.insecure.org/nmap/ ) at 2006-11-23 23:09 GMT
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1639 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop3
111/tcp open rpcbind
113/tcp open auth
143/tcp open imap
443/tcp open https
731/tcp open netviewdm3
754/tcp open krb_prop
783/tcp open hp-alarm-mgr
953/tcp open rndc
993/tcp open imaps
995/tcp open pop3s
2000/tcp open callbook
2049/tcp open nfs
3128/tcp open squid-http
3306/tcp open mysql
3632/tcp open distccd
6667/tcp open irc
8000/tcp open http-alt
8080/tcp open http-proxy
32772/tcp open sometimes-rpc7
Nmap finished: 1 IP address (1 host up) scanned in 0.611 seconds
destiny:/home/piers#
=============================
I realise I shouldn't be using Zimbra and Apache on the same server, but I don't have the resources for another server.
What am I doing wrong, and how do I fix this problem please?
Also, while we're there, how can I disable POP3, POP3S and IMAP - only keeping IMAPS running please?
Thanks very much for your help in advance.
Regards - Piers