baa4306877
v0.4.15 07-07-2016 Stephan Bosch <stephan@rename-it.nl> * vacation extension: The sieve_user_email setting is now used in the check for implicit delivery. - imapsieve plugin: For any mail transaction, the mailbox was opened a second time, even if no mailbox rule matched. This was unintentional, useless and caused problems when the imapsieve plugin was used with other plugins like acl. - extprograms plugin: Significantly improved error handling. No stream errors were logged. - extprograms plugin: Fixed bug in handling of result code from remote program (script service). - extprograms plugin: Connection to remote program service was not retried. - Several small fixes based on static analysis. - Fixed handling of quoted string localparts in email addresses.
24 lines
761 B
Makefile
24 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.30 2016/07/09 01:28:38 taca Exp $
|
|
|
|
DISTNAME= dovecot-2.2-pigeonhole-0.4.15
|
|
PKGNAME= ${DISTNAME:S/-2.2-/-/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.dovecot.org/
|
|
COMMENT= Support for the Sieve language and the ManageSieve protocol
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= pkg-config rpcgen
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dovecot
|
|
CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d
|
|
MAKE_DIRS+= ${CONFD}
|
|
CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
|
|
CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf
|
|
|
|
.include "../../mail/dovecot2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|