dataset/seed/applicationservice/2022.03.08/dovecot/templates/risotto_users
2022-03-08 19:42:28 +01:00

6 lines
308 B
Text

%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