Hi All,

I have Drupal 6.8 installed on RHEL 3 platform. On that server PHP is configured with IMAP support, phpinfo page does show that IMAP is enabled, thus loading of imap_auth module in Drupal did not cause any problem.

Now, I would like to see Drupal authenticates me using my gmail Id.

I have made the following entry under administer->Site Configuration->IMAP Auth

gmail.com,{imap.gmail.com:993/imap/ssl}INBOX

I have enabled the IMAP access in my Gmail Account.

Inspite of all this, Drupal does not allow me to login using my gmail ID...

What am I doing wrong? Please help..