Einrichten Emailversand mit Postfix
Damit auch Emailbenachrichtungen raus gehen, richten wir uns einen Postfix SMTP Server ein.
Abhängigkeiten installieren
apt-get install -y postfix bsd-mailx
Nun nur lokal auswählen
Email name ausfüllen: checkmk.local.lan
nun die Postfix datei /etc/postfix/main.cf öffnen
nano /etc/postfix/main.cf
Inhalt
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
