Security Hardening & Identity Authentication#
EFA-NG is engineered with a zero-trust email security philosophy.
---
1. Domain Authentication: DKIM & DMARC#
OpenDKIM#
Verifies outgoing and incoming cryptographic signatures:bash
systemctl status opendkimOpenDMARC#
Validates alignment between SPF/DKIM identifiers and theFrom: header to prevent executive spoofing:
bash
systemctl status opendmarc---
2. Fail2ban Intrusion Prevention#
Fail2ban monitors system and authentication logs to dynamically ban malicious IP addresses:
Check active jails and banned IPs:
bash
fail2ban-client status---
3. SELinux Security Policies#
EFA-NG operates natively under SELinux Enforcing mode on CentOS Stream 10 without requiring permissive workarounds.