I am having trouble using domain-based templates.
Any have a clue why they will not work.
My server config is
Redhat 6.2
Apache web server
qmail
vpopmail
sqwebmail-0.99
First of all sqwebmail works fine when I go to
http://www.mydomain.com/cgi-bin/sqwebmail
But when I go to http://webmail.theotherdomain.com/cgi-bin/sqwebmail
I get an error that says "Can't find the form template"
I have several VirtualHosts and in the container I placed
the code as instructed in the INSTALL...
<VirtualHost webmail.theotherdomain.com>
DocumentRoot /home/dha/mail
ServerName webmail.theotherdomain.com
SetEnv SQWEBMAIL_TEMPLATEDIR
/usr/local/share/webmail/webmail.theotherdomain.com
</VirtualHost>
The VirtualHost www.theotherdomain.com works fine in apache and the websever
is responding to
correctly to webmail.theotherdomain.com. The sqwebmail binary is out
putting the error when I use the SetEnv directive in the container.
Thanks for any help!
Arkned