
Originally Posted by
anandi
...Now somewhere its stuck at port 22 and somewhere its using 2222 (because if i change the server ssh port to 22, all zimbra services shutdown)
Hi anandi,
Zimbra needs to make some commands using ssh, the default port is 22. If you need to change that port take a look at zimbraRemoteManagementPort zimbra property:
Code:
<attr id="339" name="zimbraRemoteManagementPort" type="integer" cardinality="single" optionalIn="globalConfig,server" flags="serverInherited" callback="CheckPortConflict" requiresRestart="mailbox">
<globalConfigValue>22</globalConfigValue>
<desc>Port on which remote management sshd listening on this server.</desc>
</attr>
D0s0n
Bookmarks