You want to be able to customize the sqwebmail web pages for each client,
like different background and such,  is that correct? That is easily done.
Assuming you have a standard install
copy the /usr/local/share/sqwebmail/html directory structure
to /usr/local/share/sqwebmail/company1-html
Make you html changes to these html files.
Then in your webserver config for that virtual domain you have to set the
environment variable. I run apache so it would look like this in the virtual
domain configuration
<VirtualHost company1.domain.whatever>
SetEnv SQWEBMAIL_TEMPLATEDIR /usr/local/share/sqwebmail/company1-html
....rest of virtualhost config....
</VirtualHost>

That should do it. Company 2 & 3 would be done the same way.

Mike White


----- Original Message -----
From: "Jens Georg" <[EMAIL PROTECTED]>
To: "sqwebmail" <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 11:54 AM
Subject: sqwebmail 3.0.0


> hi,
>
> i am managing a qmail box with vpopmail and sqwebmail which is used for
> customers of three different companies. each of the three companies would
> like to have their own outlook for their sqwebmail users.
>
> so, is it possible to use different designs for only one installed
> sqwebmail binfile ? i don't like to set it up three times in different
> locations on the system.
>
>
> --
> gruss,jens
> --------------------------------------------------------------------------
-
> instant networks - netzwerkmanagment & internetfullservices
>

Reply via email to