๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ansible-playbooks/roles/mail/templates/plugin_persistent_login.j2

8 lines
234 B

<?php
$rcmail_config['ifpl_login_expire'] = {{ (60 * 24 * 7 * 4) | int }};
$rcmail_config['ifpl_cookie_name'] = 'rc_{{ org | lower | replace(' ', '') }}_plogin';
$rcmail_config['ifpl_netmask_whitelist'] = array('{{ int_net }}');
?>