[Fwd: Re: [horde] Why is mcal and mcrypt support missing from the rpms on horde.org?]

Sydney Weidman weidmans at mts.net
Fri Sep 27 01:25:17 PDT 2002


Forgot to send to the list.

-------- Original Message --------
Subject: Re: [horde] Why is mcal and mcrypt support missing from the rpms 
on	horde.org?
Date: Thu, 26 Sep 2002 22:25:24 -0500
From: Sydney Weidman <weidmans at mts.net>
To: Chuck Hagenbuch <chuck at horde.org>
References: <3D93412E.20003 at mts.net>	<1033060369.3d934011186b6 at marina.horde.org> 
<3D93C40C.4080708 at mts.net> <1033094331.3d93c4bbb23a7 at marina.horde.org>

Chuck Hagenbuch wrote:
 > Quoting Sydney Weidman <weidmans at mts.net>:
 >
 >
 >>Whenever I try to login I get the following message:
 >>
 >>Login failed for some reason. Most likely your username or password was
 >>entered incorrectly.
 >
 >
 > And what does your IMAP server logs say? The thing is that mcrypt has 
_no_
 > relation to the c-client library that PHP uses to speak IMAP. So barring
 > some _very_ weird interaction, they aren't related at all.
 >

As far as I can tell, the logs are utterly silent when I login using the
imp interface. They have all kinds of chatter when I login using
mozilla-mail or evolution, but nothing when I use imp. The log file I'm
looking at to determine this is /var/adm/imapd.log.

 >
 > When you log in via test.php, is your protocol really:
 >
 >
 >>     'protocol' => 'imap/notls',
 >
 >
 > ... or is it just 'imap'?
 >

If the *real* protocol string is the one stored in
imp/config/servers.php, then mine looks like this:

$servers['cyrus'] = array(
      'name' => 'Default Server',
      'server' => 'nardwar.wox.org',
      'protocol' => 'imap/notls',
      'port' => 143,
      'folders' => '',
      'namespace' => 'INBOX.',
      'maildomain' => '',
      'realm' => '',
      'preferred' => ''
);

So if this is where imp gets its info from, then this is my *real*
setting. What should my protocol string be? I thought imap/notls was
valid...





More information about the horde mailing list