Re: [exim] sender-address and gmail

Góra strony
Delete this message
Reply to this message
Autor: Angelo Chen
Data:  
Dla: exim-users
Temat: Re: [exim] sender-address and gmail
sorry, $sender-address should have been $sender_address in the original post

On Mon, Oct 23, 2017 at 3:24 PM, Angelo Chen <angelochen960@???>
wrote:

> Hi,
>
> I sent a test email as follow:
>
> echo "This is a test." | mail -s Testing -r user1@??? user2@???
>
> then I have this auth for gmail replay:
>
> gmail_login:
>     driver = plaintext
>     public_name = LOGIN
>     client_send = : user1@??? : aPassword

>
> this works, then to make it more generic:
>
> gmail_login:
>     driver = plaintext
>     public_name = LOGIN
>     client_send = : $sender-address : aPassword

>
> this failed, looks like $sender-address is expanded into user1@localhost,
> any idea how to make this work? THanks,
>
>