summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/echolot.templates11
2 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 73d0f9e..b23fe36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+echolot (2.1.3-0) unstable; urgency=low
+
+ * New upstream version. (NOT RELEASED YET)
+ * Document exim's local_part_suffix in the recipient_delimiter
+ debconf question.
+ closes: #243496 Exim4 mailbox delimiter
+
+ -- Peter Palfrader <weasel@debian.org> Tue, 20 Apr 2004 13:37:30 +0200
+
echolot (2.1.2-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/echolot.templates b/debian/echolot.templates
index 1a66b83..242af6b 100644
--- a/debian/echolot.templates
+++ b/debian/echolot.templates
@@ -35,7 +35,14 @@ _Description: Recipient delimiter
.
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)
+ to your main.cf file.
+ .
+ The mailbox delimiter for exim4 can be specified by :
+ local_part_suffix = -*
+ local_part_suffix_optional
+ in the router configuration (900_exim4-config_local_user in the debian
+ package) if you want '-' to be your mailbox delimiter.
+ .
+ (If you know the procedure for other MTAs, please file a wishlist bug)
.
If you cannot or do not want to enable this please use an empty string.