Add Fedora 37
This commit is contained in:
5
templates/Fedora/37/etc/dovecot/accounts
Normal file
5
templates/Fedora/37/etc/dovecot/accounts
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if dovecot_users is defined and dovecot_users is iterable %}
|
||||
{% for user in dovecot_users %}
|
||||
{{ user.email }}:{{ user.password | password_hash('sha512') }}::::::
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user