diff --git a/en_US/faq/file.locations.md b/en_US/faq/file.locations.md index 0d597650..18f521b0 100644 --- a/en_US/faq/file.locations.md +++ b/en_US/faq/file.locations.md @@ -107,7 +107,7 @@ Additional config files under `/etc/dovecot/`: * Main config file is `/usr/local/etc/apache2/httpd.conf`. * Module config files are placed under `/usr/local/etc/apache2/Includes/`. * Root directory used to store web applications is `/usr/local/www/`, - document root is `/usr/local/www/apache22/data/`. + document root is `/usr/local/www/apacheXX/data/`. * Log files are placed under `/var/log/`, main log files are `/var/log/httpd-access.log` and `/var/log/httpd-error.log`. @@ -122,10 +122,13 @@ Additional config files under `/etc/dovecot/`: ## Nginx {: #nginx } -* On `Linux` and OpenBSD: Nginx config files are placed under `/etc/nginx/`, - uWSGI config files are placed under `/etc/uwsgi/`. -* On FreeBSD: Nginx config files are placed under `/usr/local/etc/nginx`, - uWSGI config files are placed under `/usr/local/etc/uwsgi/`. +* On `Linux` and OpenBSD: + * Nginx config files are placed under `/etc/nginx/` + * uWSGI config files are placed under `/etc/uwsgi/` +* On FreeBSD: + * Nginx config files are placed under `/usr/local/etc/nginx` + * Web applications are stored under `/usr/local/www` + * uWSGI config files are placed under `/usr/local/etc/uwsgi/` Main config files are `nginx.conf` and `default.conf`. diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md index df75614b..1cd702dd 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md @@ -198,6 +198,7 @@ Please follow steps below to setup this daily cron job. ``` cd /var/vmail/backup/ wget https://bitbucket.org/zhb/iredmail/raw/default/iRedMail/tools/backup_sogo.sh +chmod 0400 backup_sogo.sh ``` * This script will create new directory under `/var/vmail/backup` like below diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.7-0.9.8.md b/en_US/upgrade/0-upgrade.iredmail.0.9.7-0.9.8.md index 2c51fdf2..01280a51 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.7-0.9.8.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.7-0.9.8.md @@ -13,6 +13,11 @@ ## ChangeLog +* TODO [SQL backends] Update SQL structure: + * New column: `domain.maillists` + * New table: `vmail.maillists` +* TODO Update Postfix main.cf: `b.barracudacentral.org=127.0.0.[2..11]*2` -> `b.barracudacentral.org=127.0.0.2*2` +* TODO Update sogo backup script. ## General (All backends should apply these steps) diff --git a/html/file.locations.html b/html/file.locations.html index f507eaa8..f1f204f3 100644 --- a/html/file.locations.html +++ b/html/file.locations.html @@ -175,7 +175,7 @@
  • Main config file is /usr/local/etc/apache2/httpd.conf.
  • Module config files are placed under /usr/local/etc/apache2/Includes/.
  • Root directory used to store web applications is /usr/local/www/, - document root is /usr/local/www/apache22/data/.
  • + document root is /usr/local/www/apacheXX/data/.
  • Log files are placed under /var/log/, main log files are /var/log/httpd-access.log and /var/log/httpd-error.log.
  • @@ -194,10 +194,17 @@

    Nginx

    Main config files are nginx.conf and default.conf.

    cd /var/vmail/backup/
     wget https://bitbucket.org/zhb/iredmail/raw/default/iRedMail/tools/backup_sogo.sh
    +chmod 0400 backup_sogo.sh