Hello,
I have SMTP configured to connect to the localhost on port 2525, but I never see a connection to it when I attempt to send mail from rocket.chat. SMTP mail is working fine from the command line and I can send and receive email that way to/from any domain. I have the SMTP server in the email settings set to 127.0.0.1 (have also tried localhost) and the port set to 2525. I have tried a few iterations of changes stopping and restarting the server in between each time. I see a call to an API in the rocket log, but never any connection to the SMTP mail server is logged. The mailserver is Postfix 3.6.4
Well, of course it is, now don’t I feel stupid. I possibly would have figured that out if there were an error posted into the log. The 200 status made me believe the post worked. Thanks for setting me straight.