about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-10 00:47:14 +0000
committerEric Wong <e@80x24.org>2016-07-10 00:47:14 +0000
commit6af5b6f9822c600f50bdc85ed63902b0e4af9f2f (patch)
tree50c5103f6d164d276cb48420ab37300c9b484c08 /INSTALL
parent7b8c110cb5485479b626852ccce6f2790d7ac4b6 (diff)
downloadpublic-inbox-6af5b6f9822c600f50bdc85ed63902b0e4af9f2f.tar.gz
Not everybody needs to run an -mda or -watch
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 7f12fbec..5851892c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,15 +23,18 @@ Requirements
 ------------
 
 * git
-* SpamAssassin (spamc/spamd)
-* MTA - postfix is recommended
 * Perl and several modules:    (Debian package name)
   - Date::Parse                libtimedate-perl
   - Email::MIME                libemail-mime-perl
   - Email::MIME::ContentType   libemail-mime-contenttype-perl
   - Encode::MIME::Header       perl
 
-Optional modules:
+Optional components:
+
+* MTA - postfix is recommended (for public-inbox-mda)
+* SpamAssassin (spamc/spamd)   (for public-inbox-watch/public-inbox-mda)
+
+Optional Perl modules:
 
   - Plack[1]                   libplack-perl
   - Mail::Thread (2.5+)[1]     libmail-thread-perl