๐Ÿ“— 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_enigma.j2

14 lines
358 B

2 years ago
<?php
$config['enigma_pgp_homedir'] = '{{ mail_dir }}/{{ mail_enigma_subdir }}';
$config['enigma_pgp_cipher_algo'] = null;
$config['enigma_pgp_digest_algo'] = null;
$config['enigma_signatures'] = true;
$config['enigma_decryption'] = true;
$config['enigma_encryption'] = true;
$config['enigma_password_time'] = 120;
$config['enigma_passwordless'] = true;