--- drac-1.12.orig/rpc.dracd.1m
+++ drac-1.12/rpc.dracd.1m
@@ -2,7 +2,7 @@
'\"macro stdmacro
.\" Copyright University of Manitoba 1998.
.nr X
-.TH rpc.dracd 1M "22 Jul 1998"
+.TH rpc.dracd 8 "22 Jul 1998"
.SH NAME
rpc.dracd \- Dynamic Relay Authorization Control server
.SH SYNOPSIS
@@ -16,13 +16,13 @@
\f4rpc.dracd\f1
is the Dynamic Relay Authorization Control server.
It uses the Berkeley db package to maintain a relay authorization
-map for sendmail, by default \f4/etc/mail/dracd.db\f1.
+map for sendmail, by default \f4/etc/drac/dracd.db\f1.
POP and IMAP mail servers make an RPC call to add an entry to the
authorization cache after they have authenticated each user.
The daemon, rpc.dracd, adds or updates entries in the cache, and
periodically expires old entries.
Only trusted mail servers are permitted to communicate with rpc.dracd,
-as controlled by \f4/etc/mail/dracd.allow\f1.
+as controlled by \f4/etc/drac/dracd.allow\f1.
If this file does not exist, all local IP addresses are permitted.
.SS Allow File Format
The Allow File file consists of entries of the form:
@@ -58,10 +58,10 @@
.SH FILES
.PD 0
.TP 30
-.B /etc/mail/dracd.db
+.B /etc/drac/dracd.db
default database file
.TP
-.B /etc/mail/dracd.allow
+.B /etc/drac/dracd.allow
default allow file.
.PD
.SH SEE ALSO