X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=onak.conf.in;h=17742112ee68b06dfb0208c9812b9f2702b97a79;hb=ce50ec7c87838b4c5444d8846caa372c8e82fa0d;hp=56533ced2e457bc5c135b385960c02eb030bb0d8;hpb=a047e3e158d560af079bec920460711d8222317c;p=onak.git diff --git a/onak.conf.in b/onak.conf.in index 56533ce..1774211 100644 --- a/onak.conf.in +++ b/onak.conf.in @@ -3,10 +3,15 @@ # pks_bin_dir @BINDIR@ +db_backend db4 +backends_dir @LIBDIR@/onak/backends db_dir @STATEDIR@/lib/onak logfile @STATEDIR@/log/onak.log # Loglevel : 0 is highest debug, default is 3, nothing is 7+ -loglevel 0 +loglevel 3 + +# Should we use the keyd backend? +use_keyd false ### 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. @@ -28,7 +33,7 @@ mail_delivery_client /usr/sbin/sendmail -t -oi -fmailer-daemon maintainer_email PGP Key Server Administrator mail_intro_file /community/pgp-keyserver/share/mail_intro help_dir /community/pgp-keyserver/share -mail_dir /community/pgp-keyserver/incoming +mail_dir @STATEDIR@/spool/onak ### If you change this, make sure to put a corresponding help file in ### the help_dir named above @@ -62,3 +67,8 @@ max_last 1 ### will allow any size reply. max_reply_keys 128 + +## +## Verify signature hashes. +## +#check_sighash true