summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-25 10:47:54 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-25 10:47:54 +0000
commit2cf545f50a2008c2550d9d631105de7d93929525 (patch)
treec15935fb8d76d085dd180a546185028ce7b756be /README
parent7a9b25a7a1202a3da71c22f34cd2f1efce64a586 (diff)
Also support setups without user defined mailboxes (recipient_delimiter set to '')
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index bc5682b..7340500 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.34 2002/09/12 17:47:26 weasel Exp $
+$Id: README,v 1.35 2002/10/25 10:47:54 weasel Exp $
#####################################################################
## R E A D M E F O R E C H O L O T ###########################
#####################################################################
@@ -111,6 +111,10 @@ o Make sure your MTA supports user defined mailboxes to ensure that
If you are using an MTA other than postfix, consult your MTA's
documentation to determine how to enable user defined mailboxes.
+ If it is not possible for you to have user defined mailboxes set
+ recipient_delimiter to the empty string "" in pingd.conf. Echolot
+ will then work around it (This is _not_ recommended).
+
o Echolot can read its incoming mail either from an mbox format mailbox
or from a Maildir. The latter is preferred for technical reasons since
a Maildir does not require file locking.