[KLUG Members] IMP problem.

members@kalamazoolinux.org members@kalamazoolinux.org
Mon, 25 Mar 2002 10:54:04 -0500


>>Can you login via IMAP from some other client?
>Yup, using Outlook Express 5.50 w/ patches....

What does your server stanza look like?
Here is mine -

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'sardine',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'morrison.iserv.net',
    'smtphost' => 'kohocton',
    'realm' => 'intranet',
    'preferred' => ''
);

How about your auth registry entries?
Here are mine:
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

The registry is in horde/config/registry.php and controls the interaction of 
apps with each other and the underlying horde/pear system.

Do you see anything at all in /var/log/secure?

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/