Re: [exim] using environment ${env {}} for helo_data

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] using environment ${env {}} for helo_data
On 29/07/2020 10:48, Frank Heydlauf via Exim-users wrote:
> My test:
>    export EXIM_HELONAME=myheloname
>    # restart exim
>    swaks --from="<>" --to=$ME  --server=localhost


I'm guessing that you're not actually running exim from
the shell you set the environment variable in.

Look into how your Debian actually starts the exim binary.
If it's systemd, for example, you'll be needing to set
the environment in the recipe (whatever they call it)
it uses for the service.
--
Cheers,
Jeremy