summaryrefslogtreecommitdiff
path: root/plugins/dovecot_impersonate/config.inc.php.dist
blob: a631d365f83c2d8e4493e557ba8acf8266984067 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

// set the dovecot seperator character. Check your dovecot config file for 'auth_master_user_separator'
//
// to read about this dovecot feature go to:  http://wiki.dovecot.org/Authentication/MasterUsers
//

$rcmail_config['dovecot_impersonate_seperator'] = '*';

?>