Re: [exim] missing authentication
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Deze boodschap maakt deel uit van devolgende draad:
de volledige draad-boom gesorteerd op datum
Stanislaw Halik op
2006-12-06 21:24
Chris Lightfoot op
2006-12-06 21:48
Auteur:
Leonardo Boselli
Datum:
2006-12-06 21:40
UTC
Aan:
Stanislaw Halik
CC:
exim-users
Onderwerp:
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 !!!