diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-10-24 18:32:18 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-10-24 18:32:18 +0000 |
commit | b498cb557b28df6c1cf237f5b8721b354bc7aa20 (patch) | |
tree | b9cc1140feaf4e4b6c8a236c339bd88a3ed93cd7 | |
parent | cfb153c618e5d9fa147d37ac63a0bf873cef70fb (diff) |
Add a debconf note about user defined mailboxes being required
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/echolot.config | 1 | ||||
-rw-r--r-- | debian/echolot.templates | 16 |
3 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ad5c969..54f96f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +echolot (2.0.4-3) unstable; urgency=low + + * Add a debconf note about user defined mailboxes being required + (foo+bar@example.com). + + -- Peter Palfrader <weasel@debian.org> Thu, 24 Oct 2002 20:31:04 +0200 + echolot (2.0.4-2) unstable; urgency=low * Change Depends from libdigest-MD5-perl to libdigest-md5-perl diff --git a/debian/echolot.config b/debian/echolot.config index 4e186ee..33dc8ff 100755 --- a/debian/echolot.config +++ b/debian/echolot.config @@ -74,6 +74,7 @@ while (1) { } elsif ($state == 2) { Debconf::Client::ConfModule::input('high', 'echolot/operator'); Debconf::Client::ConfModule::input('high', 'echolot/sitename'); + Debconf::Client::ConfModule::input('high', 'echolot/echolot/userdefinedmailbox'); Debconf::Client::ConfModule::input('medium', 'echolot/addnow'); } elsif ($state == 3) { last; diff --git a/debian/echolot.templates b/debian/echolot.templates index 6a0d97a..d99d937 100644 --- a/debian/echolot.templates +++ b/debian/echolot.templates @@ -26,3 +26,19 @@ 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). + . + 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. |