I’m looking for a simple sendmail replacement to receive local mail, such as from cron and service failures and forward it to on to a real SMTP server.

I have used msmtpd successfully but thought I’d ask if folks have other solutions they like.

  • hperrin@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Can’t you use sendmail? Also, check out my updated message above. You’ll need to make sure you can send outbound traffic on port 25.

    • markstos@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      Sendmail is a binary provided by a mail system and no mail system is installed by default on Fedora.

      I’m looking for a solution that’s as simple as possible: provide a sendmail binary to pass the message to a third-party SMTP server.

      I’ll connect to Mailgun via TLS— no port 25 involved.