summaryrefslogtreecommitdiffstats
path: root/etc/sendmail/freefall.mc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-14 14:42:06 +0000
committerpeter <peter@FreeBSD.org>1997-08-14 14:42:06 +0000
commitdf2d634ff5af80a30ca26c66d14d6237c03f5741 (patch)
tree8c183838676ec4971d3b3cc38a9374f0787939b6 /etc/sendmail/freefall.mc
parentc1d8a1669b1cd9f73b9024df17529eae1849c16c (diff)
downloadFreeBSD-src-df2d634ff5af80a30ca26c66d14d6237c03f5741.zip
FreeBSD-src-df2d634ff5af80a30ca26c66d14d6237c03f5741.tar.gz
Snapshot the various mail configurations. hub.mc was reconstructed to
produce the same sendmail.cf since the original has been lost.
Diffstat (limited to 'etc/sendmail/freefall.mc')
-rw-r--r--etc/sendmail/freefall.mc43
1 files changed, 11 insertions, 32 deletions
diff --git a/etc/sendmail/freefall.mc b/etc/sendmail/freefall.mc
index fb74b66..f73df95 100644
--- a/etc/sendmail/freefall.mc
+++ b/etc/sendmail/freefall.mc
@@ -33,36 +33,15 @@ divert(-1)
# SUCH DAMAGE.
#
+#
+# This the prototype for a "null client" -- that is, a client that
+# does nothing except forward all mail to a mail hub, plus an extra
+# line to make the email all appear as coming from "FreeBSD.org".
+#
+
divert(0)dnl
-VERSIONID(`@(#)freefall.mc $Revision: 1.10 $')
-OSTYPE(bsd4.4)dnl
-DOMAIN(generic)dnl
-MAILER(local)dnl
-MAILER(smtp)dnl
-FEATURE(mailertable, `hash -o /etc/mailertable')dnl
-define(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
-define(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
-define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
-define(`confCW_FILE', `-o /etc/sendmail.cw')dnl
-define(`confCHECKPOINT_INTERVAL', `4')dnl
-define(`confAUTO_REBUILD', `True')dnl
-define(`confMIN_FREE_BLOCKS', `1024')dnl
-define(`confSMTP_MAILER', `smtp8')dnl
-define(`confME_TOO', `True')dnl
-define(`confMCI_CACHE_TIMEOUT', `10m')dnl
-define(`confTO_QUEUEWARN', `1d')dnl
-define(`confTO_QUEUEWARN_NORMAL', `1d')dnl
-define(`confTO_RCPT', `10m')dnl
-define(`confTO_DATABLOCK', `10m')dnl
-define(`confTO_DATAFINAL', `10m')dnl
-define(`confTO_COMMAND', `10m')dnl
-define(`confTO_HOSTSTATUS', `30m')dnl
-define(`confMIN_QUEUE_AGE', `30m')dnl
-define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
-define(`confTRUSTED_USERS', `majordom')dnl
-define(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)$.
- by $j ($v/$Z)$?r with $r$. id $i$?u$|;$.
- $?ufor $u; $.$b')dnl
-define(`confHOST_STATUS_DIRECTORY', `.hoststat')dnl
-define(`confMAX_DAEMON_CHILDREN', `8')dnl
-define(`confCONNECTION_THROTTLE_RATE', `1')dnl
+VERSIONID(`$Id$')
+
+OSTYPE(bsd4.4)
+FEATURE(nullclient, hub.$m)
+MASQUERADE_AS(FreeBSD.org)
OpenPOWER on IntegriCloud