mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user