Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-14-2008, 11:38 PM
th0 th0 is offline
New Member
 
Posts: 4
Default Problem: Webmail access via HTTPS on Zimbra v5.0.4

I replaced ISPConfig with Zimbra this week and I was immediately impressed with the features and ease-of-use. I am currently hosting 2 domains and all mail routing is fine and good. Here is my problem.

As I am already hosting a website/blog, I really need to use https for webmail so I can port forward this from my external router. I tried the command zmtlsctl and restarted zmcontrol stop; zmcontrol start. I did not have any luck with this.

I also found this link, but not sure if this work for my version.
Code:
hxxp://wiki.zimbra.com/index.php?title=Provide_HTTP%28s%29_Integration_with_Apache
Any assistiance will be highly appreciated.

Version
Code:
zcs-5.0.4_GA_2101.RHEL5.20080321150546
Platform
Code:
CentOS 5.0

Last edited by th0; 04-15-2008 at 12:54 AM.. Reason: title
Reply With Quote
  #2 (permalink)  
Old 04-14-2008, 11:57 PM
Former Zimbran
 
Posts: 5,606
Default

well, https can be run on any port. It's default is 443, unless you override it. So you can do https://mail.domain.com:8080 and run zmtlsctl https and then change the zimbra mail port using zmprov.
Reply With Quote
  #3 (permalink)  
Old 04-15-2008, 12:22 AM
th0 th0 is offline
New Member
 
Posts: 4
Default Re:

Thanks for the prompt reply. I implemented what was suggested. The services restarted fine. However, port 443 isn't listening. I also tried port 8080 with limited success.

As I am hosting two domains using Virtual Host, can this contribute to the error.

Code:
Before zmtlsctl https
tcp        0      0 0.0.0.0:993                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN
tcp        0      0 192.168.0.110:389           0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:10024             0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:7306              0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:11211               0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:7307              0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:971                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:3310                0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:143                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:465                 0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN
tcp        0      0 :::7072                     :::*                        LISTEN
tcp        0      0 :::7777                     :::*                        LISTEN
tcp        0      0 :::7780                     :::*                        LISTEN
tcp        0      0 :::5222                     :::*                        LISTEN
tcp        0      0 :::7110                     :::*                        LISTEN
tcp        0      0 :::7335                     :::*                        LISTEN
tcp        0      0 :::5223                     :::*                        LISTEN
tcp        0      0 :::7143                     :::*                        LISTEN
tcp        0      0 :::80                       :::*                        LISTEN
tcp        0      0 :::7025                     :::*                        LISTEN
tcp        0      0 :::5269                     :::*                        LISTEN
tcp        0      0 :::22                       :::*                        LISTEN
tcp        0      0 :::7993                     :::*                        LISTEN
tcp        0      0 :::7995                     :::*                        LISTEN
tcp        0      0 :::7071                     :::*                        LISTEN

[zimbra@pop bin]$ ./zmtlsctl https


[zimbra@pop bin]$ zmcontrol stop ; zmcontrol start
Host mail.example.com
        Stopping stats...Done
        Stopping mta...Done
        Stopping spell...Done
        Stopping snmp...Done
        Stopping archiving...Done
        Stopping antivirus...Done
        Stopping antispam...Done
        Stopping imapproxy...Done
        Stopping mailbox...Done
        Stopping logger...Done
        Stopping ldap...Done
Host mail.example.com
        Starting ldap...Done.
        Starting logger...Done.
        Starting mailbox...Done.
        Starting imapproxy...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting snmp...Done.
        Starting spell...Done.
        Starting mta...Done.
        Starting stats...Done.

[zimbra@pop bin]$ ./zmprov ms mail.example.com zimbraMailPort 443

[zimbra@pop bin]$ netstat -an | grep "LISTEN"
tcp        0      0 0.0.0.0:993                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN
tcp        0      0 192.168.0.110:389           0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:10024             0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:7306              0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:11211               0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:7307              0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:971                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:3310                0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:143                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:465                 0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN
tcp        0      0 :::7072                     :::*                        LISTEN
tcp        0      0 :::7777                     :::*                        LISTEN
tcp        0      0 :::7780                     :::*                        LISTEN
tcp        0      0 :::5222                     :::*                        LISTEN
tcp        0      0 :::7110                     :::*                        LISTEN
tcp        0      0 :::7335                     :::*                        LISTEN
tcp        0      0 :::5223                     :::*                        LISTEN
tcp        0      0 :::7143                     :::*                        LISTEN
tcp        0      0 :::43                       :::*                        LISTEN
tcp        0      0 :::7025                     :::*                        LISTEN
tcp        0      0 :::5269                     :::*                        LISTEN
tcp        0      0 :::22                       :::*                        LISTEN
tcp        0      0 :::7993                     :::*                        LISTEN
tcp        0      0 :::7995                     :::*                        LISTEN
tcp        0      0 :::7071                     :::*                        LISTEN
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 01:00 AM
th0 th0 is offline
New Member
 
Posts: 4
Default Re:

The primary reason for me to have the webmail on https (443) instead of 8080 so internal and external user can use the url - https://mail.domain.com.

I hope someone can assist me with this issue. In the meantime, I have to refer to google.

Thanks.

edit 1
I also tried the following but with no success

Code:
./zmprov mcf zimbraMailPort 443
[zimbra@pop bin]$ ./zmprov gcf zimbraMailPort
zimbraMailPort: 443

Last edited by th0; 04-15-2008 at 01:13 AM.. Reason: addition
Reply With Quote
  #5 (permalink)  
Old 04-16-2008, 04:50 AM
th0 th0 is offline
New Member
 
Posts: 4
Default Re:

I still can't find anything related to my issue.

Can someone please assist?

Thank you in advance.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.