I used to work with PowerMTA, but I’ve now switched to KumoMTA. I’m trying to configure outbound SMTP access for my application. I added this code to my init.lua file:
kumo.start_esmtp_listener {
listen = ‘0.0.0.0:25’,
smtp_server = {
username = os.getenv(“KUMOMTA_SMTP_USERNAME”),
password = os.getenv(“KUMOMTA_SMTP_PASSWORD”),
– Other SMTP server configuration options
},
– … other KumoMTA configuration options
}
Hey there @yearning-hyena, 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.
@astounding-quail Were you able to resolve this? Using SMTP Auth both inbound and outbound should be fairly well documented, but if you can’t find it let us know so we can check the docs again.