Hi all, A want to set up my exim with smtp auth for my outlook and netscape klients. It's working if I add username and password in the exim conf file in server_condition variable. If I set up that authenticate using shadow file it fails. The message in log is that incorrect authentication data.
The server_condition:
"${if
and{{!eq{$2}{}}{!eq{$3}{}}{crypteq{$3}{${extract{2}{:}{${lookup{$2}lsearch{
/etc/shadow}{$value}{*:*}}}}}}}{1}{0}}"
What's wrong???
Thanks for help!
Balázs

