--
[ Picked text/plain from multipart/alternative ]
Please welcome to Me
I've got a problem with Exim with Amavisd-new and ClamAv....
As I want all mail account using their own passwords I made a small
trick to authenticate on a smarthost...
begin authenticators
xchang:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pam {$1:$2}{1}{0}}"
server_set_id = $1:$2
client_send = "${extract{1}{::}{$authenticated_id}} : ${extract{2}{::}{$authenticated_id}}"
#Using pam to authenticate on AD)
This authenticator works when I contact a Smarthost who required an
Authentication. But since I've installed amavisd-new, it makes a new smtp connection,
and $authenticated_id become empty.
How to correct it ? How to keep/save $authenticated_id ?
Thanx
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
--