Update Debian Vcs-* fields to point to git repository
[onak.git] / onak.conf.in
1 #
2 # onak configuration file. Taken from pksd.conf as a starting point.
3 #
4
5 pks_bin_dir @BINDIR@
6 db_backend db4
7 backends_dir @LIBDIR@/onak/backends
8 db_dir @STATEDIR@/lib/onak
9 logfile @STATEDIR@/log/onak.log
10 # Loglevel : 0 is highest debug, default is 3, nothing is 7+
11 loglevel 3
12
13 # Should we use the keyd backend?
14 use_keyd false
15
16 ### Set www_port to the port on which HTTP requests should be accepted.
17 ### If you do not want to process HTTP requests, set this to 0.
18
19 www_port 11371
20 socket_name /community/pgp-keyserver/pksd_socket
21
22 ### Specify the envelope sender address as the -f argument to
23 ###   sendmail.  This is the address which will receive any bounces.
24 ### If you don't use sendmail, then change this to an equivalent command.
25 ### If you do not want to process mail requests, leave this unset.
26
27 mail_delivery_client /usr/sbin/sendmail -t -oi -fmailer-daemon
28
29 ### Set this to the address which should be displayed as the From: 
30 ###   address in all outgoing email, and as the maintainer in the body
31 ###   of each message.
32
33 maintainer_email PGP Key Server Administrator <pgp-keyserver-admin@the.earth.li>
34 mail_intro_file /community/pgp-keyserver/share/mail_intro
35 help_dir /community/pgp-keyserver/share
36 mail_dir @STATEDIR@/spool/onak
37
38 ### If you change this, make sure to put a corresponding help file in
39 ### the help_dir named above
40
41 default_language EN
42
43 ### This is the email address of this site.  It will be inserted in all
44 ###   outgoing incremental messages, so it should match whatever the
45 ###   downstream sites use as syncsite in their pksd.conf files.
46
47 this_site pgp-public-keys@the.earth.li
48
49 ### Include a syncsite line for each site with which you are exchanging
50 ### incremental requests.
51
52 #syncsite pgp-public-keys@keys.nl.pgp.net
53 #syncsite pgp-public-keys@blackhole.pca.dfn.de
54 #syncsite pgp-public-keys@pgp.es.net
55 #syncsite pgp-public-keys@keyserver.linux.it
56 #syncsite pgp-public-keys@pgp.dtype.org
57 #syncsite pgp-public-keys@kjsl.com
58
59 ### Set this to 0 to disable mailserver LAST requests completely, to a
60 ### positive integer to limit LAST requests to that many days, or -1
61 ### to allow any argument to LAST.
62
63 max_last 1
64
65 ### Set this to the maximum number of keys to return in the reply to
66 ### an index, verbose index, get, or since reply.  Setting it to -1
67 ### will allow any size reply.
68
69 max_reply_keys 128
70
71 ##
72 ## Verify signature hashes.
73 ##
74 #check_sighash true