why kumomta & postfix are not running on same server. We are not using default smtp and http port on kumomta. these are completely differente. While the same thing are running for pmta and postfix
Hey there @quirky-turtle, 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.
Little more context please, show logs and outputs.
And config.
my kumo is running on port 5890 & postfix on default smtp ports. when I am going to restart kumo service , it shut down postfix & when postfix service going to restart , kumo get down.
This is not happening with pmta & postfix combination.
Likely resolved by: kumod: remove Conflicts from systemd service · KumoCorp/kumomta@99861fb · GitHub
that should get built out and published in about an hour
@quirky-turtle ^^ that should be in the most recent update when you pull it. If you want to do it manually, you can edit line 3 of the kumomta.service file and reload everything. Proof of life:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ip-172-31-29-222.us-west-2.compute.internal ESMTP Postfix (Ubuntu)
quit
221 2.0.0 Bye
Connection closed by foreign host.
ubuntu@ip-172-31-29-222:/opt/kumomta$ telnet localhost 587
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ip-172-31-29-222 KumoMTA
quit
221 So long, and thanks for all the fish!
Connection closed by foreign host.
ubuntu@ip-172-31-29-222:/opt/kumomta$
Thanks. It’s working after changed in file.
I’ll marked this as resolved