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:
parent
840149b88d
commit
28a7c4c554
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue