[exim-dev] [Bug 3114] Exim DKIM signing causes SIGSEGV durin…

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Exim Bugzilla
Dátum:  
Címzett: exim-dev
Tárgy: [exim-dev] [Bug 3114] Exim DKIM signing causes SIGSEGV during message delivery
https://bugs.exim.org/show_bug.cgi?id=3114

Ali <khnaz35@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #4 from Ali <khnaz35@???> ---
(In reply to Jeremy Harris from comment #3)

> Lacking further info, closing.


Hi Jeremy,

Apologies for the delay in following up—I was out for a while due to some
medical issues.

To recap, I initially reported the bug because I encountered an issue while
trying to configure multiple domains on a single Exim server. The goal was to
have each domain use its own unique DKIM key, which is now a requirement from
mail providers like Google and Yahoo.

Here’s the code I’m using to try to achieve this (with domain names
generalized):

remote_smtp:
driver = smtp
dkim_domain = ${if eq{$sender_address_domain}{example1.com} {example1.com}
{${if eq{$sender_address_domain}{example2.com} {example2.com} {}}}}
dkim_selector = default
dkim_private_key = ${if eq{$sender_address_domain}{example1.com}
{/etc/exim/dkim/example1_rsa.private} {${if
eq{$sender_address_domain}{example2.com} {/etc/exim/dkim/example2_rsa.private}
{}}}}
dkim_canon = relaxed
dkim_strict = 0
.ifdef _HAVE_TLS_RESUME
tls_resumption_hosts = *
.endif




This setup should ideally allow each domain to handle DKIM signing
independently. However, I ran into some unexpected behavior, which is why I
initially reached out. Let me know if there’s any additional context or
specifics you need on this configuration to help pinpoint the issue.



Thanks for your help

--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/