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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
