Re: [exim] smtp authentification with exim

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: rezeaux
Data:  
Para: exim-users
Asunto: Re: [exim] smtp authentification with exim


Christian Schmidt wrote:
>
> Hello rezeaux,
>
> I'd recommend using something like saslauthd instead.
>
> Gruss/Regards,
> Christian Schmidt
>
>


I have installed sasl2-bin but it still doesn't work. i have the following
message :
435 Unable to authenticate at present (set_id=ayameogo): cannot connect to
saslauthd daemon at /var/run/saslauthd/mux: Connection refused

my Debian-exim user is in the sasl group

at this point, i am really confused.

my exim4.conf.template contains :

*******************************
# Authenticate against local passwords using sasl2-bin
# Requires exim_uid to be a member of sasl group, see README.SMTP-AUTH
plain_saslauthd_server:
driver = plaintext
public_name = PLAIN
server_condition = ${if saslauthd{{$2}{$3}}{1}{0}}
server_set_id = $2
server_prompts = :
# .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
# server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
# .endif
#
login_saslauthd_server:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
# don't send system passwords over unencrypted connections
# server_advertise_condition = ${if eq{$tls_cipher}{}{0}{1}}
server_condition = ${if saslauthd{{$1}{$2}}{1}{0}}
server_set_id = $1
# .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
# server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
# .endif
*******************************************************

--
View this message in context: http://www.nabble.com/smtp-authentification-with-exim-tf3045081.html#a8506354
Sent from the Exim Users mailing list archive at Nabble.com.