瀏覽單個文章
isnowcloud
Regular Member
 

加入日期: Feb 2015
文章: 65
安裝完有提供一份文件供推敲
修改的部分還真不少,niginx轉到lighttpd要來研究一下

代碼:
First mail user:
    * Username: OO
    * Password: XX
    * SMTP/IMAP auth type: login
    * Connection security: STARTTLS or SSL/TLS

    You can login to webmail with this account, login name is full email address.


SSL cert keys (size: 2048):
    - /etc/ssl/certs/iRedMail.crt
    - /etc/ssl/private/iRedMail.key

Mail Storage:
    - Root directory: /var/mail
    - Mailboxes: /var/mail/vmail1
    - Backup scripts and copies: /var/mail/backup

Apache:
    * Configuration files:
        - /etc/apache2
        - /etc/apache2/apache2.conf
        - /etc/apache2/conf.d/*
    * Directories:
        - /usr/share/apache2
        - /var/www
    * See also:
        - /var/www/index.html

Nginx:
    * Configuration files:
        - /etc/nginx/nginx.conf
        - /etc/nginx/conf.d/default.conf
    * Directories:
        - /etc/nginx
        - /var/www
    * See also:
        - /var/www/index.html

php-fpm:
    * Configuration files:
        - /etc/php5/fpm/pool.d/www.conf
    * Socket: /var/run/php-fpm.socket

uWSGI:
    * Configuration files:
        - /etc/uwsgi/apps-available
    * Socket for iRedAdmin: /var/run/uwsgi_iredadmin.socket
PHP:
    * PHP config file for Apache: /etc/php5/apache2/php.ini
    * PHP config file for Nginx: /etc/php5/fpm/php.ini
    * Disabled functions:

MySQL:
    * Root user: root, Password: GG
    * Bind account (read-only):
        - Username: vmail, Password: XX
    * Vmail admin account (read-write):
        - Username: vmailadmin, Password: YY
舊 2015-05-02, 08:28 PM #13
回應時引用此文章
isnowcloud離線中