Single account file with email address as the username
This commit is contained in:
		| @@ -87,6 +87,11 @@ template_list: | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/dovecot.conf' | ||||
|   - dest: '/etc/dovecot/local.conf' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/local.conf' | ||||
|   - dest: '/etc/dovecot/accounts' | ||||
|     group: 'dovecot' | ||||
|     mode: '0600' | ||||
|     owner: 'dovecot' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/accounts' | ||||
|   - dest: '/usr/lib/systemd/system/dovecot-copytls.service' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/dovecot-copytls.service' | ||||
|   - dest: '/usr/lib/systemd/system/dovecot-copytls.timer' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user