Hi, I did the basic install onto my RH 7.3 ./configure make configure-check make make check make install-strip make install-configure
In the httpd.conf file <VirtualHost> ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/local/share/sqwebmail/mydomain.com ServerName mydomain.com Error_log /var/error_log CustomLog /var/access_log SetEnv SQWEBMAIL_TEMPLATEDIR /usr/local/share/sqwebmail ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" Alias /icons/ "/var/www/html/webmail/" </VirtualHost> I copied /usr/local/share/sqwebmail/html/en-us to /usr/local/share/sqwebmail/mydomain.com with chmod 755 permission. chmod 755 /var/www/html/webmail chmod 755 /usr/local/share/sqwebmail When I point my I.E., I'm getting "Can't open form template". I have checked in the archive, but there is no explanation for solving this problem. Any help is greatly appreciated!
