pkgsrc-wip/py-sendmail-admin/Makefile
Fredrik Pettai 7ac17786b1 Import py24-sendmail-admin-1.0 as wip/py-sendmail-admin.
This package provides two scripts that can help administer a mail server
that uses the sendmail Mail Transport Agent (MTA).

* mailqs reads the output from sendmail's mailq(8) command and summarizes
each queue entry, one entry per line. As such, its output is more easily
consumed by other scripts.
* rmmq is a convenience command for removing items from a sendmail queue.
When you run mailq(8) or mailqs, you get a list of sendmail queue IDs.
These queue IDs map to several files in a sendmail queue directory. This
command automatically maps the queue IDs to the files and removes them for you.
2009-04-13 15:49:15 +00:00

22 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 15:49:15 pettai Exp $
#
VER= 1.0
DISTNAME= sendmail-admin-${VER}
PKGNAME= ${PYPKGPREFIX}-sendmail-admin-${VER}
CATEGORIES= mail
MASTER_SITES= http://www.clapper.org/software/python/sendmail-admin/
MAINTAINER= pettai@nordu.net
HOMEPAGE= http://www.clapper.org/software/python/sendmail-admin/
COMMENT= Mailqs and rmmq, two scripts that ease Sendmail administration
USE_LANGUAGES= # none
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"