On 2011-12-11 20:52, paul cooper wrote:
# client_send = : [email protected] : xxxxxx
client_send = :
"${extract{auth_name}{${lookup{$sender_address}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}}"
: xxxxx
[...]
exim -be
'${extract{auth_pass}{${lookup{[email protected]}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}
returns the password in the lookup file ,which is
I'm confused. If that lookup returns the password, why are you using it in
the bit of the
client_send= line that didn't have the password in?
--
Jeremy
--
## List details at https://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/