[horde] failed login after apache upgrade[solved!]
David Davidse
david at sheviak.com
Wed Jul 3 10:08:25 PDT 2002
hmmm....
thanks Todd,
you led me in the right direction!
my imp/config/servers.php was
$servers['cyrus'] = array(
'name' => 'imap',
'server' => 'mail.sheviak.com',
^^^^^^^^^^^^^^^^
and I changed 'server' => 'mail.sheviak.com' to 'localhost' and it's all
better again...
Todd Long wrote:
> I had a very similar problem.
>
> In the imp/config/servers.php file change this;
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap/notls',
> 'port' => 143,
>
> to this;
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap',
> 'port' => 143,
>
> Remove the '/notls' from the protocol line. Fixed my problem.
>
>
> Todd
>
> David Davidse wrote:
>
>> Hi
>> I am running rh7.2 and horde2.0.
>> everyhthing was working well... I upgraded apache and now I cant login.
>> I can still do imap mail with my netscape mail client but not through
>> the browser.
>> I get
>>
>> imapd[25932]: refused connection from H243.C220.tor.velocet.net
>> (H243.C220.tor.velocet.net is the localhost?? why does it think the
>> request is coming from itself? I'm on a remote box)
>>
>> it must be apache no? (apache-1.3.22-6)
>>
>>
>> any ideas?
>>
>> thanks
>> dave
>
>
>
>
--
---------------------( | . |. .
david at sheviak.com _)|\(-\/|(||\ ||\(_.
-----------------------------------
"it is better to be than to seem to be"
More information about the horde
mailing list