|
Dear All,
How do we use Authentication type = digest-md5 when using Exchange 2000 server?
I can use ‘login’ which is Plaintext. But when I’m using cram-md5 or digest-md5 it gives ‘Bad request: IMAP server does not appear to support the authentication method selected. Please contact your system administrator’
When running ./config.pl…
Try to detect supported mechanisms? [y/N]: y Trying to detect IMAP capabilities... CRAM-MD5: SUPPORTED DIGEST-MD5: SUPPORTED
Please advice me how to use digest-md5 or cram-md5 instead of login.
I’m using RH9 squirrelmail-1.4.3a-1 <-- rpm installed php-4.2.2-17 ß rpm installed httpd-2.0.40-21 ß rpm installed
my config.php file…
$domain = 'domain.com'; $imapServerAddress = '192.168.100.5’; $imapPort = 143; $useSendmail = true; $smtpServerAddress = '127.0.0.1'; $smtpPort = 25; $sendmail_path = '/usr/sbin/sendmail'; $pop_before_smtp = false; $imap_server_type = 'exchange'; $invert_time = false; $optional_delimiter = 'detect'; $smtp_auth_mech = 'none'; $imap_auth_mech = 'digest-md5'; $use_imap_tls = false; $use_smtp_tls = false; $session_name = 'SQMSESSID';
Thanks in advance
- Hirantha _________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. |
