[Exim] Eudora 5.1 Exim 4 FreeBSD 4.6.2 auth tls problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Gene Titus
Data:  
A: exim-users
Assumpte: [Exim] Eudora 5.1 Exim 4 FreeBSD 4.6.2 auth tls problem
Greetings,

I'm new. Searched the archive, did not uncover an answer. New sample.configs
do not include and example for this.

Running Exim 4.10 on FreeBSD 4.6.2. Trying to get eudora to smtp authenticate
and do tls to allow relaying. (I got outlook to work with LOGIN). I copied
/etc/master.passwd to a file readable by exim.

My configure setting:

(in ACL CONFIGURATION)

accept authenticated = *

(in AUTHENTICATION CONFIGURATION)
B
begin authenticators

plain:
  driver = plaintext
  public_name = PLAIN
  server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}} \
                          {crypteq{$3}{${extract{1}{:} \
{${lookup{$1}lsearch{/etc/master.passwd.bak}{$value}{*:*}}}}}}}{1}{0}}"
  server_set_id = $2


login:
  driver = plaintext
  public_name = LOGIN
  server_prompts = "Username:: : Password::"
  server_condition = "${if and {{!eq{$1}{}}{!eq{$2}{}} \
                          {crypteq{$2}{${extract{1}{:} \
{${lookup{$1}lsearch{/etc/master.passwd.bak}{$value}{*:*}}}}}}}{1}{0}}"
  server_set_id = $1



1) I can get Eudora to smtp authenticate without tls.

I added to my smtp transport entry:
remote_smtp:
driver = smtp
headers_add = ${if !eq {$authenticated_id}{} \
{X-Authenticated-Id:$authenticated_id} }

And I see in the received mail header:
X-Authenticated-Id: gene


I can get Eudora to smtp over tls without authentication when not trying to
relay. (after installing self signed server cert into Eudora)

But when I try to get Eudora to authenticate over tls and relay I get an
error.

Eudora says:

SSL: 1 message left to send. QUIT[09:22:38 AM]
There has been an error transferring your mail.
I said: QUIT
and then the SMTP server [shalott.ots.utsystem.edu] said:
503 valid RCPT command must precede DATA

550 relay not permitted.


Any help appreciated.

Gene Titus
Sr. Operating system Specialist
The Office of Telecommunication Services
The University of Texas at Austin