Re: [exim] Multiple users for SMTP Authentication

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Burnham
Fecha:  
A: 'Exim-users'
Asunto: Re: [exim] Multiple users for SMTP Authentication

>
> Anyone got any suggestions ? My guess is its probably obvious
> what I've done
> wrong !
>


At first guess you may need to change your CYRUS_SASLAUTHD_SOCKET setting in your Exim Local/Makefile to be
CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux
- that's what it appears to be under RedHat anyway. Check whether you have such a file and what the permissions are.

John