You only need to change the file
/usr/share/squirrelmail/plugins/vlogin/data/config.php
If you look at it you see examples for several options.

What you want is something like this (and the rest of the config file..)

$virtualDomains = array(
  'company123.com' => array(
        'org_name'   => 'Company 123',
        'org_logo'   => '../images/logo_company123.gif',
   ),
);

There is no other way then just editing the file direct.

The vlogin plugin accepts both, with and without domain usernames.

Depending on what you want to to provide your users with you need to make small changes. I use http://webmail.company123.com so I added something like to /etc/httpd/conf/squirrelmail.conf

<VirtualHost webmail:80>
   ServerAlias webmail.*
   DocumentRoot /usr/share/squirrelmail
   ErrorLog logs/webmail.error_log
   CustomLog logs/webmail.access_log combined
</VirtualHost>


This is not ment as an step by step guide, but just some pointers in (i hope) the good direction.

Jean-Paul



----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, April 15, 2006 3:50 AM
Subject: RE: [qmailtoaster] multiple login pages for webmail



Per the suggestions, we have downloaded and installed the latest
qmailtoaster files on a test server along with the vlogin plugin for
squirrelmail.

We have been going through the documentation for the vlogin plugin but are
not quite sure of all the changes we would need to make in what files.

Could someone let us know which files and lines we would typically need to
change (or a more basic config file) if we wanted 3 domains such as
company123.com, companyabc.com and test.com able to see separate logos on
different URL addresses?

Are there any step by step guides for setting up the vlogin plugin?

Is the configuration done just in the files themselves (in a terminal
window) or is there another method for configuring?

Also, is it possible for 2 domains to accept the [EMAIL PROTECTED] and 1
domain to accept just "username" to login with vlogin plugin?

Will we have to make changes to the apache files for different domain
names to be used in the URL addresses?

Thanks in advance



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to