1

Topic: iRedAPD and sql plugin

Hi all,
got your message about iRedAPD-1.2.3 releae, thanks!

I use iRedMAil with mySQL support and I want use iRedAPD too. I remember, I read something about sql-plugin. Where can I get it?

Thx a lot,
mbsouth

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iRedAPD and sql plugin

Currently iRedAPD-1.2.3 doesn't support SQL sad

Do you want to restrict mail alias?

3

Re: iRedAPD and sql plugin

ZhangHuangbin wrote:

Currently iRedAPD-1.2.3 doesn't support SQL sad

Do you want to restrict mail alias?

Thx fpr your reply!
Yes. I created aliases and forward it to other adresses ( some > 100 ) to use it like a mailing list.
It works but its possible to send answer to this aliases.
I know it works with Postfix restriction classes [per user] but whats about performance?

What I need is a mailing-list-manager like mailman -> version 3 (its just alpha!!!! without user interface).
Customer should create mailing-lists and addresses with a web-gui.

4

Re: iRedAPD and sql plugin

mbsouth wrote:

Yes. I created aliases and forward it to other adresses ( some > 100 ) to use it like a mailing list.

It should be easy to hack iRedAPD to make it work with MySQL alias.

- Modify src/iredapd.py, replace LDAP related stuffs by MySQL stuffs.
- Write a plugin like src/plugins/maillist_access_policy.py.

That's all.