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}{} {
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
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
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
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
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
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
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
>
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
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
10 matches
Mail list logo