hi
Are you authenticating using pam, or another method?
Have a look at the exim configuration examples for SMTP AUTH (I think its C034)
At 05:16 PM 00/09/05 +0100, you wrote:
>On Tue, Sep 05, 2000 at 03:10:52PM -0700, Richard Mayhew wrote:
> > I got Eudora to work when I used either PLAIN TEXT or LOGIN...
> > DONT USE CRAM -MD5
> >
> > here are my settings using PAM
> >
> > #MOST OTHERS
> > plain:
> > driver = plaintext
> > public_name = PLAIN
> > server_condition = "${if pam{$2:$3}{1}{0}}"
> > server_set_id = $2
> > ##
> > #OUTLOOK
> > login:
> > driver = plaintext
> > public_name = LOGIN
> > server_prompts = "Username:: : Password::"
> > server_condition = "${if pam{$1:$2}{1}{0}}"
> > server_set_id = $1
> >
> > Ill be sending a DOC I am working on for SMTP AUTH with LDAP
>
>I'm using a similar setup, but can't get SMTP AUTH to work at all,
>Monitoring the TCP connection shows that Eudora is sending
>
>AUTH PLAIN\r\n
>
>and attempting to send the base64 encoded auth data on the next line,
>by which time Exim has already failed. Am I doing something wrong?
>
>Christi
>--
>Christi Scarborough, Systems Administrator, FutureTV http://www.futuretv.com/
>FutureTV Labs Ltd, Brunswick House, 61-69 Newmarket Rd, Cambridge, CB5 8EG, UK
>Tel: +44 (0)1223 576100 (switchboard) +44 (0)1223 478660 (direct line)
>
>--
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
>details at http://www.exim.org/ ##