dataset/seed/applicationservice/2022.03.08/dovecot/templates/risotto_users

7 lines
308 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
%for %%local in %%dovecot_local_authentifications
%set %%user = %%normalize_family(%%local)
%set %%password = %%getVar('local_authentification_password_' + %%user)
%set %%ip = %%getVar('local_authentification_ip_' + %%user)
%%user:{SHA512-CRYPT}%%sha512_crypt(%%password)::::::allow_nets=%%ip
%end for