[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Como autenticar usuarios usando texto plano no Exim



Caros colegas

Estou tentanto fazer o Exim autenticar usuarios, baixei os fontes com

apt-get build-dep exim
apt-get -b source exim

instalei o arquivo .deb gerado, descomentei as linhas abaixo e nada

Alguem sabem como gerar o arquivo de usuarios?


> ######################################################################
> #                   AUTHENTICATION CONFIGURATION                     #
> ######################################################################
>
> # Look in the documentation (in package exim-doc or exim-doc-html for
> # information on how to set up authenticated connections.
>
> # The examples below are for server side authentication; they allow two
> # styles of plain-text authentication against an /etc/exim/passwd file
> # which should have user IDs in the first column and crypted passwords
> # in the second.
>
> plain:
>   driver = plaintext
>   public_name = PLAIN
>   server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:
*}}}}}{1}{0}}"
>   server_set_id = $1
>
> login:
>   driver = plaintext
>   public_name = LOGIN
>   server_prompts = "Username:: : Password::"
>   server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:
*}}}}}{1}{0}}"
>   server_set_id = $1



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.471 / Virus Database: 269 - Release Date: 04/10/2003



Reply to: