[horde] Always show frame

Hermit klowther at cisnet.com
Sat Nov 20 22:47:43 PST 2004


Jan Schneider wrote:
> Zitat von Hermit <klowther at cisnet.com>:
> 
>> Any how, I was having problems staying logged in when I first entered 
>> a session
>> and the problem disappeared when I unchecked the box to force frames. 
>>   Some one
>> told me that it was sending 3 different cookies?  Just passing this 
>> along in
>> case it helps.
> 
> 
> Then you have a broken configuration, e.g. frames loaded from different
> hostnames or a wrong cookie_path setting.
> 

Well, I suppose you are not surprised you are correct.  This one has me going at 
the moment.  I configured this machine under the name think.localshops.org. 
That was supposed to be its name when I started.  It changed to cis.cisnet.com. 
  I did find I hadn't changed the name in /etc/hosts so I did that.  I have done 
a cat * |grep localshops in the apache, horde and imp configuration directories. 
  This looks like it is being set in the servers.php file just from the values 
around it.  I am using imp to auth.


s:6:"server";s:14:"cis.cisnet.com";s:3:"acl";b:0;s:5:"admin";b:0;s:5:"quota";
b:0;s:4:"port";i:143;s:8:"protocol";s:10:"imap/notls";s:7:"folders";s:0:"";
s:10:"maildomain";s:14:"localshops.org";s:9:"namespace";s:6:"INBOX.";


This is the servers entry though:

$servers['imap'] = array(
     'name' => 'IMAP Server',
     'server' => 'cis.cisnet.com',
     'hordeauth' => false,
     'protocol' => 'imap/notls',
     'port' => 143,
//    'folders' => 'mail/',
         'folders' => '',
     'namespace' => 'INBOX.',
     'maildomain' => 'cisnet.com',
     'smtphost' => 'cis.cisnet.com',
     'realm' => '',
     'preferred' => '',
     'dotfiles' => true,
     'hierarchies' => array()
);

I even rebooted after changing the hosts file.  The host name is set from 
/etc/sysconfig/network and that was right.  The correct name shows when booting. 
  The command hostname shows the correct name.  Could this be the reason I get 
blank pages when I switch to Postgres based sessions?  I did check and the 
sessions db is in the horde db and db connection doesn't seem to be a problem 
with any thing else.

Thanks
Ken



More information about the horde mailing list