• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Is there a working SMTP/relay plugin

Scheduled Pinned Locked Moved Technical Support
5 Posts 3 Posters 1.8k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JaredBuschJ Offline
    JaredBuschJ Offline
    JaredBusch GNU/Linux
    wrote on last edited by
    #1

    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.
    0_1483734560634_upload-75ea4fc6-6736-498c-aa69-82ddc6e649a5
    0_1483734693063_upload-0d41f9cd-111d-40a2-92c8-169d3beab1ab

    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]
    
    julianJ 1 Reply Last reply
    0
  • A Offline
    A Offline
    aleksad
    wrote on last edited by
    #2

    The solution was found for this error? If there is a solution, could You share, thank you.

    JaredBuschJ 1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to JaredBusch on last edited by
    #3

    @JaredBusch Have you tried using emailer-local?

    1 Reply Last reply
    0
  • JaredBuschJ Offline
    JaredBuschJ Offline
    JaredBusch GNU/Linux
    replied to aleksad on last edited by
    #4

    @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

    JaredBuschJ 1 Reply Last reply
    1
  • JaredBuschJ Offline
    JaredBuschJ Offline
    JaredBusch GNU/Linux
    replied to JaredBusch on last edited by JaredBusch
    #5

    @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
    
    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development