diff options
author | adamw <adamw@FreeBSD.org> | 2014-10-26 08:15:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-10-26 08:15:42 +0800 |
commit | 60f213330b19915c6e3a54abd542a36c93e65ce0 (patch) | |
tree | 391311a06c8bdb0d799ac4259497347d516bfd9f /mail/dovecot2-antispam-plugin | |
parent | c525d6b0ca2b4ba8e23d1e2d16066ea08c551a09 (diff) | |
download | freebsd-ports-gnome-60f213330b19915c6e3a54abd542a36c93e65ce0.tar.gz freebsd-ports-gnome-60f213330b19915c6e3a54abd542a36c93e65ce0.tar.zst freebsd-ports-gnome-60f213330b19915c6e3a54abd542a36c93e65ce0.zip |
Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.
ChangeLog:
Some small fixes and changes to v2.2.14. This release is mainly in the hope
that it could still make it into the next Debian stable instead of v2.2.14 -
mainly because of a couple of new assert crashes that started happening in
v2.2.14 and should be fixed now.
* Plugins can now print a banner comment in doveconf output
(typically the plugin version)
* Replication plugin now triggers low (instead of high) priority for
mail copying operations.
* IMAP/POP3/ManageSieve proxy: If destination server can't be
connected to, retry connecting once per second up to the value of
proxy_timeout. This allows quick restarts/upgrades on the backend
server without returning login failures.
* Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't
returning failure in some situations where it should have (e.g.
allow_nets mismatch)
* LMTP uses mail_log_prefix now for logging mail deliveries instead of
a hardcoded prefix. The non-delivery log prefix is still hardcoded
though.
+ passdb allow_nets=local matches lookups that don't contain an IP
address (internally done by Dovecot services)
+ Various debug logging and error logging improvements
- Various race condition fixes to LAYOUT=index
- v2.2.14 virtual plugin crashed in some situations
Diffstat (limited to 'mail/dovecot2-antispam-plugin')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index 364fc1b5d136..968b39298fda 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni |