• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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