openbsd-ports/mail/exim/pkg/DESCR-main
sthen 1ab6ddff29 - update to 4.71
- tweak MESSAGE/DESCR
- drop no_x11 flavour in favour of an -eximon subpackage and a
pseudo-flavour to disable it
- use iconv by default rather than as a flavour
- drop no_exiscan flavour

from bernd@, Bjorn Ketelaars and myself; ok fkr@ bernd@
2009-12-15 11:32:18 +00:00

17 lines
749 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 any or all of the following flavors:
* mysql - support mysql queries for lookups
* postgresql - support postgresql queries for lookups
* sqlite3 - support for sqlite queries for lookups
* ldap - support ldap (OpenLDAP) queries for lookups
* sasl - support for SASL
It is possible to use the deprecated "demime" condition in the DATA ACL. If
possible, use the MIME ACL instead of the "demime" condition.