| |
|

|
|
eGroupWare IMAP & PHP Notes
eGroupWare/IMAPS Troubleshooting
Re: eGroupWare/IMAPS Troubleshooting
01/10/2006
A few notes when troubleshooting eGroupWare/IMAP interactions.
imapd[22351]: Login disabled user=
The example above is from the syslog of the remote IMAP server when:
- eGroupWare attempts to login
- eGroupWare using IMAP NOT in SSL/TLS mode
- remote IMAP server requires SSL/TLS
imap_last_error: [Server disables LOGIN, no recognized SASL authenticator]
tried RH bug recovery?: [1]
This error is generated by eGroupWare when attempting to access an IMAP account when:
- eGroupWare using IMAPs (SSL/TLS mode)
- PHP is not configured with IMAPS support
|
Comments
|
Date :
8/2/2006 11:58:25 AM
Name :
Tara Maseeh
Comments :
HOw can i configure egroupware to get mail from an
IMAP SSL supported mail server.
|
|
Date :
6/5/2006 10:32:55 AM
Name :
Neal Morgan
Comments :
Pongsak. Here are a few suggestions: 1) If you
have access to serverxxx, execute “netstat –an | grep
143” to see that it has an IMAP port open and listening.
If it does, you should see something like this:
tcp 0 0 0.0.0.0:143 0.0.0.0:*
LISTEN 2) Ensure that “serverxxx” Really
will accept IMAP connections – use another IMAP client
(not eGroupWare) to confirm this 3) Check the syslog
on serverxxx to see if it is logging any messages about
dropping packets bound for IMAP 4) Confirm that PHP
on the eGroupWare server was built with IMAP enabled
|
|
Date :
6/5/2006 9:32:21 AM
Name :
pongsak
Comments :
i setup egroupware and use imap of felamimail and
error occur "connection failed to serverxxx,143 :connection
refused ---i don''t understand what happen -- why
and howto solve this
|
|
|
|
|