fix: use start tls for internal smtp

do this by adding a new non transparent port forward and connect via this port
and the normal mail.atlantishq.de address

also always copy the passwd file for dovecot
This commit is contained in:
2023-04-06 19:23:20 +02:00
parent fcf62beb1b
commit 80f6b89b3d
3 changed files with 12 additions and 3 deletions

View File

@@ -83,13 +83,13 @@
smtpServer :
password : "{{ smtp_service_pass }}"
replyToDisplayName: ""
starttls: "false"
starttls: "true"
auth: "true"
replyTo: ""
envelopeFrom: ""
from: "{{ smtp_service_user }}@atlantishq.de"
fromDisplayName: ""
host: "{{ smtp_internal_host }}"
port: "25"
port: "{{ smtp_internal_host_port }}"
ssl: "false"
user: "{{ smtp_service_user }}"