[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Cyborg via Exim-users
Am 23.09.23 um 11:30 schrieb Mario Emmenlauer via Exim-users: Hi, I'd like to reject emails that are not sent from a valid DKIM-enabled acl_smtp_dkim = acl_check_dkim acl_check_dkim:     # skip if it's from an authenticated user     accept condition  = ${if eq{$authenticated_id}{} {

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Jeremy Harris via Exim-users
On 25/09/2023 08:10, Cyborg via Exim-users wrote: acl_smtp_dkim = acl_check_dkim acl_check_dkim: # skip if it's from an authenticated user accept condition  = ${if eq{$authenticated_id}{} {0}{1}} deny sender_domains = $sender_address_domain  dkim_signers

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Jeremy Harris via Exim-users
On 25/09/2023 08:10, Cyborg via Exim-users wrote: acl_smtp_dkim = acl_check_dkim acl_check_dkim: # skip if it's from an authenticated user accept condition  = ${if eq{$authenticated_id}{} {0}{1}} deny sender_domains = $sender_address_domain  dkim_signer

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Mario Emmenlauer via Exim-users
On 25.09.23 10:31, Jeremy Harris via Exim-users wrote: On 25/09/2023 08:10, Cyborg via Exim-users wrote: acl_smtp_dkim = acl_check_dkim acl_check_dkim:  # skip if it's from an authenticated user  accept condition  = ${if eq{$authenticated_id}{} {0}{1}}  deny sender_do

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Jeremy Harris via Exim-users
On 25/09/2023 09:48, Mario Emmenlauer via Exim-users wrote: Jeremy, could you help me one last bit, which parts of Marius's example in acl_check_data are replaced by your acl_check_mail? All of the section he showed. Though (cf. my later mail) I did decide that my single line wasn't quite enou

[exim] Re: RFC822 Date format.

2023-09-25 Thread Victor Ustugov via Exim-users
Jasen Betts via Exim-users wrote on 25.09.2023 3:25: > Exim generates correctly formatted Date headers > when using control=submission *, > and uses the same format in received headers. > > I want to add a Resent-Date: header. Is there any way to access this > RFC822 timestamp using simple strin

[exim] Re: RFC822 Date format.

2023-09-25 Thread Jeremy Harris via Exim-users
On 25/09/2023 05:11, Viktor Dukhovni via Exim-users wrote: Does Exim add any of: * Resent-From * Resent-Date * Resent-Message-Id automatically[1], when a message has other Resent- headers (Resent-To, ...). If not, would that be a reasonable future feature? Not Exim's job. RFC

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Slavko via Exim-users
Dňa 25. septembra 2023 8:46:49 UTC používateľ Jeremy Harris via Exim-users napísal: >acl_smtp_data: > ... > deny condition = ${if def:dkim_verify_status} > ${if !inlist {pass}{$dkim_verify_status}} > # remove line below to also reject non-signed messages >

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Jeremy Harris via Exim-users
On 25/09/2023 11:34, Slavko via Exim-users wrote: The docs mentions $dkim_verify_status inside: Inside the DKIM ACL, the following expansion variables are available... I tried to log the $dkim_verify_status in DATA ACL, but it logs empty string, despite that message logs "verification succ

[exim] Re: How to enable incoming DKIM check, ideally in Ubuntu/Debian?

2023-09-25 Thread Slavko via Exim-users
Dňa 25. septembra 2023 10:47:30 UTC používateľ Jeremy Harris via Exim-users napísal: >"So long as a DKIM ACL is defined (it need do no more than accept), after all >the DKIM ACL runs have completed, the value becomes a colon-separated list of >the values after each run. This is maintained for