openbsd-ports/mail/exim/pkg/DESCR
peter 1536f84b31 Update to exim 4.41.
This is a major update and configuration files are not compatible.
A conversion script is included and installed in

        ${PREFIX}/share/examples/exim4/convert4r4

New co-maintainer and much of the inital work done by Ilya Voronin.

A decision was made to include the semi-official exiscan patch in
the default installation, as most admins appear to use this. It is
hoped that is will become part of the core exim4 code "soon".

This port now creates an _exim user and group if they don't already
exist.

Work and testing by Ilya Voronin, Richard Welty, Axel Rau and others
who I can't now find in my mailbox. Apologies if I left you out.
2004-07-26 10:56:01 +00:00

20 lines
785 B
Plaintext

Exim is a mail transfer agent (MTA) for hosts that are running Unix or Unix-
like operating systems. It was designed on the assumption that it would be run
on hosts that are permanently connected to the Internet. However, it can
be used on intermittently connected hosts with suitable configuration
adjustments.
This port can be built with the following flavors:
* no_exiscan - do not build content scanning into the exim4
ACL system.
* no_x11 - do not build eximon which requires X11
* mysql - support mysql queries for lookups
* postgresql - support postgresql queries for lookups
* ldap - support ldap (OpenLDAP) queries for lookups
* iconv - support character code conversions
All this flavors are independent of each other.
WWW: ${HOMEPAGE}