Relay email (nullmailer)

From Alpine Linux
Revision as of 13:07, 1 February 2025 by Jarp (talk | contribs) (Created page with " == Overview == Nullmailer is lightweight and simple MTA (mail transport agent) which allows to relay local mails to another server. This is useful if you are in example running private server at home and just want to relay notifications from cron etc. to your external mailbox via your ISPs mail server. Nullmailer allow also to rewrite envelope sender which is needed to pass spam checks many ISPs are nowadays doing. == Installation == Nullmailer can be found only from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Nullmailer is lightweight and simple MTA (mail transport agent) which allows to relay local mails to another server. This is useful if you are in example running private server at home and just want to relay notifications from cron etc. to your external mailbox via your ISPs mail server. Nullmailer allow also to rewrite envelope sender which is needed to pass spam checks many ISPs are nowadays doing.

Installation

Nullmailer can be found only from the testing branch. How to Enable the Testing Repository

# apk add nullmailer@testing

Configuration

Testing