Hey all,
Ran a test of Roundcube on my local machine to have a play, looked
awesome. However, when it's come to setting it up on our production
server, I've encountered a weird problem. I get to the login screen,
login with a username and password, and am then presented with this :
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND
BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE
STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI cp01 OK Completed Tried
PLAIN: Resource id #28
Warning: Cannot modify header information - headers already sent by
(output started at /Library/WebServer/Documents/webmailtest/program/
include/main.inc:573) in /Library/WebServer/Documents/webmailtest/
index.php on line 130
Any ideas?
Thanks in advance,
Paul Dunlop pauldunlop@mac.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
If I had to guess, I would say your IMAP server is providing "capabilities" as soon as you open the connection to port 143.
Not all IMAP servers do this (and in Dovecot for instance it's configurable) and many IMAP clients don't expect it and freak out when they receive it (like Outlook express). Looks like RoundCube (for now at least) might be in the "freak out" group.
Robert A. Pickering Jr. Avitech, Inc.
PGP key ID: 75CAFF7D 1995/05/09 PGP Fingerprint: B1 63 0C 09 D8 2E 5D 69 BB 61 A2 92 22 37 63 C3
On Jan 11, 2006, at 1:11 PM, Paul Dunlop wrote:
Hey all,
Ran a test of Roundcube on my local machine to have a play, looked awesome. However, when it's come to setting it up on our production server, I've encountered a weird problem. I get to the login screen, login with a username and password, and am then presented with this :
- 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 AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI cp01 OK Completed Tried PLAIN: Resource id #28
Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/webmailtest/program/include/main.inc:573) in /Library/WebServer/Documents/webmailtest/index.php on line 130
Any ideas?
Thanks in advance,
Paul Dunlop pauldunlop@mac.com
Seems that you have 'debug_level' configured to 8. In that case the IMAP dialog is printed to the screen and the HTTP-redirect header cannot be sent to the client.
Just set $rcmail_config['debug_level'] to 5 or lower.
Regards, Thomas
Paul Dunlop wrote:
Hey all,
Ran a test of Roundcube on my local machine to have a play, looked awesome. However, when it's come to setting it up on our production server, I've encountered a weird problem. I get to the login screen, login with a username and password, and am then presented with this :
- 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 AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI cp01 OK Completed Tried PLAIN: Resource id #28
*Warning*: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/webmailtest/program/include/main.inc:573) in */Library/WebServer/Documents/webmailtest/index.php* on line *130*
*Any ideas?*
*Thanks in advance, *
*Paul Dunlop* pauldunlop@mac.com mailto:pauldunlop@mac.com