Re: [exim] Fwd: EXIM Problem

Top Page
Delete this message
Reply to this message
Author: Drav Sloan
Date:  
To: Nitin Gupta
CC: exim-users
Subject: Re: [exim] Fwd: EXIM Problem
Nitin Gupta wrote:
> And when i am running authtest i am getting the following output
>
> and
> [root@localhost ~]#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
>
> [root@localhost ~]# 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.