Exim (Mailserver minimal)
Version vom 10. November 2025, 18:53 Uhr von Thomas.will (Diskussion | Beiträge) (→Exim4 Minimal-Setup (lokale Zustellung))
Installation von Exim und Mailutils
- apt install exim4 mailutils -y
Anlegen der Konfiguration
- nano /etc/exim4/update-exim4.conf.conf
dc_eximconfig_configtype='local' dc_other_hostnames='lab.int' dc_local_interfaces='127.0.0.1 ; ::1 ; 10.20.10.11' dc_readhost='' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='' dc_mailname_in_oh='true' dc_localdelivery='mail_spool'
Update der finalen Konfiguration
- update-exim4.conf
Systemdienst neu starten
- systemctl restart exim4
Systemdienst checken
- systemctl status exim4 --no-pager
Testmail versenden
- echo "Testmail" | mail -s "Exim läuft" root
Mail als root checken
Kontrolle
- journalctl -u exim4 -n 20 --no-pager
- less /var/mail/root