Skip to content

Commit

Permalink
Upgrade to updated fork, ignore localhost's self-signed certs (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Feb 28, 2023
1 parent dc28751 commit 46bb874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
POSTGRES_PASSWORD: odk
POSTGRES_DATABASE: odk
mail:
image: "itsissa/namshi-smtp:4.92-8.deb10u6"
image: "ixdotai/smtp:v0.2.0"
volumes:
- ./files/dkim/config:/etc/exim4/_docker_additional_macros:ro
- ./files/dkim/rsa.private:/etc/exim4/domain.key:ro
Expand Down
3 changes: 2 additions & 1 deletion files/service/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"transport": "smtp",
"transportOpts": {
"host": "mail",
"port": 25
"port": 25,
"ignoreTLS": true
}
},
"xlsform": {
Expand Down

0 comments on commit 46bb874

Please sign in to comment.