[Lunar-commits] r24820 - moonbase/trunk/mail/drac
Dennis Veatch
stumbles at lunar-linux.org
Wed Jun 13 00:52:48 CEST 2007
Author: stumbles
Date: 2007-06-13 00:52:48 +0200 (Wed, 13 Jun 2007)
New Revision: 24820
Removed:
moonbase/trunk/mail/drac/drac.patch
Modified:
moonbase/trunk/mail/drac/BUILD
moonbase/trunk/mail/drac/DETAILS
Log:
another one corrected
Modified: moonbase/trunk/mail/drac/BUILD
===================================================================
--- moonbase/trunk/mail/drac/BUILD 2007-06-12 22:44:42 UTC (rev 24819)
+++ moonbase/trunk/mail/drac/BUILD 2007-06-12 22:52:48 UTC (rev 24820)
@@ -1,6 +1,6 @@
(
- patch_it $SCRIPT_DIRECTORY/drac.patch 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
make &&
prepare_install &&
make install &&
Modified: moonbase/trunk/mail/drac/DETAILS
===================================================================
--- moonbase/trunk/mail/drac/DETAILS 2007-06-12 22:44:42 UTC (rev 24819)
+++ moonbase/trunk/mail/drac/DETAILS 2007-06-12 22:52:48 UTC (rev 24820)
@@ -1,23 +1,27 @@
- MODULE=drac
+ MODULE=drac
VERSION=1.12
SOURCE=$MODULE.tar.Z
+ SOURCE2=drac-1.12.Makefile.patch
SOURCE_URL[0]=ftp://ftp.cc.umanitoba.ca/src/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:2434e7f238ee1212c742705d3653dedec64266f5
+ SOURCE2_VFY=sha1:b429a7fed0fb4c3d78fa37ce9b13c98801caf772
WEB_SITE=http://mail.cc.umanitoba.ca/drac/index.html
ENTERED=20011212
UPDATED=20050125
SHORT="daemon dynamically updates a relay authorization map for SMTP program"
-
+
cat << EOF
DRAC is a daemon that dynamically updates a relay authorization
-map for sendmail. It provides a way to allow legitimate users
-to relay mail through an SMTP server, while still preventing
-others from using it as a spam relay. User's IP addresses
-are added to the map immediately after they have authenticated
-to the POP or IMAP server. By default, map entries expire after
-30 minutes, but can be renewed by additional authentication.
-Periodically checking mail on a POP server is sufficient to do
+map for sendmail. It provides a way to allow legitimate users
+to relay mail through an SMTP server, while still preventing
+others from using it as a spam relay. User's IP addresses
+are added to the map immediately after they have authenticated
+to the POP or IMAP server. By default, map entries expire after
+30 minutes, but can be renewed by additional authentication.
+Periodically checking mail on a POP server is sufficient to do
this. The POP and SMTP servers can be on different hosts.
-It can be used a number of SMTP clients, including sendmail
+It can be used a number of SMTP clients, including sendmail
and postfix.
EOF
Deleted: moonbase/trunk/mail/drac/drac.patch
More information about the Lunar-commits
mailing list