5ce204e36b
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>
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
$OpenBSD: patch-dracauth_3,v 1.1.1.1 2005/01/27 20:51:41 alek Exp $
|
|
--- dracauth.3.orig Thu Jan 27 21:39:23 2005
|
|
+++ dracauth.3 Thu Jan 27 21:39:30 2005
|
|
@@ -85,7 +85,7 @@ or non-zero and an error message pointer
|
|
.B libdrac.a
|
|
.PD
|
|
.SH "SEE ALSO"
|
|
-.BR rpc.dracd (1m)
|
|
+.BR rpc.dracd (1)
|
|
.SH NOTES
|
|
This interface is unsafe in multithreaded applications. Unsafe
|
|
interfaces should be called only from the main thread.
|