[horde] Horde Forwards configuration
Manuel Molina Cuberos
mmolina at webactiva.com
Thu Feb 14 17:26:53 UTC 2008
Hello all!
I've sucessfully configured "Vacation" in our Horde installation (see below)
With that, I can put a filter via FTP on the same machine,
authenticating with "username at mydomain.com" and the password, both the
credentials of the same session in Horde.
Well, the problem is ... when I try to do the same with the Forward
section (the second block, below)
I've got the message "Failure in setting forward: Authentication to FTP
server failed. Check your username and password"
The log of our FTP server says that the user "username" (without
@mydomain.com) does not exist.
How can I configure Horde to send the full credentials in the Forwards
section ?
Here are my current configuration files:
Vacation configuration:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: vacation/config/conf.xml,v 1.15 2006/03/13 18:05:58 jan Exp $
$conf['vacation']['path'] = '/usr/bin/vacation';
$conf['vacation']['default'] = 'Subject: Vacation message' . "\n" . "I'm
out of town.";
$conf['vacation']['subject'] = true;
$conf['server']['params']['default']['host'] = 'localhost';
$conf['server']['params']['default']['port'] = 21;
$conf['server']['params']['default']['pasv'] = false;
$conf['server']['params']['default']['hordeauth'] = 'full';
$conf['server']['params']['default']['norealm'] = false;
$conf['server']['params']['default']['dbtype'] = 'hash3';
$conf['server']['driver'] = 'forwards';
$conf['aliases']['show'] = false;
$conf['aliases']['driver'] = 'none';
$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('horde', 'imp');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
Forwards configuration:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: forwards/config/conf.xml,v 1.7 2005/04/13 18:06:16 chuck Exp $
$conf['server']['params']['default']['host'] = 'localhost';
$conf['server']['params']['default']['port'] = 21;
$conf['server']['params']['default']['pasv'] = false;
$conf['server']['driver'] = 'forwards';
$conf['enabled']['keeplocal'] = true;
$conf['enabled']['authenticate'] = false;
$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('horde', 'imp');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mmolina.vcf
Type: text/x-vcard
Size: 348 bytes
Desc: not available
Url : http://lists.horde.org/archives/horde/attachments/20080214/dbd963df/attachment.vcf
More information about the horde
mailing list