[sork] Re: Sork modules problem
Mark Toomey
mark at fcs.uga.edu
Tue Feb 3 13:16:53 PST 2004
On Tue, Feb 03, 2004 at 09:03:09AM -0500, John Dalbec wrote:
>
>
> Mark Toomey wrote:
>
> >It appears that all of my sork stuff has problems. Here's my setup:
> >
> >Horde: 2.2.4
> >IMP: 3.2.2
> >Passwd: 2.2
> >Vacation: 2.2
> >Turba: 1.2.1
> >
> >I've gotten a CVS RELENG_2 of passwd, accounts, & vacation and configured
> >them appropriately.
>
> This is what my registry.php sections look like:
>
> $this->applications['accounts'] = array(
> 'fileroot' => dirname(__FILE__) . '/../accounts',
> 'webroot' => $this->applications['horde']['webroot'] . '/accounts',
> 'icon' => $this->applications['horde']['webroot'] .
> '/accounts/graphics/accounts.gif',
> 'name' => _("Account Manager"),
> 'allow_guests' => false,
> 'status' => 'active'
> );
>
> $this->applications['passwd'] = array(
> 'fileroot' => dirname(__FILE__) . '/../passwd',
> 'webroot' => $this->applications['horde']['webroot'] . '/passwd',
> 'icon' => $this->applications['horde']['webroot'] .
> '/passwd/graphics/lock.gif',
> 'name' => _("Password"),
> 'allow_guests' => false,
> 'status' => 'notoolbar'
> );
>
> $this->applications['vacation'] = array(
> 'fileroot' => dirname(__FILE__) . '/../vacation',
> 'webroot' => $this->applications['horde']['webroot'] . '/vacation',
> 'icon' => $this->applications['horde']['webroot'] .
> '/vacation/graphics/plane.gif',
> 'name' => _("Vacation Notices"),
> 'allow_guests' => false,
> 'status' => 'notoolbar'
> );
Changed mine (removed the 'show' => 'true' sections) but still no worky.
>
> >
> >passwd: I'm using poppassd and it works fine when I telnet to 106 and
> >change
> >a password, but when I try with a user under passwd/horde, as soon as I
> >type
> >in the new password twice and submit, it jumps back to the login page under
> >IMP and doesn't change the password.
> >
> >This behaviour is repeated when using the Forwards and Vacation modules.
> >
> >Eric asked if I was using cookies, and I was, but have turned them off in
> >php.ini.
>
> You may want to check the cookie_path setting in registry.php anyway. I've
> set mine to "/".
Tried that - no luck.
> >
> >He mentioned this could be a URL issue - well, I *am* using Redirects and
> >Aliases in httpd.conf to make sure that any request to http://mysite/horde
> >or imp go to https://mysite/horde.
>
> Maybe you should post the relevant httpd.conf sections?
> John
##In my Virtualhost redirects stanza:
..
..
Redirect /webmail https://www.fcs.uga.edu/horde/imp
..
## below that:
<VirtualHost webmail.fcs.uga.edu>
ServerName webmail.fcs.uga.edu
DocumentRoot /www/horde
Redirect / https://webmail.fcs.uga.edu/horde/imp/
</VirtualHost>
> >
> >I also have a virtualhost declared for webmail.myhost.edu pointing to the
> >appropriate place.
> >
> >Imp and Turba work Great, but I'm going nuts trying to diagnose the Sork
> >stuff.
> >
> >:(
> >
> >
>
> --
> Sork mailing list - Join the hunt: http://horde.org/bounties/#sork
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: sork-unsubscribe at lists.horde.org
--
Mark Toomey, Systems & Network Manager
Family & Consumer Sciences, UGA
mark at fcs dot uga dot edu: Yahoo IM: mark_toomey
Owner: USG-TECH & COOLTECH Listservs
voice:706-542-4738 - fax:706-542-4168
Linux: The Power of Choice
More information about the sork
mailing list