I’m new to KumoMTA, and I have to say that it has completely blown me away with how powerful it is—and it’s open source, too! I’ve recently installed KumoMTA on CentOS 9, and after some setup, it’s now responding properly when I use telnet to connect on port 25.
However, I’m struggling with setting up SMTP authentication, specifically assigning usernames and passwords for SMTP clients to authenticate with. I’ve gone through the documentation over the past few days, but I still can’t figure out how to configure this.
Previously, I worked with PowerMTA (PMTA), which had a single configuration file where I could easily modify all settings. With KumoMTA, I’m unsure where and how to define SMTP users and passwords since there are several configuration files involved.
Could anyone guide me on how to set up SMTP authentication in KumoMTA, or point me in the right direction?
so, the smtp listener checks to make sure you are connecting from an approved IP or domain. Then is SMTP_Auth was used AND you have TLS configured, the messages is handed to the function listed above to validate the SMTP_Auth credentials. Inside there you can use plain text, or a data store to look up the credentials.