diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-04 08:42:22 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-04 08:42:22 +0000 |
| commit | dc19cc1e8794a28cfb8df67be43cd8136e71502b (patch) | |
| tree | cf5202f958f9b7eef764cc9100974db9a8e26755 | |
| parent | cb1a4c34b9de9113413158f88286940a6e3f9364 (diff) | |
Notes
| -rw-r--r-- | etc/sendmail/freefall.mc | 3 | ||||
| -rw-r--r-- | usr.sbin/sendmail/cf/cf/freefall.mc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/sendmail/freefall.mc b/etc/sendmail/freefall.mc index 12672cdb063a..a0ee33bc9bec 100644 --- a/etc/sendmail/freefall.mc +++ b/etc/sendmail/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.1 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.2 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -54,3 +54,4 @@ define(`confTO_DATAFINAL', `10m')dnl define(`confTO_COMMAND', `10m')dnl define(`confMIN_QUEUE_AGE', `30m')dnl define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl +define(`confTRUSTED_USERS', `majordom') diff --git a/usr.sbin/sendmail/cf/cf/freefall.mc b/usr.sbin/sendmail/cf/cf/freefall.mc index 12672cdb063a..a0ee33bc9bec 100644 --- a/usr.sbin/sendmail/cf/cf/freefall.mc +++ b/usr.sbin/sendmail/cf/cf/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.1 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.2 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -54,3 +54,4 @@ define(`confTO_DATAFINAL', `10m')dnl define(`confTO_COMMAND', `10m')dnl define(`confMIN_QUEUE_AGE', `30m')dnl define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl +define(`confTRUSTED_USERS', `majordom') |
