# Managed by Ansible — do not edit manually {% for user in dovecot_users | default([]) %} {{ user.username }}:{SHA512-CRYPT}{{ user.password | password_hash('sha512', (user.username | hash('md5'))[:16]) }} {% endfor %}