This script is for Slackware 13.1 only and may be outdated.

SlackBuilds Repository

13.1 > Network > exim (4.74)

Exim is a mail transfer agent (MTA) used on Unix-like operating systems. 
It is freely available under the GNU GPL and it aims to be a general
and flexible mailer with extensive facilities for checking incoming e-mail.

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
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.

Exim can be integrated with other email tools such as Clamav, Spamassassin,
Bogofilter, and others available at Slackbuilds.org. You might also be
interested in the "exim-html" package, an extensive documentation for Exim.

WARNING: this package is intended as a drop-in replacement for Sendmail.
As a result, there are some inevitable filename conflicts between Sendmail
and Exim. REMOVE SENDMAIL BEFORE INSTALLING THIS PACKAGE!

Maintained by: Thomas Morper
Keywords: Mail Transfer Agent,mta,sendmail,postfix,exim,mail
ChangeLog: exim

Homepage:
http://www.exim.org/

Source Downloads:
exim-4.74.tar.bz2 (1d9c189940909303d914bbc4247dc861)

Download SlackBuild:
exim.tar.gz
exim.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
contrib
doinst.sh
exim.Makefile
exim.SlackBuild
exim.info
manpages
slack-desc

Validated for Slackware 13.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds