Auto Merge of PR 22 - postal-smtp-tls
Merged by Trez.One
This commit was merged in pull request #22.
This commit is contained in:
@@ -30,6 +30,9 @@ message_db:
|
|||||||
smtp_server:
|
smtp_server:
|
||||||
default_port: 25
|
default_port: 25
|
||||||
default_bind_address: "::"
|
default_bind_address: "::"
|
||||||
|
tls_enabled: true
|
||||||
|
tls_certificate_path: /config/certs/fullchain.pem
|
||||||
|
tls_private_key_path: /config/certs/privkey.pem
|
||||||
|
|
||||||
dns:
|
dns:
|
||||||
# Specify the DNS records that you have configured. Refer to the documentation at
|
# Specify the DNS records that you have configured. Refer to the documentation at
|
||||||
|
|||||||
+2
-5
@@ -3937,11 +3937,8 @@ services:
|
|||||||
- 25:25
|
- 25:25
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/postal
|
- ${DOCKER_VOLUME_CONFIG}/postal:/config
|
||||||
target: /config
|
- ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/live/trez.wtf:/config/certs
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
postal-web:
|
postal-web:
|
||||||
command: postal web-server
|
command: postal web-server
|
||||||
container_name: postal-web
|
container_name: postal-web
|
||||||
|
|||||||
Reference in New Issue
Block a user