mirror of https://github.com/lucascbeyeler/zimbra
Bugfix for Zimbra 8.8.5 not working the access by IP
This commit is contained in:
parent
651cc2d3d2
commit
90bc5a8e21
|
|
@ -39,3 +39,17 @@
|
|||
command: ./zmsetup.pl -c /tmp/zcs/installZimbraScript
|
||||
args:
|
||||
chdir: /opt/zimbra/libexec/
|
||||
|
||||
#
|
||||
# BUGFIX WORKAROUND - Zimbra 8.8.5 does not work without configuring the hostname
|
||||
################################################################################
|
||||
|
||||
- name: Configuring Zimbra Hostname for Domain {{ domain }}
|
||||
command: ./zmprov md {{ domain }} zimbraVirtualHostname {{ hostname }}.{{ domain }}
|
||||
args:
|
||||
chdir: /opt/zimbra/bin/
|
||||
|
||||
- name: Reloading Proxy configuration
|
||||
command: ./zmproxyconfgen
|
||||
args:
|
||||
chdir: /opt/zimbra/libexec/
|
||||
|
|
|
|||
Loading…
Reference in New Issue