openbsd-ports/mail/drac/patches/patch-rpc_dracd_c
alek 5ce204e36b Import drac 1.12
DRAC (Dynamic Relay Authorization Control) 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 this. The POP and SMTP servers can be on
different hosts.

From Antoine Jacoutot <ajacoutot@lphp.org>
2005-01-27 20:51:41 +00:00

14 lines
359 B
Plaintext

$OpenBSD: patch-rpc_dracd_c,v 1.1.1.1 2005/01/27 20:51:41 alek Exp $
--- rpc.dracd.c.orig Sun Jan 12 21:22:22 2003
+++ rpc.dracd.c Sun Jan 23 19:53:29 2005
@@ -36,9 +36,6 @@
#endif
#include "drac.h"
-#define DBFILE "/etc/mail/dracd.db"
-#define ALFILE "/etc/mail/dracd.allow"
-
struct net_def {
struct net_def *nd_next;
struct in_addr nd_mask;