Web Hosting Talk







View Full Version : openwebmail config question


eee
06-21-2003, 10:56 AM
I am trying to install openwebmail

Here's what I have done so far, at the www.mydomain.com/openwebmail/

It says:

/home/openwebmail/cgi-bin/openwebmail/openwebmail-tool.pl --init

Please change the following options in openwebmail.conf
from
dbm_ext .db
dbmopen_ext %dbm_ext%
dbmopen_haslock
to
dbm_ext .db
dbmopen_ext %dbm_ext%
dbmopen_haslock yes

I went into>

/home/openwebmail/cgi-bin/openwebmail/etc/openwebmail.conf

and got the
Open Webmail config file

Where is the above file and how do I change it to yes?

Thanks

mlegler
06-24-2003, 03:38 AM
it's there where you said it is: /home/openwebmail/cgi-bin/openwebmail/etc/openwebmail.conf but there are no db... entires in our one. You just might just want to add them? Although I don't know for what it is, our setup works fine without those db... entires.

I also noticed this /home/openwebmail/cgi-bin/openwebmail/openwebmail-tool.pl tool doesn't do anything here; whatever options are entered, it displays the Syntax message. Guess it for a stand-alone installation, not for virtual sites.

Best regards

eee
06-25-2003, 09:30 AM
Thanks for the reply

So, do I just add:

dbm_ext .db
dbmopen_ext %dbm_ext%
dbmopen_haslock yes

to the end of the file?

because I cant find:

dbm_ext .db
dbmopen_ext %dbm_ext%
dbmopen_haslock

to change it

Will this work?