Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:debian:configure-send-only-mailserver [2023/07/30 12:09] – removed - external edit (Unknown date) 127.0.0.1 | linux:debian:configure-send-only-mailserver [2024/11/18 22:02] (current) – [Postfix configuration] BIT | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Configure send-only mailserver for Systemmails ====== | ||
| + | This guide shows how to install a send-only mailserver using '' | ||
| + | |||
| + | ===== Postfix configuration ===== | ||
| + | |||
| + | **1.** Install '' | ||
| + | <code bash>apt install postfix mailutils</ | ||
| + | |||
| + | **2.** Configure postfix as '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Then enter the systemmail-name e.g. '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | **3.** Verify correct '' | ||
| + | |||
| + | <callout type=" | ||
| + | |||
| + | |||
| + | {{: | ||
| + | |||
| + | If '' | ||
| + | |||
| + | **4.** Test the configuration: | ||
| + | <code bash> | ||
| + | |||
| + | ===== Set receiver address ===== | ||
| + | |||
| + | The receiver addresses of the system mails are configured in ''/ | ||
| + | <code bash> | ||
| + | # See man 5 aliases for format | ||
| + | root:           < | ||
| + | |||
| + | postmaster: | ||
| + | nobody: | ||
| + | hostmaster: | ||
| + | webmaster: | ||
| + | www: root | ||
| + | </ | ||
| + | |||
| + | After changing ''/ | ||
| + | <code bash> | ||
| + | |||
| + | ===== Configure crontab emails ===== | ||
| + | |||
| + | If the receiver address is properly configured through the ''/ | ||