主题: vps + lighttpd 1.4.20,安装iRedMail受阻
我用的是vps+lxadmin面板管理,已经装好lighttpd 1.4.20+mysql
1.按照教程,先同步系统时钟,执行完ntpdate 0.centos.pool.ntp.org,提示Can't adjust the time of day: Operation not permitted。
2.由于远程操作vps,根据我的理解放弃了yum那些步骤
3.照着http://code.google.com/p/iredmail/wiki/Installation#Exist_MySQL这里的操作,将conf/mysql的MYSQL_FRESH_INSTALLATION改成了NO,conf/httpd_php没有动
4.执行安装脚本,生成的config见下,输出结果是这样的
config:
export VMAIL_USER_HOME_DIR='/home/vmail'
export SIEVE_DIR='/home/vmail/sieve'
export BACKEND='MySQL'
export MYSQL_ROOT_PASSWD='XXXXXXXXXX'
export MYSQL_ADMIN_USER='vmailadmin'
export MYSQL_ADMIN_PW='XXXXXXXXXX'
export FIRST_DOMAIN='autocarspare.com'
export DOMAIN_ADMIN_NAME='postmaster'
export DOMAIN_ADMIN_PASSWD='XXXXXXXXXX'
export FIRST_USER='www'
export FIRST_USER_PASSWD='XXXXXXXXXX'
export ENABLE_SPF='YES'
export ENABLE_DKIM='YES'
export USE_MANAGESIEVE='YES'
export USE_PYSIEVED='YES'
export USE_POP3='YES'
export USE_POP3S='YES'
export USE_IMAP='YES'
export USE_IMAPS='YES'
export ENABLE_DOVECOT="YES"
export DOVECOT_PROTOCOLS=' pop3 pop3s imap imaps'
export ENABLE_DOVECOT_SSL="YES"
export USE_RCM='YES'
export DEFAULT_LANG='en_US'
export USE_PHPMYADMIN='YES'
export USE_POSTFIXADMIN='YES'
export USE_AWSTATS='YES'
export SITE_ADMIN_NAME='postmaster@autocarspare.com'
export MAIL_ALIAS_ROOT='XXXXXXXXXX@XXXXXXXXXX.com'