View Single Post
  #38 (permalink)  
Old 03-06-2007, 02:42 PM
jholder jholder is offline
Former Zimbran
 
Posts: 5,606
Default

Two things:
1)
Quote:
Originally Posted by jhoelz View Post
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
72.51.38.198 icthusconnect.com
should be:
Quote:
Originally Posted by jhoelz View Post
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
72.51.38.198 icthusconnect.com HOSTNAME
replacing HOSTNAME with whatever the boxe's name is.

2)
Also,
Quote:
zmprov ms icthusconnect.com zimbraMailPort8080
should be
zmprov ms HOSTNAME.icthusconnect.com zimbraMailPort8080
Reply With Quote