diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-10-25 11:38:54 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-10-25 11:38:54 +0000 |
commit | 69b8929703da88584d9de0ffa839fca37fb985c8 (patch) | |
tree | 1d217f33677b806efe395415c61a1998ae30c81e | |
parent | f225ff8c7b2f74b43cbf365d99331faa5ea734bc (diff) |
Add recipient_delimiter to sample
-rw-r--r-- | pingd.conf.sample | 13 |
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, |