[Exim] AUTH against Outlook, again

Pàgina inicial
Delete this message
Reply to this message
Autor: Leonardo Boselli
Data:  
A: exim-users
Assumpte: [Exim] AUTH against Outlook, again
I know a lot of times this has been send, I have searched on google but
foud only replies that tell me i am ok, or in unreadable [for me]
languages.
The problem:
I have to allow users on the road to use my servcer as smtp relay.
so i have these lines on exim4.conf:

hostlist relay_hosts = 127.0.0.1 : \
    x.y.z.0/24   [x.y.z.0 is local subnet]
hostlist auth_relay_hosts = *     [so anyone should be able to send]
........
begin authenticators


cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = \
${lookup{$1}lsearch{/home/$1/.ASMTPsecret}{$value}fail}
server_set_id = $1

fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = "\
${if
eq{$3}{${lookup{$2}lsearch{/home/$2/.ASMTPsecret}{$value}}}{yes}{no
}}"
# actually the line before is only one ...
server_set_id = $2


login:
driver = plaintext
public_name = LOGIN
server_prompts = "User Name : Password "
server_condition = "${if
crypteq{$2}{${lookup{$1:2}lsearch{/etc/passwd}{$value}fail}}{yes}{no}}"

....
Well: if i use CRAM5 (with pmail) or PLAIN (with mozilla) it works fine,
but if i try with outlook i have no success.
(Actually what i want is to be able to use the real password used for
login, but also the alternative to have the .ASMTPsecret file in user
directory could be ok ...).
I tried using outlook with both password but no success.
Whreis my error ?
(it tell me: 2004-07-25 22:52:44 login authenticator failed for
vettorei.dicea.unifi.it (TEMPO) [150.217.9.178]: 535 Incorrect
authentication data ,
on the other part -outlook2000- says: '334 VXNlciBOYW1l' ... error
number 0x80004005

It is not for me [i use pmail] but there is some VIP people in the
department that wants to leave carrying his portable an wanting to sent
e-mail from everywhere without needing to change SMTP
configurations each change of address !
And of course he want to use outlook, since he calim it intervace
perfectly with any of his elecronics HH device, phones etc ....
I told him that outlook interfaces perfectly also with worms, but did not
took it ....
help _needed_
--
Leonardo Boselli
Nucleo Informatico e Telematico del Dipartimento Ingegneria Civile
Universita` di Firenze , V. S. Marta 3 - I-50139 Firenze
tel +39 0554796431 cell +39 3488605348 fax +39 055495333
http://www.dicea.unifi.it/~leo