Skip to content

Commit

Permalink
Improve DKIM support
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Sep 20, 2023
1 parent 3715b55 commit 89f47c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
/files/postgres14/upgrade/*
!/files/postgres14/upgrade/check-available-space

/files/local/customssl/*.pem
/files/local/customssl/*.pem

/files/mail/rsa.private
/files/mail/rsa.public

/files/dkim/*
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ services:
POSTGRES_PASSWORD: odk
POSTGRES_DATABASE: odk
mail:
image: "ixdotai/smtp:v0.2.0"
image: "ixdotai/smtp:v0.5.1"
volumes:
- ./files/dkim/config:/etc/exim4/_docker_additional_macros:ro
- ./files/dkim/rsa.private:/etc/exim4/domain.key:ro
- ./files/mail/rsa.private:/etc/exim4/dkim.key.temp:ro
environment:
- MAILNAME=${DOMAIN}
- DKIM_KEY_PATH=/etc/exim4/dkim.key.temp
restart: always
service:
build:
Expand Down
5 changes: 0 additions & 5 deletions files/dkim/config.disabled

This file was deleted.

Empty file added files/mail/rsa.private
Empty file.

0 comments on commit 89f47c1

Please sign in to comment.