Aaron, Paul and others,
I had some ideas that i think that would increase the use of dbmail when we
talk about easy managment.
The first one is:
Create "drivers" to manage dbmail, in this first step the goal could be, create
users, delete users, update users passwd's.
An .NET assembly for who use .NET ASP, to use it with both, IIS or Mono.
"DBMail.dll" it's a nice name for it :)
(don't hit me because of this)
---
dim dbm as new DBMail
dbm.dbhost = 192.168.1.1
dbm.dbname = dbmail
dbm.dbuser = db_user
dbm.dbpass = db_pass
dbm.newuser("new_user","user_pw",41943040)
dbm.dispose
---
Then this function will create all the necesary alias etc etc, making a new
user creation simple as this, the same easy way to delete and update passwd's.
A connector/"driver" could exist in .NET, a PHP Class, for the two most used
languages.
Another thing is an outlookaddin, for ms outlook 2003 to manage sieve.
Don't know what you all think about this two ideas, but i'm sure they'll be
very helpfull.
I already started doing something about the .NET class, i'm just waiting to
have more free time to finish this.
I'll try to do something on the outlookaddin too.
Anybody wants to do this as a PHP Class, or help on the outlookaddin?
Aaron/Paul,
After you both pronunce about what you think about this, what do you think in
adding a menu on the dbmail website for this misc/third party
applications/addon's?
Jorge