blob: 314c47ed55003e3292bb112020bfa33141ee49e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- config/conf.xml.orig Sat Jan 14 17:52:34 2006
+++ config/conf.xml Sun Mar 12 18:24:46 2006
@@ -6,11 +6,11 @@
<configheader>External Utilities</configheader>
<configstring name="spellchecker" required="false" desc="Enter the location
of the binary to either aspell or ispell to enable the spell checker. If
- this is empty, then spell checking will be disabled."></configstring>
+ this is empty, then spell checking will be disabled.">%%ASPELL%%</configstring>
<configstring name="gnupg" required="false" desc="If you want users to have
the option of using the GNU Privacy Guard program to decrypt/encrypt PGP
files, enter the location of the 'gpg' binary here. If this is empty this
- feature will be disabled."></configstring>
+ feature will be disabled.">%%GPG%%</configstring>
<configmultienum name="gnupg_keyserver" required="false" desc="The address of
the public PGP keyserver(s) to use.">wwwkeys.pgp.net
<values>
@@ -25,7 +25,7 @@
<configstring name="openssl_cafile" required="false" desc="The location of
the root certificates bundle, e.g. /etc/ssl/certs. See
http://www.php.net/manual/en/ref.openssl.php#openssl.cert.verification for
- details."/>
+ details.">/usr/local/etc/ssl.crt/ca-bundle.crt</configstring>
<configstring name="openssl_binary" required="false" desc="The location of
the OpenSSL binary on your system, e.g. /usr/bin/openssl. This program is
REQUIRED to import personal S/MIME certificate information, as there is no
|