If you see this error by upgrade/update with WU-imap
when connecting to
> ERROR:
> Bad request: The IMAP server is reporting that plain text logins are
> disabled. Using CRAM-MD5 or DIGEST-MD5 authentication instead may
> work. Also, the use of TLS may allow SquirrelMail to login. Please
> contact your system administrator and report this error.
and want use plain text then create a /etc/c-client.cf file with content :
---top
I accept the risk
set disable-plaintext nil
---end
chmod 0755 (root:root)
Wael, can you update your script with imap-2006c1 including this facility ?
DA has to rewrite build to avoid funny situation (& curl 7.16.0 too!)
when connecting to
> ERROR:
> Bad request: The IMAP server is reporting that plain text logins are
> disabled. Using CRAM-MD5 or DIGEST-MD5 authentication instead may
> work. Also, the use of TLS may allow SquirrelMail to login. Please
> contact your system administrator and report this error.
and want use plain text then create a /etc/c-client.cf file with content :
---top
I accept the risk
set disable-plaintext nil
---end
chmod 0755 (root:root)
Wael, can you update your script with imap-2006c1 including this facility ?
DA has to rewrite build to avoid funny situation (& curl 7.16.0 too!)
