xref: /freebsd/etc/sendmail/freefall.mc (revision c46725b9d59f800eb860f2ce227800594ccfd31e)
14e0fff21SRodney W. Grimesdivert(-1)
24e0fff21SRodney W. Grimes#
34e0fff21SRodney W. Grimes# Copyright (c) 1983 Eric P. Allman
4c46725b9SPeter Wemm# Copyright (c) 1988, 1993
5c46725b9SPeter Wemm#	The Regents of the University of California.  All rights reserved.
64e0fff21SRodney W. Grimes#
74e0fff21SRodney W. Grimes# Redistribution and use in source and binary forms, with or without
84e0fff21SRodney W. Grimes# modification, are permitted provided that the following conditions
94e0fff21SRodney W. Grimes# are met:
104e0fff21SRodney W. Grimes# 1. Redistributions of source code must retain the above copyright
114e0fff21SRodney W. Grimes#    notice, this list of conditions and the following disclaimer.
124e0fff21SRodney W. Grimes# 2. Redistributions in binary form must reproduce the above copyright
134e0fff21SRodney W. Grimes#    notice, this list of conditions and the following disclaimer in the
144e0fff21SRodney W. Grimes#    documentation and/or other materials provided with the distribution.
154e0fff21SRodney W. Grimes# 3. All advertising materials mentioning features or use of this software
164e0fff21SRodney W. Grimes#    must display the following acknowledgement:
174e0fff21SRodney W. Grimes#	This product includes software developed by the University of
184e0fff21SRodney W. Grimes#	California, Berkeley and its contributors.
194e0fff21SRodney W. Grimes# 4. Neither the name of the University nor the names of its contributors
204e0fff21SRodney W. Grimes#    may be used to endorse or promote products derived from this software
214e0fff21SRodney W. Grimes#    without specific prior written permission.
224e0fff21SRodney W. Grimes#
234e0fff21SRodney W. Grimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
244e0fff21SRodney W. Grimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
254e0fff21SRodney W. Grimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
264e0fff21SRodney W. Grimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
274e0fff21SRodney W. Grimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
284e0fff21SRodney W. Grimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
294e0fff21SRodney W. Grimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
304e0fff21SRodney W. Grimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
314e0fff21SRodney W. Grimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
324e0fff21SRodney W. Grimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
334e0fff21SRodney W. Grimes# SUCH DAMAGE.
344e0fff21SRodney W. Grimes#
354e0fff21SRodney W. Grimes
364e0fff21SRodney W. GrimesVERSIONID(`@(#)freefall.mc	$Revision: 1.1 $')
374e0fff21SRodney W. GrimesOSTYPE(bsd4.4)dnl
38c46725b9SPeter WemmDOMAIN(generic)dnl
394e0fff21SRodney W. GrimesMAILER(local)dnl
404e0fff21SRodney W. GrimesMAILER(smtp)dnl
41c46725b9SPeter WemmFEATURE(mailertable, `hash -o /etc/mailertable')dnl
424e0fff21SRodney W. Grimesdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
434e0fff21SRodney W. Grimesdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
444e0fff21SRodney W. Grimesdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
45c46725b9SPeter Wemmdefine(`confCHECKPOINT_INTERVAL', `4')dnl
46c46725b9SPeter Wemmdefine(`confAUTO_REBUILD', `True')dnl
47c46725b9SPeter Wemmdefine(`confMIN_FREE_BLOCKS', `1024')dnl
48c46725b9SPeter Wemmdefine(`confME_TOO', `True')dnl
49c46725b9SPeter Wemmdefine(`confMCI_CACHE_TIMEOUT', `10m')dnl
50c46725b9SPeter Wemmdefine(`confTO_QUEUEWARN', `1d')dnl
51c46725b9SPeter Wemmdefine(`confTO_RCPT', `10m')dnl
52c46725b9SPeter Wemmdefine(`confTO_DATABLOCK', `10m')dnl
53c46725b9SPeter Wemmdefine(`confTO_DATAFINAL', `10m')dnl
54c46725b9SPeter Wemmdefine(`confTO_COMMAND', `10m')dnl
55c46725b9SPeter Wemmdefine(`confMIN_QUEUE_AGE', `30m')dnl
56c46725b9SPeter Wemmdefine(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
57