tips:iredmail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:iredmail [2017/01/31 14:31] igortips:iredmail [2022/02/16 11:15] (current) scipio
Line 1: Line 1:
-====== Installazione server di posta ======+====== Iredmail ======
  
-<code bash> +===== Install =====
-wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.6.tar.bz2+
  
-</code>+  * docker install 
 +  * docker-compose install 
 +  * zfs install on docker 
  
 +create volumes
 <code> <code>
-*************************************************************************                      +docker volume create iredmail_backup           # Backup copies 
-***************************** WARNING *********************************** +docker volume create iredmail_mailboxes        # All users' mailboxes 
-************************************************************************* +docker volume create iredmail_mlmmj            # mailing list data 
-*                                                                       * +docker volume create iredmail_mlmmj_archive    # mailing list archive 
-* Below file contains sensitive infomation (username/password), please  * +docker volume create iredmail_imapsieve_copy   # Used by Dovecot plugin 'imapsieve' 
-* do remember to *MOVE* it to a safe place after installation.          * +docker volume create iredmail_custom           # custom config files 
-*                                                                       * +docker volume create iredmail_ssl              # SSL cert/key files 
-*   * /root/iRedMail-0.9.6/config +docker volume create iredmail_mysql            # MySQL databases 
-*                                                                       * +docker volume create iredmail_clamav           # ClamAV database 
-************************************************************************* +docker volume create iredmail_sa_rules         # SpamAssassin rules 
-********************** Review your settings ***************************** +docker volume create iredmail_postfix_queue    # Postfix queues
-************************************************************************* +
- +
-* Storage base directory:               /var/vmail +
-* Mailboxes:                             +
-* Daily backup of SQL/LDAP databases:    +
-* Store mail accounts in:               MariaDB +
-* Web server:                           Nginx +
-* First mail domain name:               csgalileo.org +
-* Mail domain admin:                    postmaster@csgalileo.org +
-* Additional components:                Roundcubemail SOGo Awstats iRedAdmin Fail2ban+
 </code> </code>
 +
 +
  • tips/iredmail.1485869466.txt.gz
  • Last modified: 2017/01/31 14:31
  • by igor