summaryrefslogtreecommitdiff
path: root/debian/echolot.templates
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-25 10:56:49 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-25 10:56:49 +0000
commit83e80030fcc456952624523bed3c81b4d8953432 (patch)
treeae17ee667eb7eb5755575e7af0c7f666772c2cde /debian/echolot.templates
parent2cf545f50a2008c2550d9d631105de7d93929525 (diff)
New upstream version
Make recipient delimiter configured by debconf
Diffstat (limited to 'debian/echolot.templates')
-rw-r--r--debian/echolot.templates16
1 files changed, 7 insertions, 9 deletions
diff --git a/debian/echolot.templates b/debian/echolot.templates
index d99d937..e80a4b6 100644
--- a/debian/echolot.templates
+++ b/debian/echolot.templates
@@ -27,18 +27,16 @@ Description: Add known remailers?
If you choose to add them Echolot will also fetch keys and configuration
data immediatly.
-Template: echolot/userdefinedmailbox
-Type: note
-Description: Make sure you allow foo+bar@example.org addresses.
- Echolot requires user defined mailboxes to work, i.e. mail sent to
- echolot+<somerandomstring>@yourdomain needs to reach echolot in addition
- to mail to echolot@yourdomain (or whatever local part you specified instead of
- echolot).
+Template: echolot/recipient_delimiter
+Type: string
+Default:
+Description: What is your recipient delimiter?
+ Echolot strongly recommends using user defined mailboxes, i.e. mail sent to
+ echolot+<somerandomstring>@yourdomain should reach echolot too.
.
In postfix this can be done by adding
recipient_delimiter = +
to your main.cf file. (If you know the procedure for other MTAs, please file a
wishlist bug)
.
- If you want to use another character instead of the plus sign (+), please set it
- in /etc/echolot/pingd.conf.
+ If you cannot or do not want to enable this please use an empty string.