[horde] failed login after apache upgrade
Todd Long
todd at serverguys.com
Wed Jul 3 08:43:27 PDT 2002
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
More information about the horde
mailing list