Fwd: Re: [horde] Specifying a domain

Chuck Hagenbuch chuck at horde.org
Tue Jan 14 10:52:46 PST 2003



----- Forwarded message from growe at woodvale.on.ca -----
    Date: Tue, 14 Jan 2003 13:39:18 -0500
    From: "Glenn J. Rowe" <growe at woodvale.on.ca>
Reply-To: "Glenn J. Rowe" <growe at woodvale.on.ca>
 Subject: Re: [horde] Specifying a domain
      To: Chuck Hagenbuch <chuck at horde.org>


Ver 2.1

So if I understand you correctly, inside registry.php I should change
    'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
in the code below to
    'server_name' => webmail.woodvale.on.ca,
or should it be
    'server_name' => $GLOBALS['HTTP_SERVER_VARS']['webmail.woodvale.on.ca'],

BTW - Thanks for the help. I'm just a volunteer helping out a church.



Code from registry.php :

$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => '/horde',
    'initial_page' => 'login.php',
    'icon' => '/horde/graphics/home.gif',
    'name' => _("Woodvale's Webmail"),
    'allow_guests' => true,
    'show' => true,
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'cookie_path' => '/horde',
    'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
);









Quoting Chuck Hagenbuch <chuck at horde.org>:

> Quoting "Glenn J. Rowe" <growe at woodvale.on.ca>:
> 
> > Ahhh...  and how do I tell horde to ignore it?
> 
> You change where in horde/config/registry.php or horde/config/conf.php
> (depending on your Horde version, which you didn't tell us) we use
> $_SERVER['SERVER_NAME'] as the server_name entry.
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck at horde.org>
> must ... find ... acorns ... *thud*
> 
> -- 
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 





----- End forwarded message -----


-chuck

--
Charles Hagenbuch, <chuck at horde.org>
must ... find ... acorns ... *thud*


More information about the horde mailing list