I have this authenticator which take the full email address as
login. I use the domain name as a key for my lookup. All the
authentication process works fine but the variable authenticated_id is
"qualified", and quotes are added by exim.

Ex:  "[EMAIL PROTECTED]"@xcp.bsdhost.net

This string also ends up on the header of the mail in the header of
the mail send in the Sender, and the Return-Path field.

Return-Path:    <[EMAIL PROTECTED]@xcp.bsdhost.net>
Sender:         "[EMAIL PROTECTED]"@xcp.bsdhost.net

cram:
   driver = cram_md5
   public_name = CRAM-MD5
   server_secret = ${lookup{${local_part:$1}}lsearch\
         {/space/hosting/${domain:$1}/etc/passwd.cram}\
         {${sg{$value}{\{plain\}}{}}}{fail}}
   server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
   server_set_id = $auth1

How can I set authentication_id with the right value ?

-fred-


-- 
Fred C!
PGP-KeyID: E7EA02EC3B487EE9
PGP-FingerPrint: A906101E2CCDBB18D7BD09AEE7EA02EC3B487EE9




-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to