File: onak.conf.in

package info (click to toggle)
onak 0.3.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 892 kB
  • ctags: 514
  • sloc: ansic: 7,879; perl: 223; makefile: 87; sh: 25; sql: 21
file content (64 lines) | stat: -rw-r--r-- 2,242 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
# onak configuration file. Taken from pksd.conf as a starting point.
#

pks_bin_dir @BINDIR@
db_dir @STATEDIR@/lib/onak
logfile @STATEDIR@/log/onak.log
# Loglevel : 0 is highest debug, default is 3, nothing is 7+
loglevel 3

### Set www_port to the port on which HTTP requests should be accepted.
### If you do not want to process HTTP requests, set this to 0.

www_port 11371
socket_name /community/pgp-keyserver/pksd_socket

### Specify the envelope sender address as the -f argument to
###   sendmail.  This is the address which will receive any bounces.
### If you don't use sendmail, then change this to an equivalent command.
### If you do not want to process mail requests, leave this unset.

mail_delivery_client /usr/sbin/sendmail -t -oi -fmailer-daemon

### Set this to the address which should be displayed as the From: 
###   address in all outgoing email, and as the maintainer in the body
###   of each message.

maintainer_email PGP Key Server Administrator <pgp-keyserver-admin@the.earth.li>
mail_intro_file /community/pgp-keyserver/share/mail_intro
help_dir /community/pgp-keyserver/share
mail_dir /community/pgp-keyserver/incoming

### If you change this, make sure to put a corresponding help file in
### the help_dir named above

default_language EN

### This is the email address of this site.  It will be inserted in all
###   outgoing incremental messages, so it should match whatever the
###   downstream sites use as syncsite in their pksd.conf files.

this_site pgp-public-keys@the.earth.li

### Include a syncsite line for each site with which you are exchanging
### incremental requests.

#syncsite pgp-public-keys@keys.nl.pgp.net
#syncsite pgp-public-keys@blackhole.pca.dfn.de
#syncsite pgp-public-keys@pgp.es.net
#syncsite pgp-public-keys@keyserver.linux.it
#syncsite pgp-public-keys@pgp.dtype.org
#syncsite pgp-public-keys@kjsl.com

### Set this to 0 to disable mailserver LAST requests completely, to a
### positive integer to limit LAST requests to that many days, or -1
### to allow any argument to LAST.

max_last 1

### Set this to the maximum number of keys to return in the reply to
### an index, verbose index, get, or since reply.  Setting it to -1
### will allow any size reply.

max_reply_keys 128