Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
- infrastructure/setup.sh: Master provisioning script for fresh Ubuntu servers - infrastructure/docker-compose.yml: Production Docker Compose configuration - infrastructure/.env.template: Environment variables template - infrastructure/nginx/: Nginx configuration with security headers - infrastructure/postfix/: Postfix + OpenDKIM email configuration - infrastructure/README.md: Complete disaster recovery guide - scripts/docfast-backup.sh: SQLite backup script with rotation All services now fully reproducible with documented disaster recovery procedures.
11 lines
No EOL
213 B
Text
11 lines
No EOL
213 B
Text
# OpenDKIM Trusted Hosts
|
|
# These hosts are allowed to send mail through this server
|
|
|
|
# Localhost
|
|
127.0.0.1
|
|
localhost
|
|
|
|
# Docker networks (adjust based on your Docker setup)
|
|
172.17.0.0/16
|
|
172.18.0.0/16
|
|
172.19.0.0/16 |