[exim] Have anybody been able to SPA authenticate Outlook wi…

Pàgina inicial
Delete this message
Reply to this message
Autor: Slawomir Orlowski \(Cympak\)
Data:  
A: exim-users
Assumpte: [exim] Have anybody been able to SPA authenticate Outlook with exim ?
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 <= test@??? H=slawek.cympak.com
(sorlowski) [192.168.0.73] P=esmtpa A=spa
:test@??? S=1405 id=01c501c68038$ad6fff80$4900a8c0@sorlowski
2006-05-25 16:20:36 1FjMJv-0002mo-S1 => sorlowski@??? 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