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

@@ -78,3 +78,11 @@
src: nginx_default.conf
dest: /etc/nginx/sites-available/default
notify: restart nginx
- name: Deploy user passwd config
copy:
src: dovecot_passwd
dest: /var/dovecot/auth/passwd
owner: dovecot
group: dovecot
notify: restart dovecot