diff options
author | Thomas Morper <thomas@beingboiled.info> | 2011-10-26 14:27:43 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | 5a5401073d3d34b209cfc5ba10232b59f3bfe4f7 (patch) | |
tree | 156d9f4a120bd3d64459677d6ce75a7ac7091df4 /network/exim/README | |
parent | c5973fc8720880c936cc90448ef6e2af5709b25f (diff) |
network/exim: Updated for version 4.77.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/exim/README')
-rw-r--r-- | network/exim/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/network/exim/README b/network/exim/README index d4fab4856059..d0a766b39b55 100644 --- a/network/exim/README +++ b/network/exim/README @@ -6,15 +6,19 @@ Exim was orginally written by Philip Hazel for use in the University of Cambridge Computing Services e-mail systems. Before you can build Exim, you have to create an "exim" user and group: - # groupadd -g 222 exim - # useradd -d /var/spool/exim -g exim -s /bin/false -u 222 exim + + # groupadd -g 222 exim + # useradd -d /var/spool/exim -g exim -s /bin/false -u 222 exim + The recommended uid/gid is 222, but others are fine if you prefer - see http://slackbuilds.org/uid_gid.txt for other recommendations. There's no "configure" script; instead Exim is configured by editing a well documented Makefile, which is then included during the build process. The -provided "exim.Makefile" will build an all-purpose Exim daemon with almost -all of the features that will work on a standard Slackware system. +provided "exim.Makefile" will build an all-purpose Exim daemon with the +most common features. The various database lookup methods will not be +built by default but can be enabled easily by uncommenting a few lines in +the Makefile. Exim can be integrated with other email tools such as Clamav, Spamassassin, Bogofilter, and others available at Slackbuilds.org. |