Страница 1 из 1
Roundcube создание папок /отправленные/ черновик/ итп
Добавлено: 2010-07-27 11:53:51
Саша
День добрый поставил куб к ехиму посмотрел всё здорово не подскажите реально ли чтобы для каждого емайла автоматически создавались папки такие как
Черновики
Отправленные
СПАМ
Корзина
по умолчанию только одна папка идёт -
Входящие
чтоб для каждой учётки не лезть и не добавлять иххх ..??

Re: Roundcube создание папок /отправленные/ черновик/ итп
Добавлено: 2010-07-27 12:09:08
LimpTeaM
Код: Выделить всё
cat /usr/local/www/roundcube/config/main.inc.php | grep create
// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
$rcmail_config['auto_create_user'] = TRUE;
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a new contact these are the object classes to specify (or any other classes you wish to use).
Re: Roundcube создание папок /отправленные/ черновик/ итп
Добавлено: 2010-07-27 12:10:28
Саша
LimpTeaM писал(а):Код: Выделить всё
cat /usr/local/www/roundcube/config/main.inc.php | grep create
// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
$rcmail_config['auto_create_user'] = TRUE;
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a new contact these are the object classes to specify (or any other classes you wish to use).
Бббллааггооддааррюю!!!!
