summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-08-07 01:55:31 +0800
committerJeffery To <jeffery.to@gmail.com>2009-08-07 01:55:31 +0800
commit5f293f0e2fd0561caa940c9799fad623ce953a60 (patch)
tree264fe223837d2235f8c64570e1b57922685ab950 /README
parentc261a645a16fc0498e338cef4144b276a481646c (diff)
Added configuration option to disable post-by-email.
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index e4cae0e49..12c465869 100644
--- a/README
+++ b/README
@@ -1228,6 +1228,14 @@ enabled: Set to true to enable. Default false.
server: a string with the hostname of the sphinx server.
port: an integer with the port number of the sphinx server.
+emailpost
+---------
+
+For post-by-email.
+
+enabled: Whether to enable post-by-email. Defaults to true. You will
+ also need to set up maildaemon.php.
+
sms
---