Hugo,
The problem is that you should not be specifying the language directory,
you need only to specify the directory within which are all your
language subdirectories.
ie: > setenv SQWEBMAIL_TEMPLATEDIR
/usr/local/share/sqwebmail/mail.mydomain.com
Leeman
----- Original Message -----
From: Hugo Escobar <[EMAIL PROTECTED]>
Date: Tuesday, January 2, 2001 12:43 pm
Subject: Can't open form template
> Hi there:
>
> I need to have my server dealing with different web templates for
> different virtual domains.
> Everything is working fine (qmail,vpopmail,etc)
>
> I included below the lines I changed in my httpd.conf:
> (as indicated in .<path to sqwebmail sources>/INSTALL.html )
>
> .......
>
> NameVirtualHost <my IP addr>
>
> <VirtualHost - my IP addr -- >
> ServerAdmin [EMAIL PROTECTED]
> ServerName mail.mydomain.com
> setenv SQWEBMAIL_TEMPLATEDIR
> /usr/local/share/sqwebmail/mail.mydomain.com/en-us
> ErrorLog /var/log/mail.mydomain.com-error_log
> CustomLog /var/log/mail.mydomain.com-access_log common
> </VirtualHost>
> .......
>
> (Restarted the server after this ---> #apachectl restart)
>
> I only get this when try to access the sqwebmail app from any of the
> virtual domains:
>
>
> Can't open form template
>
>
> The server logs don't show anything broken, I don't have any clue
> aboutwhat's going on here.
>
>
>
> Any help will be highly appreciated!!!
>
> Hugo Escobar
>