6f58d5b611
qmailanalog is a collection of tools to help you analyze qmail's activity record. It supplies statistics to answer a wide variety of questions: overall: how many messages? recipients? attempts? etc. ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? rxdelay: what's the best order of recipients for mailing lists? recipients, rhosts: who's getting mail? bytes? messages? attempts? successes, failures, deferrals: why? how often? how much delay? senders, suids: messages? bytes? load? recipients? attempts? delay? qmailanalog also includes several tools to focus attention on particular senders, recipients, or messages. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
24 lines
629 B
Makefile
24 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 22:25:55 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= qmailanalog-0.70
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cr.yp.to/software/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://cr.yp.to/qmailanalog.html
|
|
COMMENT= collection of tools to help analyze qmail's activity
|
|
|
|
ALL_TARGET= it
|
|
INSTALL_TARGET= setup check
|
|
|
|
RESTRICTED= "unsure of djb's license"
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
pre-build:
|
|
${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
|
${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld
|
|
${ECHO} ${PREFIX}/qmailanalog > ${WRKSRC}/conf-home
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|