cd /path/to/squirrell-root-dir/plugins

wget "http://squirrelmail.org/countdl.php?fileurl=http%3A%2F%2Fwww.squirrelmail.org%2Fplugins%2Fvlogin-3.10.2-1.2.7.tar.gz";

tar xfvz vlogin-3.10.2-1.2.7.tar.gz
cd vlogin/data
cp config.php.sample config.php
vi config.php ( read the file, have explicit documentation )

-> simple add something like this at

-- cut --
$virtualDomains = array(
      'your-domain.com' => array(
          'domain' => 'your-domain.com',
          'org_name'   => 'Your ORG NAME',
'org_title' => '(isset($_SESSION["username"]) ? $_SESSION["username"] . " - ORG NAME Mail" : "Mail")',
      ),
);
-- end cut --

-> comment other examples from $virtualDomains
-> read the rest of the file

cd /path/to/squirrell-root-dir/config
./config.pl

type 8
type the number of vlogin plugin, from the "Available Plugins" section
type S
type Q

-> try to log on webmail with user and pass

--
T.Bogdan
http://www.direkt.ro



---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to