Re: [exim] smtp authentification with exim

Inizio della pagina
Delete this message
Reply to this message
Autore: rezeaux
Data:  
To: exim-users
Oggetto: Re: [exim] smtp authentification with exim

Thank you. this is what i have put in my /etc/exim4/exim4.conf.template
but my server still continues to relay messages sent by unknown users.

plain_server:
driver = plaintext
public_name = PLAIN
server_condition = "${if
crypteq{$3}{${extract{1}{:}{${lookup{$2}lsearch{/etc/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $2
server_prompts = :
.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
.endif
login_server:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $1
.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
.endif

###################################################################


Heiko Schlittermann wrote:
>
> Alain YAMEOGO <alainyameogo@???> (Sa 20 Jan 2007 13:27:41 CET):
>> Hi!
>>
>> I have setup exim4 and i need that the server require smtp
>> authentification
>> via /etc/passwd. I have tried in vain with acls.
>> Anybody can help me?
>
> Yes.
> What did you setup so far?
>
> --
> Heiko
>
>
> --
> ## 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/
>


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