[Exim] esmtp authentification

Página Inicial
Delete this message
Reply to this message
Autor: hanasaki
Data:  
Para: Exim Users
Assunto: [Exim] esmtp authentification
Well.. I have looked at and tried adding the following to my exim.conf

# $2 = user name : $3 password
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if pam{$2:$3}{1}{0}}"
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pam{$1:$2}{1}{0}}"
server_set_id = $1


This is based on config.samples/CO34

The following error is presented when sending mail:

2001-03-02 16:28:13 Exim configuration error
transport plain: cannot find transport driver "plaintext" in line 184
2001-03-02 16:28:13 Exim configuration error
option "public_name" unknown in line 185 ("driver" must be specified
before any private options)
2001-03-02 16:28:13 Exim configuration error
option "server_condition" unknown in line 186 ("driver" must be
specified before any private options)
2001-03-02 16:28:13 Exim configuration error
option "server_set_id" unknown in line 187 ("driver" must be specified
before any private options)