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