turnkey-init
apt-get update && apt-get install bzip2 postfix-policyd python libapache2-mod-python 
wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.8.1.tar.bz2
tar -xvf iRedMail-0.8.1.tar.bz2
cd iRedMail-0.8.1/
bash ./pkgs/get_all.sh
bash ./iRedMail.sh
/etc/init.d/slapd restart
/etc/init.d/mysql restart
/etc/init.d/postfix restart
/etc/init.d/iredapd restart
/etc/init.d/dovecot restart
/etc/init.d/apache2 restart

1) Увеличиваем размер писем в postfix

# postconf -e message_size_limit='41943040'

2) Меняем в файле /etc/php5/apache2/php.ini параметры:

u
upload_max_filesize = 100M;
post_max_size = 120M;
memory_limit = 512

3) Настраиваем Roundcube -/usr/share/apache2/roundcubemail-0.7.2/.htaccess меняем параметры

php_value upload_max_filesize 40M
php_value post_max_size 40M
php_value memory_limit 256M

4) Применяем параметры и перезагружаем сервер

5) Настройки iredmail по-умолчанию хранятся в файле /usr/share/apache2/roundcubemail/config/main.inc.php
Например вот так можно отключить обязательно перенаправление https:

$rcmail_config['force_https'] = false;
Enter your comment. Wiki syntax is allowed:
 
  • linux_faq/настроика-iredmail-on-turnkey-lamp-template.txt
  • Last modified: 2019/02/11 09:13
  • by 127.0.0.1