Skip to content

Commit 0708703

Browse files
Merge pull request #5 from solution-libre/4-replace-namshismtp-image-by-ixdotaismtp
Replace namshi/smtp image by ixdotai/smtp #4
2 parents a9fe6b8 + 09a671f commit 0708703

File tree

4 files changed

+89
-83
lines changed

4 files changed

+89
-83
lines changed

docker-compose-barcus.override.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@ services:
8989
ipv4_address: "${NETWORK_PREFIX}.7"
9090

9191
smtpd:
92+
image: ixdotai/smtp
9293
restart: unless-stopped
93-
command: ["exim", "-bd", "-q15m", "-v"]
94-
entrypoint: /usr/local/bin/docker-entrypoint.sh
9594
hostname: "smtpd.${HOSTNAME}"
9695
volumes:
9796
- ../docker-volumes/smtpd/_docker_additional_macros:/etc/exim4/_docker_additional_macros
9897
- ../docker-volumes/smtpd/exim4.conf.template:/etc/exim4/exim4.conf.template
99-
- ../docker-volumes/smtpd/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
10098
secrets:
10199
- smtpd-user
102100
- smtpd-password
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
MAIN_TLS_ENABLE = 1
2-
REMOTE_SMTP_SMARTHOST_HOSTS_REQUIRE_TLS = *
32
TLS_ON_CONNECT_PORTS = 465
43
REQUIRE_PROTOCOL = smtps

docker-volumes/smtpd/docker-entrypoint.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)