Displaying 1 result from an estimated 1 matches for "cm730q8fosa9a".
2009 May 07
3
authentication to IMAP
...y to do admin authentication for a normal user in dovecot IMAP ? I have a user using PAM to store password in /etc/shadow file. I need to authenticate the user in IMAP using that password. I tried using : -
I tried all combinations as below
[root at mail ~]# cat /etc/shadow| grep -i ajay
ajay.lal:CM730q8foSA9A:13545:0:99999:7:::
[root at mail ~]# telnet 0 143
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
* OK dovecot ready.
a1 login ajay.lal CM730q8foSA9A
a1 NO Authentication failed.
a1 login ajay.lal "{crypt}CM730q8foSA9A"
a1 NO Authentication failed.
Also i tr...