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.
13 lines
358 B
13 lines
358 B
<?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;
|
|
|