diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-04-20 11:39:44 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-04-20 11:39:44 +0000 |
commit | bca2b632517c90ca1fb64e21215b2f75f10f04c1 (patch) | |
tree | 980adb8034d0034fb19740205ef150c75dd7ce7a | |
parent | 92b6de653298f402789546ed22478b70a3eb801e (diff) |
Document exim's local_part_suffix in the recipient_delimiter debconf question: closes: #243496
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/echolot.templates | 11 |
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. |