Nitin Gupta wrote: > And when i am running authtest i am getting the following output > > and > [EMAIL PROTECTED] ~]#authtest testteen5 password1 > Authentication succeeded. > > Authenticated: testteen5 (uid 35, gid 35) > Home Directory: /usr/local/vdomains/testteen5/ > Maildir: /usr/local/vdoamins/testteen5/Maildir/ > Quota: (none) > Encrypted Password: (none) > Cleartext Password: password1 > Options: (none) > > > and when i run telent i get this > > [EMAIL PROTECTED] ~]# telnet 127.0.0.1 110 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > +OK Hello there. > user testteen5 > +OK Password required. > pass password1 > -ERR Temporary problem, please try again later > Connection closed by foreign host.
You are looking at some form of pop3 auth / port response. Exim is a SMTP mail server, not a POP3/IMAP server. I think you need to find what software is running this pop3 service and mail the appropriate mailing list for that software. Regards D. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
