I did that with "vi" but I still get only " - Mail" when logged in. This is the diff (I have only adjusted it to "mydomain.com" here):

$ diff config.php config.php.sample
21,24c21,24
< 'mydomain.com' => array(
< 'org_name' => 'My Domain 2',
< 'org_logo' => '../images/domain2_image.gif',
< 'org_title' => $_SESSION['username'] . ' - Mail'
---
> // 'domain2' => array(
> // 'org_name' => 'My Domain 2',
> // 'org_logo' => '../images/domain2_image.gif',
> // 'org_title' => $_SESSION['username'] . ' - Mail'
29c29
< ),
---
> // ),
148,149c148
< //$virtualDomainDataDir = '';
< $virtualDomainDataDir = '/pkg-local/squirrelmail/default/data/###VIRTUAL_DOMAIN###/';
---
> $virtualDomainDataDir = '';

Maybe it is a problem with php? Are you using 4.2.3 too? Maybe different versions doesn't handle the $_SESSION['username'] thing in the same way?

/Lilla


Since the $_SESSION['username'] seems to be correctly printing out, the
only thing I can imagine is that there is a problem in the vlogin config
file where there might be a missing comma or a quote not closed correctly
or a stray character that is disrupting that setting.  Try backing up that
file, reopening the sample config file with something like vi (don't edit
it remotely, don't cut and paste, blah blah blah) and make just the bare
minimum changes necessary for you to log in and try it again.  It really
should work.  Really.  It works fine here.  ;>


-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Reply via email to