Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:iredmail [2017/01/31 14:46] – igor | tips:iredmail [2022/02/16 11:15] (current) – scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | <code bash> | + | ===== Install ===== |
- | wget https:// | + | |
- | </ | + | * docker install |
+ | * docker-compose install | ||
+ | * zfs install on docker | ||
+ | create volumes | ||
< | < | ||
- | ************************************************************************* | + | docker volume create iredmail_backup |
- | ***************************** WARNING *********************************** | + | docker volume create iredmail_mailboxes |
- | ************************************************************************* | + | docker volume create iredmail_mlmmj |
- | * * | + | docker volume create iredmail_mlmmj_archive |
- | * Below file contains sensitive infomation (username/ | + | docker volume create iredmail_imapsieve_copy |
- | * do remember to *MOVE* it to a safe place after installation. | + | docker volume create iredmail_custom |
- | * * | + | docker volume create iredmail_ssl |
- | * * / | + | docker volume create iredmail_mysql |
- | * * | + | docker volume create iredmail_clamav |
- | ************************************************************************* | + | docker volume create iredmail_sa_rules |
- | ********************** Review your settings ***************************** | + | docker volume create iredmail_postfix_queue |
- | ************************************************************************* | + | |
- | + | ||
- | * Storage base directory: | + | |
- | * Mailboxes: | + | |
- | * Daily backup of SQL/ | + | |
- | * Store mail accounts in: | + | |
- | * Web server: | + | |
- | * First mail domain name: | + | |
- | * Mail domain admin: | + | |
- | * Additional components: | + | |
</ | </ | ||
- | < | ||
- | ************************************************************************* | ||
- | * iRedMail-0.9.6 installation and configuration complete. | ||
- | ************************************************************************* | ||
- | < Question > Would you like to use firewall rules provided by iRedMail? | ||
- | < Question > File: / | ||
- | [ INFO ] Copy firewall sample rules: / | ||
- | < Question > Restart firewall now (with SSHD port 22)? [y|N]N | ||
- | [ INFO ] Updating ClamAV database (freshclam), | ||
- | ERROR: / | ||
- | ERROR: Problem with internal logger (UpdateLogFile = / | ||
- | ******************************************************************** | ||
- | * URLs of installed web applications: | ||
- | * | ||
- | * - Roundcube webmail: httpS:// | ||
- | * - SOGo groupware: httpS:// | ||
- | * | ||
- | * - Web admin panel (iRedAdmin): | ||
- | * | ||
- | * You can login to above links with below credential: | ||
- | * | ||
- | * - Username: postmaster@csgalileo.org | ||
- | * - Password: XXXXXXXXXX | ||
- | * | ||
- | * | ||
- | ******************************************************************** | ||
- | * Congratulations, | ||
- | * read below file for more information: | ||
- | * | ||
- | * - / | ||
- | * | ||
- | * And it's sent to your mail account postmaster@csgalileo.org. | ||
- | * | ||
- | ********************* WARNING ************************************** | ||
- | * | ||
- | * Please reboot your system to enable all mail services. | ||
- | </ |