Is there a working SMTP/relay plugin
-
I have a NodeBB instance setup on an internal host and it needs to send to an internal relay MTA via SMTP.
The built in local mail is useless and not configurable (in the GUI). I do not want this server sending email out. It needs to send to a relay.
I tried https://github.com/Danor/nodebb-plugin-emailer-smtp but it does not seem to work.
It seems to be trying to use SSL even though I did not tell it to.
This is what my receiving maillog shows.
Jan 6 14:28:44 relay postfix/smtpd[30565]: connect from unknown[10.254.0.35] Jan 6 14:28:44 relay postfix/smtpd[30565]: lost connection after UNKNOWN from unknown[10.254.0.35] Jan 6 14:28:44 relay postfix/smtpd[30565]: disconnect from unknown[10.254.0.35]
-
@JaredBusch Have you tried using emailer-local?
-
@aleksad said in Is there a working SMTP/relay plugin:
The solution was found for this error? If there is a solution, could You share, thank you.
Yes, I'm sorry I forgot to post I am on the road right now but I will do so later
-
@JaredBusch said in Is there a working SMTP/relay plugin:
@aleksad said in Is there a working SMTP/relay plugin:
The solution was found for this error? If there is a solution, could You share, thank you.
Yes, I'm sorry I forgot to post I am on the road right now but I will do so later
I did not end up using a plugin. I ended up editing
/etc/postfix/main.cf
myself and adding a relayhost as I happen to have one setup for other purposes.relayhost = 10.254.0.31