fix: ssl on mail
This commit is contained in:
parent
eb1096b275
commit
8d45311e0d
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ services:
|
|||
# More information about the mail-server ports:
|
||||
# https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/
|
||||
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
|
||||
environment:
|
||||
SSL_TYPE: "manual"
|
||||
SSL_CERT_PATH: "/etc/letsencrypt/live/mail.ixvd.net/fullchain.pem"
|
||||
SSL_KEY_PATH: "/etc/letsencrypt/live/mail.ixvd.net/privkey.pem"
|
||||
ports:
|
||||
- "25:25" # SMTP (explicit TLS => STARTTLS)
|
||||
- "143:143" # IMAP4 (explicit TLS => STARTTLS)
|
||||
|
|
Loading…
Reference in a new issue