freefall.mc revision 19474
12571Srgrimesdivert(-1)
22571Srgrimes#
32571Srgrimes# Copyright (c) 1983 Eric P. Allman
412580Speter# Copyright (c) 1988, 1993
512580Speter#	The Regents of the University of California.  All rights reserved.
62571Srgrimes#
72571Srgrimes# Redistribution and use in source and binary forms, with or without
82571Srgrimes# modification, are permitted provided that the following conditions
92571Srgrimes# are met:
102571Srgrimes# 1. Redistributions of source code must retain the above copyright
112571Srgrimes#    notice, this list of conditions and the following disclaimer.
122571Srgrimes# 2. Redistributions in binary form must reproduce the above copyright
132571Srgrimes#    notice, this list of conditions and the following disclaimer in the
142571Srgrimes#    documentation and/or other materials provided with the distribution.
152571Srgrimes# 3. All advertising materials mentioning features or use of this software
162571Srgrimes#    must display the following acknowledgement:
172571Srgrimes#	This product includes software developed by the University of
182571Srgrimes#	California, Berkeley and its contributors.
192571Srgrimes# 4. Neither the name of the University nor the names of its contributors
202571Srgrimes#    may be used to endorse or promote products derived from this software
212571Srgrimes#    without specific prior written permission.
222571Srgrimes#
232571Srgrimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
242571Srgrimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
252571Srgrimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
262571Srgrimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
272571Srgrimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
282571Srgrimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
292571Srgrimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
302571Srgrimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
312571Srgrimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
322571Srgrimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
332571Srgrimes# SUCH DAMAGE.
342571Srgrimes#
352571Srgrimes
3619474Spstdivert(0)dnl
3719474SpstVERSIONID(`@(#)freefall.mc	$Revision: 1.8 $')
382571SrgrimesOSTYPE(bsd4.4)dnl
3912580SpeterDOMAIN(generic)dnl
402571SrgrimesMAILER(local)dnl
412571SrgrimesMAILER(smtp)dnl
4212580SpeterFEATURE(mailertable, `hash -o /etc/mailertable')dnl
432571Srgrimesdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
442571Srgrimesdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
452571Srgrimesdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
4612580Speterdefine(`confCHECKPOINT_INTERVAL', `4')dnl
4712580Speterdefine(`confAUTO_REBUILD', `True')dnl
4812580Speterdefine(`confMIN_FREE_BLOCKS', `1024')dnl
4912800Speterdefine(`confSMTP_MAILER', `smtp8')dnl
5012580Speterdefine(`confME_TOO', `True')dnl
5112580Speterdefine(`confMCI_CACHE_TIMEOUT', `10m')dnl
5212580Speterdefine(`confTO_QUEUEWARN', `1d')dnl
5312671Speterdefine(`confTO_QUEUEWARN_NORMAL', `1d')dnl
5412580Speterdefine(`confTO_RCPT', `10m')dnl
5512580Speterdefine(`confTO_DATABLOCK', `10m')dnl
5612580Speterdefine(`confTO_DATAFINAL', `10m')dnl
5712580Speterdefine(`confTO_COMMAND', `10m')dnl
5812580Speterdefine(`confMIN_QUEUE_AGE', `30m')dnl
5912580Speterdefine(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
6012618Speterdefine(`confTRUSTED_USERS', `majordom')
6112619Speterdefine(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)$.
6215800Sjkh          by $j ($v/$Z)$?r with $r$. id $i$?u$|;$.
6312622Speter          $?ufor $u; $.$b')
64