DESCR-main 749 B

1234567891011121314151617
  1. Exim is a mail transfer agent (MTA) for hosts that are running Unix or Unix-
  2. like operating systems. It was designed on the assumption that it would be run
  3. on hosts that are permanently connected to the Internet. However, it can
  4. be used on intermittently connected hosts with suitable configuration
  5. adjustments.
  6. This port can be built with any or all of the following flavors:
  7. * mysql - support mysql queries for lookups
  8. * postgresql - support postgresql queries for lookups
  9. * sqlite3 - support for sqlite queries for lookups
  10. * ldap - support ldap (OpenLDAP) queries for lookups
  11. * sasl - support for SASL
  12. It is possible to use the deprecated "demime" condition in the DATA ACL. If
  13. possible, use the MIME ACL instead of the "demime" condition.