[horde] Unable to get email content
Cristobal Sabroe Yde
cris at cdc.unrc.edu.ar
Thu Jul 28 17:53:06 UTC 2011
Hi,
I'm running a fresh install of Horde Groupware Webmail Edition on openSUSE
11.4. So far I can login to our imap server (TLS), I see the lists of folders
and e-mails, but whenever I try to see any of them I get two "Error when
communicating with server" messages and nothing is displayed.
I'm running:
Webmail: HordeGWE 4.0.1, openSUSE 11.4 (x86_64)
Remote imap server: Cyrus IMAP v2.3.14
Does anybody see what's wrong?
This is my imap server definition (backends.local.php):
$servers['uti'] = array(
'disabled' => false,
'preferred' => '',
'name' => 'Unidad de Tecnología de la Información',
'hostspec' => '<imap server name>',
'hordeauth' => true,
'protocol' => 'imap',
'port' => 143,
'secure' => 'tls',
'maildomain' => 'uti.unrc.edu.ar',
'smtphost' => '<smtp server name>',
'smtpport' => 465,
'realm' => 'uti.unrc.edu.ar',
'debug' => '/tmp/imaplog',
'quota' => array(
'driver' => 'imap',
'params' => array(
'hide_when_unlimited' => true,
'unit' => 'MB'
)
),
'acl' => false,
'cache' => false,
);
This is the debug log of the retrieving from the imap server:
------------------------------
(1311873092.5194) S: * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID STARTTLS
AUTH=PLAIN AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=LOGIN SASL-IR] imap Cyrus IMAP
v2.3.14 server ready
(1311873092.5197) C: 1 STARTTLS
(1311873092.5209) S: 1 OK Begin TLS negotiation now
(1311873092.5344) C: [LOGIN Command - username: cris]
(1311873092.5760) S: 2 OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID
LOGINDISABLED AUTH=PLAIN AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=LOGIN ACL
RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME
UNSELECT CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT
THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE X-NETSCAPE
URLAUTH] User logged in
(1311873092.5765) C: 3 EXAMINE INBOX
(1311873092.6150) S: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen
KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED
$IGNORED $label1 NonJunk $MDNSent Junk $label4)
(1311873092.6152) S: * OK [PERMANENTFLAGS ()]
(1311873092.6153) S: * 14 EXISTS
(1311873092.6154) S: * 0 RECENT
(1311873092.6155) S: * OK [UIDVALIDITY 1206536401]
(1311873092.6155) S: * OK [UIDNEXT 176799]
(1311873092.6156) S: * OK [NOMODSEQ] Sorry, modsequences have not been enabled
on this mailbox
(1311873092.6156) S: * OK [URLMECH INTERNAL]
(1311873092.6157) S: 3 OK [READ-ONLY] Completed
(1311873092.6190) C: 4 SELECT INBOX
(1311873092.6929) S: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen
KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED
$IGNORED $label1 NonJunk $MDNSent Junk $label4)
(1311873092.6932) S: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted
\Seen KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO
$WATCHED $IGNORED $label1 NonJunk $MDNSent Junk $label4 \*)]
(1311873092.6935) S: * 14 EXISTS
(1311873092.6935) S: * 0 RECENT
(1311873092.6936) S: * OK [UIDVALIDITY 1206536401]
(1311873092.6937) S: * OK [UIDNEXT 176799]
(1311873092.6937) S: * OK [NOMODSEQ] Sorry, modsequences have not been enabled
on this mailbox
(1311873092.6938) S: * OK [URLMECH INTERNAL]
(1311873092.6938) S: 4 OK [READ-WRITE] Completed
(1311873092.6939) C: 5 UID FETCH 176745 (ENVELOPE BODY[HEADER])
(1311873092.7353) S: * 12 FETCH (UID 176745 ENVELOPE ("Wed, 27 Jul 2011
11:35:04 -0300" "=?iso-8859-1?q?Resumen_de_Seguridad=2C_Vol_62=2C_Env=EDo_8?="
((NIL NIL "seguridad-request" "lacnic.net")) ((NIL NIL "seguridad-bounces"
"lacnic.net")) ((NIL NIL "seguridad" "lacnic.net")) ((NIL NIL "seguridad"
"lacnic.net")) NIL NIL NIL
"<mailman.2812.1311777304.824.seguridad at lacnic.net>") BODY[HEADER] {2759}
(1311873092.7357) S: [LITERAL DATA - 2759 bytes]
(1311873092.7358) S: )
(1311873092.7367) S: 5 OK Completed (0.000 sec)
(1311873092.7398) C: 6 UID FETCH 176745 (BODYSTRUCTURE)
(1311873092.7790) S: * 12 FETCH (UID 176745 BODYSTRUCTURE ("TEXT" "PLAIN"
("CHARSET" "iso-8859-1") NIL NIL "QUOTED-PRINTABLE" 3580 112 NIL NIL NIL NIL))
(1311873092.7794) S: 6 OK Completed (0.000 sec)
(1311873092.8032) C: 7 LOGOUT
(1311873092.8425) S: * BYE LOGOUT received
(1311873092.8427) S: 7 OK Completed
Thanks a lot!
Cristóbal
--
.Cris.
More information about the horde
mailing list