I still get an error,
Now I have
login:
driver = plaintext
public_name = LOGIN
client_name = username
client_secret = password
server_prompts = "Username:: : Password::"
server_condition = "${if saslauthd{{$1}{$2}{smtp}} {1}}"
server_set_id = $1
plain_login:
driver = plaintext
public_name = PLAIN
client_name = username
client_secret = password
server_prompts = Username:: : Password::
server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
server_condition = ${lookup{$1}lsearch{/etc/exim/passwd.client}{${if
eq {$value }{$2}{yes}{no}}}}{no}}
server_set_id = $1
and I get the error:
[root@vk3kqu exim]# exim -v -qf
LOG: PANIC DIE
Exim configuration error in line 807 of /etc/exim/exim.conf:
option "client_name" unknown
I am sorry if this is just something simple, I am not trying to hasle, just
cant work out what is going on.
Thanks in advance for any help you can offer