You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
696 B
37 lines
696 B
<file name="sksconf"> |
|
## |
|
## sksconf -- SKS main configuration |
|
## |
|
|
|
basedir: @l_prefix@/var/sks |
|
debuglevel: 5 |
|
|
|
hostname: keyserver.example.com |
|
hkp_address: 127.0.0.1 |
|
hkp_port: 11371 |
|
recon_address: 127.0.0.1 |
|
recon_port: 11370 |
|
|
|
from_addr: pgp-public-keys@keyserver.example.com |
|
sendmail_cmd: @l_prefix@/sbin/sendmail -t -oi |
|
|
|
dontgossip: 1 |
|
disable_mailsync: 1 |
|
|
|
</file> |
|
<file name="mailsync"> |
|
## |
|
## mailsync -- SKS mail synchronization to PKS network |
|
## |
|
|
|
#pgp-public-keys@keyserver.kjsl.com |
|
|
|
</file> |
|
<file name="membership"> |
|
## |
|
## membership -- SKS reconciliation synchronization to SKS network |
|
## |
|
|
|
#keyserver2.example.com 11371 |
|
|
|
</file>
|
|
|