(I'm still not subscribed yet, sorry, I'll fix that, but for the
moment please Cc me on the replies)
I downloaded roundcube_webmail_0.1-20051007.tar.gz and installed it on
my system:
- Linux Fedora 4
- Apache 2.0.54
- PHP 5.0.4
- Cyrus IMAPd 2.2.12
- MySQL 4.1.14
Did all the steps in the INSTALL file. When testing it, I can't login.
This is what's displayed on the front page after the failure:
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND
BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE
STARTTLS LISTEXT LIST-SUBSCRIBED X-NETSCAPE cp01 OK Completed Tried
PLAIN: Resource id #23
I attached the main conf file and also a tcpdump trace file on port 143.
Everything should be OK with the system. Any clue why Roundcube is not working?
Thanks,
--
Florin Andrei
http://florin.myip.org/
<?php
/*
+-----------------------------------------------------------------------+
| Main configuration file |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show,
8 = trace
$rcmail_config['debug_level'] = 8;
// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = FALSE;
// automatically create a new user when log-in the first time
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = FALSE;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
// use this host for sending mails.
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = '';
// SMTP port (default is 25)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required)
$rcmail_config['smtp_user'] = '';
// SMTP password (if required)
$rcmail_config['smtp_pass'] = '';
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// check client IP in session athorization
$rcmail_config['ip_check'] = TRUE;
// not shure what this was good for :-)
$rcmail_config['locale_string'] = 'de_DE';
// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';
// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1a';
// only list folders within this path
$rcmail_config['imap_root'] = '';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
// display these folders separately in the mailbox list
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
'Junk', 'Trash');
/***** these settings can be overwritten by user's preferences *****/
// show up to X items in list view
$rcmail_config['pagesize'] = 40;
// use this timezone to display date/time
$rcmail_config['timezone'] = 1;
// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;
// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;
// end of config file
?>
No. Time Source Destination Protocol Info
1 0.000000 127.0.0.1 127.0.0.1 TCP 60835
> imap [SYN] Seq=0 Ack=0 Win=32767 Len=0 MSS=16396 TSV=202198612 TSER=0 WS=2
Frame 1 (74 bytes on wire, 74 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 0, Ack: 0, Len: 0
No. Time Source Destination Protocol Info
2 0.000027 127.0.0.1 127.0.0.1 TCP imap >
60835 [SYN, ACK] Seq=0 Ack=1 Win=32767 Len=0 MSS=16396 TSV=202198612
TSER=202198612 WS=2
Frame 2 (74 bytes on wire, 74 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 0, Ack: 1, Len: 0
No. Time Source Destination Protocol Info
3 0.000043 127.0.0.1 127.0.0.1 TCP 60835
> imap [ACK] Seq=1 Ack=1 Win=32768 Len=0 TSV=202198612 TSER=202198612
Frame 3 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 1, Ack: 1, Len: 0
No. Time Source Destination Protocol Info
4 0.000740 127.0.0.1 127.0.0.1 IMAP
Response: * OK stantz.XXX.XXX.com Cyrus IMAP4 v2.2.12-Invoca-RPM-2.2.12-6.fc4
server ready
Frame 4 (149 bytes on wire, 149 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 1, Ack: 1, Len: 83
Internet Message Access Protocol
* OK stantz.XXX.XXX.com Cyrus IMAP4 v2.2.12-Invoca-RPM-2.2.12-6.fc4 server
ready\r\n
Response Tag: *
Response: OK stantz.XXX.XXX.com Cyrus IMAP4
v2.2.12-Invoca-RPM-2.2.12-6.fc4 server ready
No. Time Source Destination Protocol Info
5 0.000860 127.0.0.1 127.0.0.1 TCP 60835
> imap [ACK] Seq=1 Ack=84 Win=32768 Len=0 TSV=202198613 TSER=202198613
Frame 5 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 1, Ack: 84, Len: 0
No. Time Source Destination Protocol Info
6 0.002266 127.0.0.1 127.0.0.1 IMAP
Request: cp01 CAPABILITY
Frame 6 (83 bytes on wire, 83 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 1, Ack: 84, Len: 17
Internet Message Access Protocol
cp01 CAPABILITY\r\n
Request Tag: cp01
Request: CAPABILITY
No. Time Source Destination Protocol Info
7 0.002401 127.0.0.1 127.0.0.1 TCP imap >
60835 [ACK] Seq=84 Ack=18 Win=32768 Len=0 TSV=202198614 TSER=202198614
Frame 7 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 84, Ack: 18, Len: 0
No. Time Source Destination Protocol Info
8 0.002909 127.0.0.1 127.0.0.1 IMAP
Response: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS LISTEXT
LIST-SUBSCRIBED X-NETSCAPE
Frame 8 (334 bytes on wire, 334 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 84, Ack: 18, Len: 268
Internet Message Access Protocol
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE
UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS LISTEXT
LIST-SUBSCRIBED X-
Response Tag: *
Response: CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+
MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE
IDLE STARTTLS LISTEXT LIST-SUBSC
No. Time Source Destination Protocol Info
9 0.004424 127.0.0.1 127.0.0.1 IMAP
Request: a001 LOGIN florin "XXXXXXXX"
Frame 9 (96 bytes on wire, 96 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 18, Ack: 352, Len: 30
Internet Message Access Protocol
a001 LOGIN florin "XXXXXXXX"\r\n
Request Tag: a001
Request: LOGIN florin "XXXXXXXX"
No. Time Source Destination Protocol Info
10 0.026216 127.0.0.1 127.0.0.1 IMAP
Response: a001 OK User logged in
Frame 10 (90 bytes on wire, 90 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 352, Ack: 48, Len: 24
Internet Message Access Protocol
a001 OK User logged in\r\n
Response Tag: a001
Response: OK User logged in
No. Time Source Destination Protocol Info
11 0.027576 127.0.0.1 127.0.0.1 IMAP
Request: ns1 NAMESPACE
Frame 11 (81 bytes on wire, 81 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 48, Ack: 376, Len: 15
Internet Message Access Protocol
ns1 NAMESPACE\r\n
Request Tag: ns1
Request: NAMESPACE
No. Time Source Destination Protocol Info
12 0.028166 127.0.0.1 127.0.0.1 IMAP
Response: * NAMESPACE (("" "/")) (("Other Users/" "/")) (("Shared Folders/"
"/"))
Frame 12 (157 bytes on wire, 157 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 376, Ack: 63, Len: 91
Internet Message Access Protocol
* NAMESPACE (("" "/")) (("Other Users/" "/")) (("Shared Folders/" "/"))\r\n
Response Tag: *
Response: NAMESPACE (("" "/")) (("Other Users/" "/")) (("Shared
Folders/" "/"))
No. Time Source Destination Protocol Info
13 0.046009 127.0.0.1 127.0.0.1 IMAP
Request: I LOGOUT
Frame 13 (76 bytes on wire, 76 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 63, Ack: 467, Len: 10
Internet Message Access Protocol
I LOGOUT\r\n
Request Tag: I
Request: LOGOUT
No. Time Source Destination Protocol Info
14 0.046419 127.0.0.1 127.0.0.1 IMAP
Response: * BYE LOGOUT received
Frame 14 (105 bytes on wire, 105 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 467, Ack: 73, Len: 39
Internet Message Access Protocol
* BYE LOGOUT received\r\n
Response Tag: *
Response: BYE LOGOUT received
No. Time Source Destination Protocol Info
15 0.047021 127.0.0.1 127.0.0.1 TCP imap >
60835 [FIN, ACK] Seq=506 Ack=73 Win=32768 Len=0 TSV=202198625 TSER=202198625
Frame 15 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 506, Ack: 73, Len: 0
No. Time Source Destination Protocol Info
16 0.047541 127.0.0.1 127.0.0.1 TCP 60835
> imap [FIN, ACK] Seq=73 Ack=507 Win=32768 Len=0 TSV=202198625 TSER=202198625
Frame 16 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: 60835 (60835), Dst Port: imap (143),
Seq: 73, Ack: 507, Len: 0
No. Time Source Destination Protocol Info
17 0.047585 127.0.0.1 127.0.0.1 TCP imap >
60835 [ACK] Seq=507 Ack=74 Win=32768 Len=0 TSV=202198625 TSER=202198625
Frame 17 (66 bytes on wire, 66 bytes captured)
Ethernet II, Src: 00:00:00_00:00:00 (00:00:00:00:00:00), Dst: 00:00:00_00:00:00
(00:00:00:00:00:00)
Internet Protocol, Src: 127.0.0.1 (127.0.0.1), Dst: 127.0.0.1 (127.0.0.1)
Transmission Control Protocol, Src Port: imap (143), Dst Port: 60835 (60835),
Seq: 507, Ack: 74, Len: 0