Re: [exim] missing authentication

Top Page
Delete this message
Reply to this message
Author: Leonardo Boselli
Date:  
To: Stanislaw Halik
CC: exim-users
Subject: Re: [exim] missing authentication
On Wed, 6 Dec 2006, Stanislaw Halik wrote:
> On Wed, Dec 06, 2006, Leonardo Boselli wrote:
> Looks like the exim process can't read passwd or passwords moved to
> shadow. Try `exim -be with that lookup line.'


/etc/passwd is root:root 644, no shadow.

leo@dipolo:~$ /usr/sbin/exim4 -be
> server_condition = "${if

crypteq{$2}{${lookup{$1:2}lsearch{/etc/passwd}{$value}fail}}{yes}{no}}"

return:

Failed: "lookup" failed and "fail" requested

even substituting $1 and $2 vith real user:password pair !!!