> From: paul cooper > my smtp_user file is this
> *@gmail.com: smarthost="smtp.gmail.com::587" auth_name="[email protected]" > auth_pass="password" > the authenticator > login: > driver = plaintext > public_name = LOGIN > client_send = ": > ${extract{auth_name}{${lookup{$sender_address}wildlsearch{/etc/exim/smtp_users}{$value}fail}}}\ > : > ${extract{auth_pass}{${lookup{$sender_address}wildlsearch{/etc/exim/smtp_users}{$value}fail}}}" I think that you need to remove quotes "" in the file and in the client_send. -- ## 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/
