freebsd.mc revision 12580
112580Speterdivert(-1)
212580Speter#
312580Speter# Copyright (c) 1983 Eric P. Allman
412580Speter# Copyright (c) 1988, 1993
512580Speter#	The Regents of the University of California.  All rights reserved.
612580Speter#
712580Speter# Redistribution and use in source and binary forms, with or without
812580Speter# modification, are permitted provided that the following conditions
912580Speter# are met:
1012580Speter# 1. Redistributions of source code must retain the above copyright
1112580Speter#    notice, this list of conditions and the following disclaimer.
1212580Speter# 2. Redistributions in binary form must reproduce the above copyright
1312580Speter#    notice, this list of conditions and the following disclaimer in the
1412580Speter#    documentation and/or other materials provided with the distribution.
1512580Speter# 3. All advertising materials mentioning features or use of this software
1612580Speter#    must display the following acknowledgement:
1712580Speter#	This product includes software developed by the University of
1812580Speter#	California, Berkeley and its contributors.
1912580Speter# 4. Neither the name of the University nor the names of its contributors
2012580Speter#    may be used to endorse or promote products derived from this software
2112580Speter#    without specific prior written permission.
2212580Speter#
2312580Speter# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2412580Speter# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2512580Speter# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2612580Speter# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2712580Speter# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2812580Speter# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2912580Speter# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3012580Speter# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3112580Speter# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3212580Speter# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3312580Speter# SUCH DAMAGE.
3412580Speter#
3512580Speter
3612580Speter#
3712580Speter#  This is a generic configuration file for 4.4 BSD-based systems,
3812580Speter#  including 4.4-Lite, BSDi, NetBSD, and FreeBSD.
3912580Speter#  It has support for local and SMTP mail only.  If you want to
4012580Speter#  customize it, copy it to a name appropriate for your environment
4112580Speter#  and do the modifications there.
4212580Speter#
4312580Speter
4412580SpeterVERSIONID(`@(#)freebsd.mc	$Revision: 1.1 $')
4512580SpeterOSTYPE(bsd4.4)dnl
4612580SpeterDOMAIN(generic)dnl
4712580SpeterMAILER(local)dnl
4812580SpeterMAILER(smtp)dnl
4912580SpeterFEATURE(mailertable, `hash -o /etc/mailertable')dnl
5012580Speterdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
5112580Speterdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
5212580Speterdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
53