diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:42:57 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 21:42:57 +0900 |
| commit | 1b3eded34ae693b8662487b9c54a21e4fec1b07f (patch) | |
| tree | 382097b01569dce3b45d7a7fcb2a67968c7a5f64 /mail/docker-compose.yml | |
| parent | 72799dd59da44269107fe3e651e7566042002709 (diff) | |
Configure Amazon SES relay for Postfix (port 25 blocked by Hetzner)
SES credentials are injected via .env file (not committed). entrypoint.sh
creates sasl_passwd at runtime from SES_ACCESS_KEY_ID / SES_SMTP_PASSWORD.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'mail/docker-compose.yml')
| -rw-r--r-- | mail/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/docker-compose.yml b/mail/docker-compose.yml index b137c06..021e142 100644 --- a/mail/docker-compose.yml +++ b/mail/docker-compose.yml @@ -3,6 +3,7 @@ services: build: . container_name: mail hostname: hetzner.yyamashita.com + env_file: .env volumes: - /etc/opendkim:/etc/opendkim:ro - mail_queue:/var/spool/postfix |
