The way it was setup on MC1:
email addresses: username@quirkservice.com
webmail address: mail.quirkservice.com
the hostname of the pc: curley.quirkservice.com
first error i got:
Port conflict detected: 80 (zimbra-store)
Port conflicts detected! - Any key to continue
during the config part of the install, i set the hostname originally to mail.quirkservice.com, but that didn't work, so i re ran the script and set the hostname to just quirkservice.com
also, the LDAP Master host is set to curley.quirkservice.com, is that correct?
Here is the current configuration:
AVDOMAIN=
AVUSER=admin@quirkservice.com
CREATEADMIN=admin@curley.quirkservice.com
CREATEDOMAIN=curley.quirkservice.com
DOCREATEADMIN=no
DOCREATEDOMAIN=no
EXPANDMENU=yes
HOSTNAME=quirkservice.com
IMAPPORT=143
IMAPSSLPORT=993
LDAPHOST=curley.quirkservice.com
LDAPPORT=389
MODE=http
POPPORT=110
POPSSLPORT=995
REMOVE=no
RUNAV=yes
RUNSA=yes
SMTPDEST=admin@quirkservice.com
SMTPHOST=quirkservice.com
SMTPNOTIFY=yes
SMTPSOURCE=admin@quirkservice.com
SNMPNOTIFY=yes
SNMPTRAPHOST=curley.quirkservice.com
SPELLURL=http://quirkservice.com:7780/aspell.php
STARTSERVERS=no
UPGRADE=yes
USESPELL=yes
INSTALL_PACKAGES="zimbra-apache zimbra-core zimbra-ldap zimbra-logger zimbra-mta zimbra-snmp zimbra-spell zimbra-store "
when i go to mail.quirkservice.com, i get a 502 bad gateway error
and when i try to get my mail via thunderbird, it asks for a password to drogers@mail.quirkservice.com. the address itself is drogers@quirkservice.com, not mail.quirkservice.com. i changed the server to just quirkservice.com, but still the connection failed.
i am pretty new to *nix operating systems, so i am pretty stumped. any help you could could send my way would be very appreciated.
this might also help. this is the section of my httpd.conf file that sets up mail.quirkservice.com:
NameVirtualHost *:80
ServerName curley.quirkservice.com
DocumentRoot /var/www/html
Options -Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
# Servername is the domain name you want users to type into their
# browser in order to connect to Zimbra
ServerName mail.quirkservice.com
# Pass every request off to Zimbra
RewriteEngine On
RewriteRule ^(.*)$ http://127.0.0.1:7070$1 [P]
RewriteRule ^proxy:.* - [F]
# On the way back, rewrite headers containing this domain name and port,
# effectively hiding the port from the user
ProxyPassReverse / http://mail.quirkservice.com:7070/
> ProxyPreserveHost On