This file is indexed.

/usr/share/roundcube/plugins/dovecot_impersonate/config.inc.php.dist is in roundcube-plugins-extra 0.7-20120110.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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'] = '*';

?>