Re: [exim] DKIM and debian buster...

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] DKIM and debian buster...
On 12/07/2020 22:51, Marco Gaiarin via Exim-users wrote:
>>>>>>> How can i debug trasport?! ;-)
>>>> Run the exim that forks to become the transport with
>>>> debug enabled (either via ACL action or commandline option).
>>> Ahem... some examples or some direct link in documentation? O;-)
>> The Exim command line is documented at
>> http://exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_command_line.html#SECID39
>
> Sorry but... the way i've debug exim until now (eg '-bhc' and '-bt') seems
> does not 'debug' trasport.
> And also reading docs, i don't understand how enabling debig in ACL can help
> debugging transports.


Run the exim that results in the transport be run,
with debug turned on.
If this test message is smtp-fed, that'll be the daemon.
If commandline, it's the one you start.

Grab stderr to file, for later perusal.

Feed in the test message.

Find the bit of debug output that shows your transport being run.



>> You've not told us anything about your use-case so
>> we can't be more detailed.
>
> Simply: i was used enable DKIM using 'predefined' debian variables DKIM_*,
> and setting:
>
>     DKIM_PRIVATE_KEY


> I hope i was clear now. Thanks.


No. Clear, but nowhere near sufficient, for someone without your
system configuration to tell how that macro is being used.
--
Cheers,
Jeremy