From 329736d51862b767cdaecf5c13a53e642164fbae Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 9 Jan 2014 22:46:39 +0000 Subject: add preliminary INSTALL documentation --- INSTALL | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..dd85d5e0 --- /dev/null +++ b/INSTALL @@ -0,0 +1,36 @@ +Note: this still needs to be documented better, +also see the scripts/ and sa_config/ directories in the source tree + +standard MakeMaker installation (Perl) +-------------------------------------- + + perl Makefile.PL + make + make test + make install # root permissions may be needed + +Requirements (MUA client) +------------------------- +* git +* ssoma - http://ssoma.public-inbox.org/README +* Perl and several modules: + - Email::LocalDelivery + - Email::Filter + - Email::Simple + - Digest::SHA + +Requirements (server MDA) +------------------------- +* git +* SpamAssassin (spamc/spamd) +* MTA - postfix is recommended +* ssoma - http://ssoma.public-inbox.org/README +* Perl and several modules: + - Email::Simple + - File::FcntlLock + - Digest::SHA + +Copyright +--------- +Copyright 2013, Eric Wong and all contributors. +License: AGPLv3 or later -- cgit v1.2.3-24-ge0c7