source: subversion/trunk/plugins/enigma/config.inc.php @ 3921

Last change on this file since 3921 was 3921, checked in by alec, 3 years ago
  • Enigma plugin: initial commit
File size: 389 bytes
Line 
1<?php
2
3// Enigma Plugin options
4// --------------------
5
6// A driver to use for PGP. Default: "gnupg".
7$rcmail_config['enigma_pgp_driver'] = 'gnupg';
8
9// A driver to use for S/MIME. Default: "phpssl".
10$rcmail_config['enigma_smime_driver'] = 'phpssl';
11
12// Keys directory for all users. Default 'enigma/home'.
13// Must be writeable by PHP process
14$rcmail_config['enigma_pgp_homedir'] = null;
Note: See TracBrowser for help on using the repository browser.