[imp] Re: imp Digest, Vol 707, Issue 1
Ivars STivriņš
ivars at kraslava.lv
Sun Mar 28 21:47:55 PST 2004
imp-request at lists.horde.org wrote:
>Send imp mailing list submissions to
> imp at lists.horde.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.horde.org/mailman/listinfo/imp
>or, via email, send a message with subject or body 'help' to
> imp-request at lists.horde.org
>
>You can reach the person managing the list at
> imp-owner at lists.horde.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of imp digest..."
>
>
>Today's Topics:
>
> 1. [CVS version] pgp-view patch (W. Tasin)
> 2. imp can't work with courier-imap (dsgx network)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sun, 28 Mar 2004 10:08:07 +0200
>From: "W. Tasin" <tasin at fhm.edu>
>Subject: [imp] [CVS version] pgp-view patch
>To: imp at lists.horde.org
>Message-ID: <406687E7.1080901 at fhm.edu>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi all,
>
>the pgp status messages doesn't work correctly on some encrypted and
>signed mails.
>The status shows only that the message was only signed, but this isn't true.
>
>Here is the patch that works for me, hope that's the correct way to
>handle it.
>Ciao
>
>Walter
>
>-------------- next part --------------
>--- /home/tasin/horde/CVS-HORDE/horde/imp/lib/MIME/Viewer/pgp.php Tue Feb 3 17:52:33 2004
>+++ imp/lib/MIME/Viewer/pgp.php Sun Mar 28 08:48:34 2004
>@@ -202,6 +202,11 @@
> $text = '';
>
> $this->_initStatus($this->getIcon($mimetype), _("PGP"));
>+
>+ if ($signenc) {
>+ $this->_status[] = _("This message has been encrypted with PGP.");
>+ }
>+
> $this->_status[] = _("This message has been digitally signed via PGP.");
>
> if (!$active) {
>
>
>
>------------------------------
>
>Message: 2
>Date: Sun, 28 Mar 2004 14:41:51 -0800
>From: dsgx network <hh at dsgx.org>
>Subject: [imp] imp can't work with courier-imap
>To: imp at lists.horde.org
>Message-ID: <6.0.1.1.2.20040328144148.01f83cc0 at mail.dsgx.org>
>Content-Type: text/plain; charset="us-ascii"; format=flowed
>
>hi there .. i had horde+imp.... for about 1 year .. never had problems with
>imap/notls .. i was using cyrus-imap before and was working great .. now im
>exchanging to courier-imap .. and i can't make it to work im putting
>on servers.php on path horde/imp/config ..
>$servers['cyrus31'] = array(
> 'name' => 'test.com',
> 'server' => 'my-ip',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => 'INBOX.',
> 'namespace' => 'INBOX.',
> 'maildomain' => 'test.com',
> 'realm' => 'test.com',
> 'preferred' => ''
>);
>
>
$servers['imap'] = array(
'name' => 'some.mailserver.com',
'server' => 'some.mailserver.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'mailserver.com',
'smtphost' => 'some.mailserver.com',
'realm' => 'mailserver.com',
'preferred' => ''
>when i put this he gives me this error on the courier-imap
>Mar 28 09:48:13 utils imapd: Connection, ip=[::ffff:myip]
>Mar 28 09:48:13 utils imapd: LOGIN: DEBUG: ip=[::ffff:myip], command=
>Mar 28 09:48:13 utils imapd: LOGIN: DEBUG: ip=[::ffff:myip], command=.
>Mar 28 09:48:13 utils imapd: DISCONNECTED, ip=[::ffff:myip], headers=0,
>body=0
>---
>when i change the port from 143 to 993 gives me the error
>Mar 28 10:00:33 utils imapd-ssl: Connection, ip=[::ffff:myip]
>Mar 28 10:00:43 utils imapd-ssl: LOGIN FAILED, ip=[::ffff:myip]
>--
>and when i leave .. port 143 with imap/ssl/novalidate-cert
>gives me the error
>Mar 28 10:06:18 utils imapd: Connection, ip=[::ffff:myip]
>Mar 28 10:06:18 utils imapd: LOGIN: DEBUG: ip=[::ffff:myip], command=AUT
>HENTICATE
>Mar 28 10:06:23 utils imapd: LOGIN FAILED, ip=[::ffff:myip]
>Mar 28 10:06:23 utils imapd: LOGIN: DEBUG: ip=[::ffff:myip], command=AUT
>HENTICATE
>---
>thx for ur time and help would be appreciate
>
>
>
>------------------------------
>
>
>
>
More information about the imp
mailing list