Hi for making an ideea regarding KUMO cinfiguratin can you please help me explain how we should translate this vmta configuration from powerMTA to KUMO
host-name fidel.com
smtp-source-ip 98.332.10.17
include /etc/pmta/dkim_clients.txt
<domain *>
dk-sign yes
dkim-sign yes
deliver-local-dsn no
second-dkim-sign yes
second-dkim-identity @whi.net
second-dkim-identity-fallback @whi.eu
use-starttls yes
require-starttls no
</domain>
Hey there @yummy-hawk, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
@yummy-hawk a similar config is in that blog post. In general, much of it can be ignored because we do it by default. DKIM double sign is native if you use the DKIM helper. Queue priority is irrelevant. Back off is all handled in the tsa agent.
that was only one vmta…we still have definitions and conditions depending on the email headers and different rules for certain areas… I was just trying to understand the logic/similarities/differences between PMTA and KUMO
Understood. All of the useful functionality is there, but may be done in a slightly different way. Eh: backoff vs TSA. VMTAs are roughly equivalent to egress sources or Tenants depending on how you use them.
Hello @faithful-ostrich , sorry for chiming in, but I also have a question:
I am trying to mirror a logic we have for the PMTA, when we dynamically assign a second DKIM signature per VMTA (
if vmtaName=something then
second_dkim_identity == somethingelse )
And I am wondering what would be the best way to approach it in Kumo.
I could do it based on each event kumo.on(‘smtp_server_message_received’)
and place
dkim_signer(msg) for the first DKIM signature
and use
kumo.dkim.rsa_sha256_signer() for a second DKIM based on the x-header in the message?
I would appreciate your thoughts.
we have several categories of VMTA’s, and I need to lookup the category, then use it to decide which identity should be added as a second DKIM signature