diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:55:31 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:55:31 +0800 |
commit | 5f293f0e2fd0561caa940c9799fad623ce953a60 (patch) | |
tree | 264fe223837d2235f8c64570e1b57922685ab950 /README | |
parent | c261a645a16fc0498e338cef4144b276a481646c (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-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --- |