Inbound Mandatory TLS for auth and non aith

Hi Team

Please tell if there are any parameters for the smtp listener to use mandatory tls for inbound connection

Hook the smtp_server_connection_accepted - KumoMTA Docs and check the TLS info in the connection metadata: Predefined Metadata - KumoMTA Docs

Do I need to make a logic?

or this will help to make a logic to use mandatory tls

You will need to write lua that hooks the connection accepted event, checks that TLS attributes are set, and otherwise drop connection.

ok got it thanks for your help