Another welcome to the forums,
Quote:
su - zimbra
zmprov gd domain.com | grep zimbraPublicServiceHostname
|
The server uses zimbraPublicServiceHostname to generate REST URLs, ie: briefcase, document, calendar sharing etc.
Say it's generating a URL like http:// server.domain.com and you'd rather have it http:// mail.domain.com:
Quote:
|
zmprov md domain.com zimbraPublicServiceHostname mail.domain.com
|
(As long as 'mail' has a proper DNS entry to point at 'server' both internally and externally.)