[horde] new ionstallation - cannot login

Eric Rostetter eric.rostetter at physics.utexas.edu
Fri Jul 25 11:05:37 PDT 2003


Quoting info <info at ray.co.za>:

> horde log file remains empty,

Could be a bug in Horde which makes it not log when using recent PEAR
versions.  Upgrade Horde, or find and apply the patch (a one character
change), or downgrade PEAR (not recommended) to fix it.

> $conf['mailer']['type'] = 'smtp';
> $conf['mailer']['params'] = array();

If you want to use smtp, you need to define params for it (host, port, etc)
either here or in imp/config/servers.php

> ## horde/config/registry.php
> $this->registry['auth']['login'] = 'imp';
> $this->registry['auth']['logout'] = 'imp';

Above you set your auth params to sql, but here you set them to IMP.
So this should override the above sql setup, and use IMP auth instead.

Not sure which (sql or imap/pop3) you wanted to use for Horde.

> $servers['pop'] = array(
>     'name' => 'POP3 Server',
>     'server' => 'mail.raylink.co.za',
>     'protocol' => 'pop3',
>     'port' => 110,
>     'folders' => '',
>     'namespace' => '',
>     'maildomain' => 'raylink.co.za',
>     'realm' => 'raylink.co.za',
>     'preferred' => ''
> );

Since you didn't specify the smtp server here either, you won't be able
to send mail.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!



More information about the horde mailing list