summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pingd.conf.sample13
1 files changed, 12 insertions, 1 deletions
diff --git a/pingd.conf.sample b/pingd.conf.sample
index d12ae74..b993b67 100644
--- a/pingd.conf.sample
+++ b/pingd.conf.sample
@@ -20,9 +20,20 @@ $CONFIG = {
# Name of the mixmaster executable. If it is not in your PATH make
# sure to include path information.
-
#'mixmaster' => '/home/pinger/Mix/mix',
+ # The recipient_delimiter parameter specifies the separator between user names
+ # and address extensions (user+foo).
+ #
+ # If it is an empty string Echolot does not make use of user defined mailboxes
+ # but rather encodes the message type et al in a Comment/Realname part of an
+ # address.
+ #
+ # The use of recipient_delimiter is strongly recommended if your MTA setup
+ # supports it.
+ 'recipient_delimiter' => '+',
+ #'recipient_delimiter' => '',
+
# Also build separate rlists with data from only DSA pings, only RSA
# pings and only unencrypted pings.
'separate_rlists' => 0,