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 about what's going on here.
 
 

Any help will be highly appreciated!!!

Hugo Escobar

Reply via email to