removing the quotes from both client_send and the lookup file makes no
difference - the tunnel works and the gmail doesnt
On 14/12/11 13:53, [email protected] wrote:
From: paul cooper
my smtp_user file is thisno - removign the quotes from both send
*@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/