1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

[fix] Set proper dovecot_separator for ldapAliasSync plugin

This commit is contained in:
Jérôme Lebleu 2016-03-30 16:50:00 +02:00
parent 840149b88d
commit 28a7c4c554

View file

@ -133,7 +133,7 @@ $config['logout_url'] = 'https://'.$main_domain.'/yunohost/sso/?action=logout';
$config['ldapAliasSync'] = array(
// Mail parameters
'mail' => array(
'dovecot_seperator' => '*',
'dovecot_separator' => '+',
),
// LDAP parameters
'ldap' => array(