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
tips:iredmail [2017/05/31 11:44] – [postinstall] scipiotips:iredmail [2022/02/16 11:15] (current) scipio
Line 1: Line 1:
-====== iredmail ======+====== Iredmail ======
  
 ===== Install ===== ===== Install =====
  
-  * from http://www.iredmail.org/docs/install.iredmail.on.debian.ubuntu.html +  * docker install 
- +  * docker-compose install 
-<file txt /etc/hostname> +  * zfs install on docker 
-mail +
-</file> +
- +
-<file txt /etc/hosts> +
-127.0.0.1 mail.veronamobile.it mail localhost +
-</file> +
- +
-reboot machine, download iredmail from [[http://www.iredmail.org/download.html|here]] and run installer +
-<code bash> +
-bash iRedMail.sh +
-</code> +
- +
-==== postinstall ==== +
- +
-* diable sogo notifications via mail +
-<code bash> +
-crontab -u sogo -e +
-</code> +
- +
-add MAILTO="" +
- +
-* reboot machine to restart all services configured by iredmail +
- +
- +
- +
-URLs of installed web applications (username: postmaster@veronamobile.it): +
-  * - Roundcube webmail: https://mail.veronamobile.it/mail/ +
-  * - SOGo groupware: https://mail.veronamobile.it/SOGo/ +
-  * - Web admin panel (iRedAdmin): https://mail.veronamobile.it/iredadmin/ +
- +
-===== old ===== +
- +
- +
-<code bash> +
-wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.6.tar.bz2 +
- +
-</code>+
  
 +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>
  
-<code> 
-************************************************************************* 
-* iRedMail-0.9.6 installation and configuration complete. 
-************************************************************************* 
  
-< Question > Would you like to use firewall rules provided by iRedMail? 
-< Question > File: /etc/default/iptables, with SSHD port: 22. [Y|n]Y 
-[ INFO ] Copy firewall sample rules: /etc/default/iptables. 
-< Question > Restart firewall now (with SSHD port 22)? [y|N]N 
-[ INFO ] Updating ClamAV database (freshclam), please wait ... 
-ERROR: /var/log/clamav/freshclam.log is locked by another process 
-ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log). 
-******************************************************************** 
-* URLs of installed web applications: 
-* 
-* - Roundcube webmail: httpS://mail.csgalileo.org/mail/ 
-* - SOGo groupware: httpS://mail.csgalileo.org/SOGo/ 
-* 
-* - Web admin panel (iRedAdmin): httpS://mail.csgalileo.org/iredadmin/ 
-* 
-* You can login to above links with below credential: 
-* 
-* - Username: postmaster@csgalileo.org 
-* - Password: XXXXXXXXXX 
-* 
-* 
-******************************************************************** 
-* Congratulations, mail server setup completed successfully. Please 
-* read below file for more information: 
-* 
-*   - /root/iRedMail-0.9.6/iRedMail.tips 
-* 
-* And it's sent to your mail account postmaster@csgalileo.org. 
-* 
-********************* WARNING ************************************** 
-* 
-* Please reboot your system to enable all mail services. 
-</code> 
  • tips/iredmail.1496223869.txt.gz
  • Last modified: 2017/05/31 11:44
  • by scipio