File plesk.password.inc.php of Package roundcubemail-selfcontained
<?php // Poppassd Driver options // ----------------------- // The host which changes the password $config['password_driver'] = 'poppassd'; $config['password_pop_host'] = 'localhost'; // TCP port used for poppassd connections $config['password_pop_port'] = 106;