Roundcube Community Forum

 

dbmail forwards

Started by richcarroll, September 03, 2010, 10:55:48 PM

Previous topic - Next topic

richcarroll

I have set up a dbmail mail server and am using roundcube as my webmail client. I can change passwords but am having problems finding a way to allow the users to manage their forwards. Has anyone made a plugin to do this? or point me towards a plugin that I can easily hack to make work for dbmail?

Thanks
rich

SKaero

If I understand dbmail its just a storage layer you would need to setup forwarding with your MTA (Postfix, SendMail, QMail, Exim).

richcarroll

Postfix interfaces directly with MySQL or PostgreSQL to check for aliases before sending mail to dbmail. All the aliases are stored in the aliases table. they are mapped to internal mailboxes or external email addresses. I can add them through the command line or strait into the db. I can already add them through an admin tool I built to manage the mailboxes. Its pretty simple if there was already a plugin that was sql based to manage aliases I am sure I could modify it to my needs. The only plugin I have found so far is an hmail plug in but from my limited understanding of how plug ins work it appears to be not what I am looking for.

rich

SKaero