Рубрики
mail \ почта

Roundcube \ установка \ mail webclient

Ссылки:

http://ttham.com/?p=444 - еще руководство
http://roundcube.ru/docs/Howto_Install.html - руководство
http://www.php.net/manual/en/timezones.php - временные зоны

Скачиваем:

0)Скачиваем с http://roundcube.net/download и устанавливаем по инструкции

Типичная ошибка:


suhosin.session.encrypt: NOT OK(is ’1′, should be ’0′)
To work around the problem, you need to do the following

nano  /etc/php5/conf.d/suhosin.ini
убрать кавычку suhosin.session.encrypt = 0 и выставить 0



Устанавливаем:

Установим пакеты без которых ничего не будет работать.
apt-get install php5-mcrypt
apt-get install php5-imap
apt-get install php5-intl

Настройка временной зоны:

nano  /etc/php5/apache2/php.ini
search within vi using the command /timezone
uncomment “date.timezone“
set the value to one of the supported timezone listed on this page
Restart apache2 - service apache2 restart