feat: implement comprehensive postfix gateway with eFa5 configuration
Build / precommit (pull_request) Successful in 5m12s

- add voxpupuli-postfix module to Puppetfile
- create profiles::postfix::gateway class with config based on efa5
- add master.cf entries for postscreen, smtpd, dnsblog, and tlsproxy services
- create postfix hash files: aliases, access controls, canonical maps
- configure TLS with system PKI certificates and strong cipher suites
- add transport and virtual alias mappings for mail routing
This commit is contained in:
2025-10-21 22:10:22 +11:00
parent e129d1cf7a
commit a0d26686a4
13 changed files with 369 additions and 0 deletions
@@ -6,5 +6,6 @@ class roles::infra::mail::gateway {
}else{
include profiles::defaults
include profiles::base
include profiles::postfix::gateway
}
}