• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde vacation & forwards modules

Hi there,

We are looking to do the same on our Plesk setup. A client has seen the "forwards" option in other Horde installs and wants it on this server.

So far, we've got the forwards module being recognized by the Horde Administration -> Setup -> Application page, but are at a loss as to what to supply for settings.

This is what we have in our conf.php file, located in /usr/share/psa-horde/forwards/config/

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: forwards/config/conf.xml,v 1.13 2008-06-20 17:47:51 jan Exp $
$conf['server']['params']['default']['host'] = localhost;
$conf['server']['params']['default']['user'] = 'admin';
$conf['server']['params']['default']['pass'] = '*ourcurrentpleskadminpassword*';
$conf['server']['driver'] = 'plesk';
$conf['enabled']['keeplocal'] = true;
$conf['enabled']['authenticate'] = false;
$conf['enabled']['fullemail'] = true;
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',
'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd',
'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games',
'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty',
'www');
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

The forwards option comes up when someone logs in to webmail, but when you try to access it, it gives

"Login is incorrect."

We assume it's something to do with the username and password specificed for the plesk driver, but we don't know what username and password should be there. We tried root, the admin user for plesk, and a regular account to no avail. Same error.

We are very close to getting this working, but the documentation is almost non-existent for the forwards module.

Thanks in advance.
 
Back
Top