Re: [Exim] SMTP out with PAM authentication, Debian

Pàgina inicial
Delete this message
Reply to this message
Autor: Dave C.
Data:  
A: jens-ingo brodesser
CC: exim-users
Assumpte: Re: [Exim] SMTP out with PAM authentication, Debian
You have your authenticator driver in the config file rewrite
section. The exim config file has multiple sections, each terminated by
the keyword 'end'.. Each type of config must go in the appropriate
section..

On Fri, 1 Dec 2000, jens-ingo brodesser wrote:

> i'm trying to establish authentication over PAM. the system on which
> exim runs is debian gnu/linux, Exim version 3.12 #1 built 30-Apr-2000
> 01:07:30
>
> ==============
> /etc/exim.conf
>
> host_auth_accept_relay = *
> host_accept_relay = localhost: 213.35.96.0/24
>
> login:
> driver=plaintext
> public_name=LOGIN
> server_condition="${if pam{$1:$2}{1}{0}}"
> server_prompts="Username:: : Password::"
> server_set_id=$1
> ==============
>
> ==============
> /etc/pam.d/exim
>
> auth required pam_pwdfile.so pwdfile /etc/exim.passwd
> account required pam_pwdb.so
> ==============
>
> i can't figure out why i get the following error msg :
>
> ==============
> paniclog
>
> domain missing in rewrite key string "login:" in line 423
> 2000-11-22 00:45:59 Exim configuration error
> ==============
>
> could you give me a hint ? thank you.
>
> --
> jens-ingo
>


--