Re: Forwards and horde 4

Pieterjan Heyse <[email protected]> Mon, 21 Nov 2011 08:11:15 +0000
Newsgroups gmane.comp.horde.sork
Message-ID <1383E45B609E04439B4F9BE41147C81D7789E2E8@1-shugo.Scheppers.Lokaal>
> Zitat von Pieterjan Heyse <[email protected]>:
> 
> > Hi folks,
> >
> > Is there a forwards available that is compatible with the horde 4
> > framework? The nightly snapshots seem to contain just the horde 3
> > version.
> 
> No. Can't your forwarding setup be covered by Ingo?
> 
> Jan.

I just installed Ingo, but am a bit confused on how to accomplish what I want to do with the ingo application. I can understand that ingo should be the filter/forwarder/vacation application and that the legacy forwards should be abandoned, but I would like to point out my use case of 'forwards' so you developers can tell me if this is possible with ingo.

I am using postfix with a mysql backend. In the postfix database there is a table 'alias' which has this structure: 

CREATE TABLE IF NOT EXISTS `alias` (
  `id` int(11) NOT NULL auto_increment,
  `email` varchar(128) NOT NULL default '',
  `destination` text NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1321 ;

The users email/login goes in the email column and the address he/she wants to forward all mails to, has to be in the destination column. Before we upgraded to horde 4, forwards handled the users forwards.

At this moment I cannot find any configuration parameter in backends.php allowing me to configure this kind of setup, but please correct me if I'm wrong. 

Pieterjan


-- 
Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]