Hello,
I begin to loose my hope for getting any sensible cooperation with this
list but since i will hack on vpopmail anyway, i'll post more ideas here.
But it's for the last time.
If i wont get any feedback/discussion i will start to work on vpopmail on
my own.
The drawback of this is
a) i wont have any beta testers/supporters
b) you wont get my code when it's finished (i will use it on my own only).
Anyway, in the spirit of my previous e-mail, i would like to move all the
aliases/forwards into the database.
I will store it in the sql database (mysql in my case).
There is 2 ideas in my mind , how this could be accomplished:
a) 2 tables with names: forwards_domain_name_com , aliases_domain_name_com
b) 1 table that will contain information from both tables from a) with
additional "type" field to let vpopmail know if certain forward is local or
not.
Let me know what do you think about it.
My second step would be to move the autoresponder/vacation functionality to
the database too.
Kris