blob: 2b6720eb471445e1305291ceaf6a812efa4943d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
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 (server MDA)
-------------------------
* git
* ssoma - http://ssoma.public-inbox.org/README
* SpamAssassin (spamc/spamd)
* MTA - postfix is recommended
* Perl and several modules: (Debian package name)
- CGI perl-modules[1]
- Date::Parse libtimedate-perl
- Email::Address libemail-address-perl
- Email::Filter libemail-filter-perl
- Email::MIME libemail-mime-perl
- Email::MIME::ContentType libemail-mime-contenttype-perl
- Encode::MIME::Header perl
- File::Path::Expand libfile-path-expand-perl
- IPC::Open2 perl
- IPC::Run libipc-run-perl
- URI::Escape liburi-perl
- XML::Atom::SimpleFeed libxml-atom-simplefeed-perl
[1] - Only required for serving/generating Atom and HTML pages.
Keep in mind this will be split into a separate Debian package
when CGI.pm is dropped from the Perl standard library.
Plack/PSGI, FastCGI, and mod_perl2 will all be supported.
Copyright
---------
Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
|