diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2017-01-02 19:57:25 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2017-01-02 19:57:25 +0800 |
commit | b7fde837de3ec3eb5a3eb3b0912b92d71f81a49e (patch) | |
tree | 287c0503f127fcdd9c6fc7d6962fc21fbbf6c7f3 /mail/exim/options | |
parent | b2008de09a82b890e5da8d8254458b42dd99aecb (diff) | |
download | freebsd-ports-gnome-b7fde837de3ec3eb5a3eb3b0912b92d71f81a49e.tar.gz freebsd-ports-gnome-b7fde837de3ec3eb5a3eb3b0912b92d71f81a49e.tar.zst freebsd-ports-gnome-b7fde837de3ec3eb5a3eb3b0912b92d71f81a49e.zip |
- Update to version 4.88
- Add experimental LMDB lookup option
- Add experimental queuefile option
- Remove rspamd pacth which is now included in Exim
Changes: ftp://ftp.exim.org/pub/exim/exim4/NewStuff
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim/options b/mail/exim/options index 9456705ea5a6..eb18788fdee6 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -66,7 +66,7 @@ OPTIONS_GROUP_LOOKUP= CDB BDB DNSDB DSEARCH LSEARCH MYSQL NIS OPENLDAP PGSQL RED LOOKUP_DESC= Lookup support OPTIONS_GROUP_STORAGE= MAILDIR MAILSTORE MBX STORAGE_DESC= Supported storage formats -OPTIONS_GROUP_EXPERIMENTAL= CERTNAMES DANE DCC DMARC DSN SPF +OPTIONS_GROUP_EXPERIMENTAL= CERTNAMES DANE DCC DMARC DSN SPF LMDB QUEUEFILE EXPERIMENTAL_DESC= Experimental options OPTIONS_GROUP= AUTH LOOKUP STORAGE EXPERIMENTAL @@ -97,6 +97,7 @@ EXIMON_DESC= Build eximon monitor (requires X libraries) ICONV_DESC= Enable header charset conversion INTERNATIONAL_DESC= Enable support for the transmission of UTF-8 envelope addresses LISTMATCH_RHS_DESC= Enable pre-4.77 behaviour for match_* +LMDB_DESC= Enable LMDB lookups LMTP_DESC= RFC2033 SMTP over command pipe transport LSEARCH_DESC= Enable wildcarded-file lookups MAILDIR_DESC= Enable Maildir mailbox format @@ -107,6 +108,7 @@ NIS_DESC= Enable NIS-style lookups OLD_DEMIME_DESC= Enable old, deprecated "demime" ACL OPENLDAP_DESC= Enable LDAP lookups OCSP_DESC= Enable OCSP stapling +QUEUEFILE_DESC= Enable queuefile transport PAM_DESC= Enable PAM authentication mechanisms PASSWD_DESC= Enable /etc/passwd lookups PGSQL_DESC= Enable postgresql lookups |