Re: [exim] Current solutions for smtp auth via pam

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sam Michaels
Datum:  
To: Jochen Gensch
CC: exim-users
Betreff: Re: [exim] Current solutions for smtp auth via pam
On 1/16/06, Jochen Gensch <incmc@???> wrote:
> 22:10:19 51666 Running saslauthd authentication for user "USER"
> 22:10:19 51666 saslauthd userid='USER' servicename='' realm=''
> 22:10:19 51666 Answer 'NO PAM start error' received.
> 22:10:19 51666 saslauthd: access denied (NO PAM start error)


Wham, bam, money gram :)

Looks like a socket problem. Did you check the permissions like I
mentioned? Mine always has the wrong permissions upon reboot when the
socket is recreated. Socket is defined in the Local/Makefile on
compile.

To see more indepth what's going on, run strace on it and it will show
you what access is denied.

Sam