Jeremy & all,
From: Jeremy Harris via Exim-users <exim-users@???>
Date: Sat, 1 Apr 2023 17:15:25 +0100
> Exim has a debug mode.
> ...
> $ exim -d+all -odf person@??? </dev/null 2>&1 | tee
> eximdebug.txt | less
>
> You will see the processing that exim does, and should be able to
> infer at what point it diverges from your needs.
Thanks. I should have tried debug before asking. Alerted me to add
lines in /etc/email-addresses.
Still the debug run appears to stop before completion.
?
Thanks for the help, ... P.
================================
root@dalton:/home/root# tail -n 16 eximdebug.txt
19:40:02 9597 closed hints database and lockfile
19:40:02 9597 no host retry record
19:40:02 9597 no message retry record
19:40:02 9597 easthope.ca [158.69.159.172]:465 retry-status = usable
19:40:02 9597 158.69.159.172 in serialize_hosts? no (option unset)
19:40:02 9597 delivering 1pjt45-0002Uk-Jt to easthope.ca
[158.69.159.172] (peter@???)
19:40:02 9597 set_process_info: 9597 delivering 1pjt45-0002Uk-Jt to
easthope.ca [158.69.159.172]:465 (peter@???)
19:40:02 9597 158.69.159.172 in hosts_require_dane? no (option unset)
19:40:02 9597 Transport port=25 replaced by host-specific port=465
19:40:02 9597 158.69.159.172 in hosts_pipe_connect? no (option unset)
19:40:02 9597 Connecting to easthope.ca [158.69.159.172]:465 ...
158.69.159.172 in hosts_try_fastopen? yes (matched "*")
19:40:02 9597 TFO mode sendto, no data: EINPROGRESS
19:40:02 9597 connected
19:40:02 9597 ╭considering: $primary_hostname
19:40:02 9597 ├──expanding: $primary_hostname
19:40:02 9597 ╰─────result: dalton.invalid
root@dalton:/home/root#
================================