On 8/24/07, Deephay <tudoxxx@xxxxxxxxx> wrote: > Greetings all, > > I have several virtual host site on my server, and I am trying to use > vlogin to enable virtual host login for them. Everything is find, but > I found that the variables: > > $org_title, $provider_uri, $provider_name Can you show that some other variable override DOES work? I might first check that the file is being used at all. You could test it quickly (and break SM briefly) by just putting something like this at the top of the domain config file: echo "HELLO WORLD"; exit; If that seems to work, then try working with the array index value you have for the $virtualDomains array (in your example "mekilo"). > does not work, they are always the defaut "SquirrelMail" things, my > configuration files is in the vlogin/domail dir: > > site.com.vlogin.config.php: > > // global ..... > > $useDomainFromVirtDomainsArray = 0; > $useDomainFromServerEnvironment = 1; > > $virtualDomains = array( > > 'mekilo' => array( > 'org_name' => 'Test Site', > 'org_title' => 'test', > 'provider_uri' => 'http://www.site.com', > 'provider_name' => 'Tech', > 'dontUseHostName' => 1, > 'smHostIsDomainThatUserLoggedInWith' => 1, > // 'settingsWithEmbeddedPHP' => array( > // 'org_title', > // ), > ), > ); > > $vlogin_debug = 0; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users