summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-16 10:07:27 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-16 10:07:27 +0000
commitf1f08852ceddea6f66627b8473f9b0177ddd8fef (patch)
tree70c079112017bf8bb97b2de505d3685383934473 /Echolot/Config.pm
parent18c647bc293990fd8471d7d6fdb902315359dcfd (diff)
Append random garbage to pings so they have different lengths
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 5696d80..2698dd4 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,7 @@
package Echolot::Config;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.54 2003/02/16 09:13:51 weasel Exp $
+# $Id: Config.pm,v 1.55 2003/02/16 10:07:27 weasel Exp $
#
=pod
@@ -64,6 +64,7 @@ sub init($) {
# System Specific Options
recipient_delimiter => '+',
dev_random => '/dev/random',
+ dev_urandom => '/dev/urandom',
sendmail => '/usr/sbin/sendmail',
# Magic Numbers
@@ -112,13 +113,16 @@ sub init($) {
check_resurrection_ttl => 8, # check_resurrection seconds (weeks)
prospective_addresses_ttl => 5*24*60*60, # 5 days
reliable_auto_add_min => 3, # 3 remailes need to list new address
-
+
expire_keys => 5*24*60*60, # 5 days
expire_confs => 5*24*60*60, # 5 days
expire_pings => 12*24*60*60, # 12 days
expire_thesaurus => 21*24*60*60, # 21 days
expire_chainpings => 12*24*60*60, # 12 days
+ random_garbage => 8192,
+
+
# Directories and files
mailin => 'mail',
mailerrordir => 'mail-errors',