Re: [Exim] SMTP Auth ... again :-(

Pàgina inicial
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
A: Brian C. Doyle
CC: exim-users
Assumpte: Re: [Exim] SMTP Auth ... again :-(
On Wed, 12 Dec 2001, Brian C. Doyle wrote:

> Am I able to allow auth for other domains. IE if I want to send an email
> through my server via a different domain can I do this??


what does this mean ? what do you mean by 'through my server via a
different domain' ?

 > ixed_plain:
 >    driver = plaintext
 >    public_name = PLAIN
 >    server_condition = \
 >      ${if and {{eq{$2}{userid}}{eq{$3}{cleartxpw}}}{yes}{no}}
 >    server_set_id = $2

>
 > fixed_login:
 >    driver = plaintext
 >    public_name = LOGIN
 >    server_prompts = User Name : Password
 >    server_condition = \
 >      ${if and {{eq{$1}{userid}}{eq{$2}{cleartxpw}}}{yes}{no}}
 >    server_set_id = $1


these seem fine, at a glance

> When I access it via Eudora I get:
> 535 Incorrect authentication data


try to run exim with a high debug level not detaching from the
terminal, and log its output into a file. then connect to that with
eudora to see that happens.


--
[-]