Re: [exim] Exim Programming Project - PHP Feature control Pr…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Avleen Vig
Datum:  
To: exim-users
Betreff: Re: [exim] Exim Programming Project - PHP Feature control Program
On Sat, Jan 07, 2006 at 07:39:13PM -0800, Marc Perkel wrote:
> Actually it's not. I downloaded vexim and I couldn't get it to even talk
> to even open the database. All I got was DB Error: connect failed
> And - vexim seems hard coded to MySQL and that's not what I'm using. All
> I want to do is give the users a way to change some text files and use
> IMAP to authenticate. I was hoping vexim would do it but I got nowhere,
> and, I'm trying to keep it simple.


It's not hard coded at all. It uses the Pear DB module to abstract the
database layer. It works with PostgreSQL as well as MySQL.
I haven't tested it with other RDBMS's because I don't have any
installed.

I don't remember you asking for help either :-)
which database are you using? Did you specify the database type in
vexim/config/variables.php on the $sqltype line?

v3 will also have a webinstaller I hope wihch will make installation a
lot easier. Your help would be very much appreciated if you can assist
us.