a network. It uses the same protocol as poppassd to obtain user IDs and passwords. I use this program to allow my mail users to change their own passwords on my mail server from squirrelmail or roundcube, the webmail application I use.
18 lines
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/02/26 18:54:19 dzoe Exp $
|
|
#
|
|
|
|
DISTNAME= courierpassd-1.1.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.arda.homeunix.net/store/
|
|
|
|
MAINTAINER= joe@joe.cz
|
|
HOMEPAGE= http://www.arda.homeunix.net/store/
|
|
COMMENT= Password changing daemon using courier-authlib
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
.include "../../security/courier-authlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|