Hello,
I have LOGIN authentication working, but I would like SPA authentication.

my exim.conf (I using exim exim-4.43-1.RHEL4.5)


begin authenticators

spa:
    driver = spa
    public_name = NTLM
    server_password = ${lookup{$1}lsearch{/etc/mail/exim_SPA}{$value}fail}
    server_set_id = $1

# LOGIN working
login:
  driver = plaintext
  public_name = LOGIN
  server_prompts = "Username:: : Password::"
  server_condition = 
${lookup{$1}lsearch{/etc/mail/exim_LOGIN}{${ifeq{$value}{$2}{yes}{no}}}{no}}
  server_set_id = $1

both exim_SPA and exim_LOGIN have syntax:
user:clearpassword

from /var/log/exim/main.log
"
2006-05-25 16:20:35 spa authenticator failed for slawek.cympak.com 
(sorlowski) [192.168.0.73]: 535 Incorrect authenti
cation data (set_id=sorlowski)
2006-05-25 16:20:35 spa authenticator failed for slawek.cympak.com 
(sorlowski) [192.168.0.73]: 535 Incorrect authenti
cation data
2006-05-25 16:20:36 1FjMJv-0002mo-S1 <= [EMAIL PROTECTED] H=slawek.cympak.com 
(sorlowski) [192.168.0.73] P=esmtpa A=spa
:[EMAIL PROTECTED] S=1405 [EMAIL PROTECTED]
2006-05-25 16:20:36 1FjMJv-0002mo-S1 => [EMAIL PROTECTED] R=dnslookup 
T=remote_smtp H=server.cympak.com [192.168.0
.66]
2006-05-25 16:20:36 1FjMJv-0002mo-S1 Completed

"


How can I test SPA authentication by telnet ?

Any help I will greatly appreciate, I just cannot figure it out.
regards
Slawomir 



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to