Skip to content

Commit 9c6629d

Browse files
committed
docs(mta): fixed wrong certificate path
1 parent bda927f commit 9c6629d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/compose/mta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ services:
1414
- data-spool:/var/spool/postfix
1515
# For using external certificates uncomment the following lines
1616
# and change the path on the left side of the colon.
17-
# - /home/user/certs/mail.example.com.crt:/etc/postfix/tls.crt:ro
18-
# - /home/user/certs/mail.example.com.key:/etc/postfix/tls.key:ro
17+
# - /home/user/certs/mail.example.com.crt:/etc/postfix/tls/tls.crt:ro
18+
# - /home/user/certs/mail.example.com.key:/etc/postfix/tls/tls.key:ro

0 commit comments

Comments
 (0)