Hi -


Thanks to the excellent Linux Qmail Toaster doc, I have everything running for one domain.

I've added a second domain using

/home/vpopmail/bin/vadddomain second.domain [password]

and I can see it via /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]

My question: how do I configure sqwebmail to work in more than one cgi-bin at a time? I want to use sqwebmail in the cgi-bin directory of each of my virtual hosts, but running ./configure, make, and make install-strip seems like it will clobber a lot of things that are outside of the first host's cgi-bin directory, breaking the first host's sqwebmail installation.

What am I missing?

Is it safe to do something like this for second.domain:

./configure --without-authdaemon --with-authvchkpw --enable-cgibindir=/www/second-domain/cgi-bin \
--enable-imagedir=/www/second-domain/docs/webmail --enable-imageurl=http://www.second.domain/webmail


and then run another make/make install-strip?

Any suggestions or pointers is appreciated. I tried the archives but didn't see anything specifically relating to cgi-bin and multiple name-based virtual hosts.



Reply via email to