Scripts to collect configuration data from Linux mail servers for security audit purposes.
Each MTA has its own dedicated script (Postfix, Dovecot, Sendmail, Exim).
All scripts are strictly read-only:
- ✅ No modifications to system files or services
- ✅ No network calls outside the server (
curl,wget,ncare never used) - ✅ Only read operations via
cat,grep,awk, and process inspection - ✅ Output is a local
.tar.gzarchive containing collected data only
sudo ./scripts/audit-postfix.sh
# Output: mailserver-audit-<hostname>-<date>.tar.gz