[sork] Forward module not working using postfixadmin option

Muzammel Asghar muzammel.linux at gmail.com
Fri Feb 25 14:33:56 UTC 2011


Hi Guys

I have run mail server on postfix with virtual domains/users, i want to
setup forwarding , as an alias style in postfix db using forward module, i
setup it using postfxadmin option and using mysql but it cant work, can
forward module support postfix ??

My Setup Contains Horde (3.3.9), Forwards H3 (3.2.1)

Here below generate conf.php file.

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: forwards/config/conf.xml,v 1.7.2.4 2009/08/18 12:54:50 jan Exp $
$conf['server']['params']['persistent'] = false;
$conf['server']['params']['username'] = 'horde2';
$conf['server']['params']['password'] = 'abcxyz';
$conf['server']['params']['hostspec'] = 'remote db server';
$conf['server']['params']['port'] = 3306;
$conf['server']['params']['protocol'] = 'tcp';
$conf['server']['params']['database'] = 'postfix';
$conf['server']['params']['charset'] = 'utf-8';
$conf['server']['params']['ssl'] = false;
$conf['server']['params']['splitread'] = false;
$conf['server']['params']['phptype'] = 'mysql';
$conf['server']['params']['driverconfig'] = 'custom';
$conf['server']['driver'] = 'postfixadmin';
$conf['enabled']['keeplocal'] = true;
$conf['enabled']['authenticate'] = true;
$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('horde', 'imp');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

When i setup forwards, its says forward has been setup, but nothing update
in postfix db table, and no forward has been setup.

Please suggest, about it.

Thanks
Muzi


More information about the sork mailing list