Dear Mehul,

This appears to be a config error w.r.t the PAM config. For more
information as to why the authentication was refused, i suggest you
view the entries in the /var/log/secure for the messages from pam.

Also, in the broader sense, maybe you should look at using mysql
tables for authentication, if ISPConfig supports it, as it will open
less holes in the base system.

Regards
R. K. Rajeev

On 5/11/09, Mehul Ved <[email protected]> wrote:
> Hi,
>     I am trying to setup ISPConfig 2.2.32 on CentOS 5.3 32-bit. I
> followed the how-to on howtoforge for CentOS 5.2[1]. The control panel
> is working and the emails are being delivered to the mailbox. But, I
> am unable to login via IMAP.1
> Here's the output from telnet
> -----
>  telnet dtc.progresspartners.co.in 143
> Trying 70.38.112.176...
> Connected to dtc.progresspartners.co.in.
> Escape character is '^]'.
> * OK Dovecot ready.
> a login [email protected] *****
> a NO Authentication failed.
> * BYE Disconnected for inactivity.
> Connection closed by foreign host.
> -----
>
> Here's the logs for dovecot
> -----
> dovecot: May 11 01:53:03 Info: auth(default): new auth connection: pid=31674
> dovecot: May 11 01:53:16 Info: auth(default): client in:
> AUTH  1       PLAIN   service=IMAP    lip=::ffff:70.38.112.176        
> rip=::ffff:122.169.50.85        
> resp=AG1laHVsQHRoZWhhcHBpbmVzc2NvbXBhbnkuaW4AbWVodWw=
> dovecot: May 11 01:53:16 Info: auth(default):
> pam([email protected],::ffff:122.169.50.85): lookup
> service=dovecot
> dovecot: May 11 01:53:18 Info: auth(default):
> pam([email protected],::ffff:122.169.50.85):
> pam_authenticate() failed: User not known to the underlying
> authentication module
> dovecot: May 11 01:53:18 Info: auth(default): client out:
> FAIL  1       [email protected]
> dovecot: May 11 01:56:16 Info: imap-login: Disconnected: Inactivity:
> user=<[email protected]>, method=PLAIN,
> rip=::ffff:122.169.50.85, lip=::ffff:70.38.112.176
> -----
>
> /etc/dovecot.conf
> -----
> protocols = imap imaps pop3 pop3s
>
> log_path = /var/log/dovecot/error.log
>
> info_log_path = /var/log/dovecot/info.log
>
> log_timestamp = "%b %d %H:%M:%S "
>
> syslog_facility = mail
>
> login_dir = /var/run/dovecot/login
>
> login_chroot = yes
>
> login_greeting = Dovecot ready.
>
> login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
>
> login_log_format = %$: %s
>
> protocol imap {
> }
>
>
> protocol pop3 {
> }
>
> protocol lda {
>   postmaster_address = [email protected]
> }
>
> auth_debug = yes
>
> auth_debug_passwords = yes
>
> auth default {
>   mechanisms = plain login
>   passdb pam {
>   }
>
>   userdb passwd {
>   }
>
>   user = root
>
> }
>
> dict {
> }
>
>
> plugin {
> }
> -----
> I have checked that the username and password exist and are correct.
> I am not sure if dovecot should be authenticating using PAM or use
> some files or mysql. Any pointers to the solve the issue will be
> appreciated.
>
>
> 1. http://www.howtoforge.com/perfect-server-centos-5.2
>
> --
>
> This file will self-destruct in five minutes.  -
> http://kingsly.net/tmp/fortune.php/1242019626
> --
> http://mm.glug-bom.org/mailman/listinfo/linuxers
>
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to