8405b15649
Features: - Limits rate of automatic responses (defaults to a maximum of one message every hour). - Will not respond to nearly every type of mailing list or bulk email. - Will not respond to bounce messages or MAILER-DAEMON. - Bounces looping messages. - Can insert the original subject into the response. - Can copy original message into response. - Can use links in the rate-limiting data directory to limit inode usage to a single inode. - Can limit responses to a certain date/time range.
13 lines
324 B
Makefile
13 lines
324 B
Makefile
# $NetBSD: options.mk,v 1.1 2017/09/28 17:27:34 schmonz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail-autoresponder
|
|
PKG_SUPPORTED_OPTIONS+= mysql
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= mysql
|
|
.if !empty(PKG_OPTIONS:Mmysql)
|
|
. include "../../mk/mysql.buildlink3.mk"
|
|
BUILD_TARGET+= mysql
|
|
PLIST.mysql= yes
|
|
.endif
|