freefall.mc revision 12622
11590Srgrimesdivert(-1)
21590Srgrimes#
31590Srgrimes# Copyright (c) 1983 Eric P. Allman
41590Srgrimes# Copyright (c) 1988, 1993
51590Srgrimes#	The Regents of the University of California.  All rights reserved.
61590Srgrimes#
71590Srgrimes# Redistribution and use in source and binary forms, with or without
81590Srgrimes# modification, are permitted provided that the following conditions
91590Srgrimes# are met:
101590Srgrimes# 1. Redistributions of source code must retain the above copyright
111590Srgrimes#    notice, this list of conditions and the following disclaimer.
121590Srgrimes# 2. Redistributions in binary form must reproduce the above copyright
131590Srgrimes#    notice, this list of conditions and the following disclaimer in the
141590Srgrimes#    documentation and/or other materials provided with the distribution.
151590Srgrimes# 3. All advertising materials mentioning features or use of this software
161590Srgrimes#    must display the following acknowledgement:
171590Srgrimes#	This product includes software developed by the University of
181590Srgrimes#	California, Berkeley and its contributors.
191590Srgrimes# 4. Neither the name of the University nor the names of its contributors
201590Srgrimes#    may be used to endorse or promote products derived from this software
211590Srgrimes#    without specific prior written permission.
221590Srgrimes#
231590Srgrimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
241590Srgrimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
251590Srgrimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
261590Srgrimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
271590Srgrimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
281590Srgrimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
291590Srgrimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
301590Srgrimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3174769Smikeh# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3288150Smikeh# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3374769Smikeh# SUCH DAMAGE.
341590Srgrimes#
3599112Sobrien
3699112SobrienVERSIONID(`@(#)freefall.mc	$Revision: 1.4 $')
371590SrgrimesOSTYPE(bsd4.4)dnl
381590SrgrimesDOMAIN(generic)dnl
391590SrgrimesMAILER(local)dnl
401590SrgrimesMAILER(smtp)dnl
411590SrgrimesFEATURE(mailertable, `hash -o /etc/mailertable')dnl
421590Srgrimesdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
431590Srgrimesdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
441590Srgrimesdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
451590Srgrimesdefine(`confCHECKPOINT_INTERVAL', `4')dnl
461590Srgrimesdefine(`confAUTO_REBUILD', `True')dnl
4777274Smikehdefine(`confMIN_FREE_BLOCKS', `1024')dnl
4877274Smikehdefine(`confME_TOO', `True')dnl
491590Srgrimesdefine(`confMCI_CACHE_TIMEOUT', `10m')dnl
501590Srgrimesdefine(`confTO_QUEUEWARN', `1d')dnl
511590Srgrimesdefine(`confTO_RCPT', `10m')dnl
521590Srgrimesdefine(`confTO_DATABLOCK', `10m')dnl
531590Srgrimesdefine(`confTO_DATAFINAL', `10m')dnl
541590Srgrimesdefine(`confTO_COMMAND', `10m')dnl
551590Srgrimesdefine(`confMIN_QUEUE_AGE', `30m')dnl
561590Srgrimesdefine(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
57216562Scharnierdefine(`confTRUSTED_USERS', `majordom')
581590Srgrimesdefine(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)$.
5977274Smikeh          by $j ($v/$Z)$?r with $r$. id $i
6077274Smikeh          $?ufor $u; $.$b')
611590Srgrimes