Re: [exim] exim4, saslauthd, pam, tried everything.

Top Page
Delete this message
Reply to this message
Author: Tim Wilde
Date:  
To: JerseyDevil
CC: exim-users
Subject: Re: [exim] exim4, saslauthd, pam, tried everything.
JerseyDevil wrote:
> When my saslauthd is started its run with the -m /var/run/saslauthd. Here is
> the output of `lsof -nU | grep saslauthd':
>
> saslauthd  5630           root    3u  unix 0xf6389400      86047552 socket
> saslauthd  5630           root    5u  unix 0xf26f8100      86047553
> /var/run/saslauthd/mux


What is CYRUS_SASLAUTHD_SOCKET set to in your Local/Makefile?
/var/run/saslauthd or /var/run/saslauthd/mux? I'm guessing from the
errors that it's set to /var/run/saslauthd, but it needs to point to the
actual mux socket itself, /var/run/saslauthd/mux in this case.

Regards,
Tim Wilde