I’m setting up KumoMTA to forward emails to PowerMTA with TLS authentication.
Previously, I could route emails to a specific SMTP server. Now, TLS authentication is failing because PowerMTA has global TLS settings, not individual connection-based settings. This mismatch is causing connection errors.
My question is: Can KumoMTA be configured to choose a specific TLS authentication method for each SMTP connection to PowerMTA?
This is my config: opt/kumomta/etc/policy/shaping.toml
[“smtp-30.domain.com”]
enable_tls = ‘Required’
smtp_port=4032