Skip to content

eppesuig/mailserver-audit-collect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mailserver-audit-collect

Scripts to collect configuration data from Linux mail servers for security audit purposes.

Each MTA has its own dedicated script (Postfix, Dovecot, Sendmail, Exim).

Security guarantees

All scripts are strictly read-only:

  • ✅ No modifications to system files or services
  • ✅ No network calls outside the server (curl, wget, nc are never used)
  • ✅ Only read operations via cat, grep, awk, and process inspection
  • ✅ Output is a local .tar.gz archive containing collected data only

Usage

sudo ./scripts/audit-postfix.sh
# Output: mailserver-audit-<hostname>-<date>.tar.gz

About

create a tar archives with data required to fill a audit report for Linux mailserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%