freebsd.mc revision 19474
1252265Sjimharrisdivert(-1)
2252265Sjimharris#
3252265Sjimharris# Copyright (c) 1983 Eric P. Allman
4252265Sjimharris# Copyright (c) 1988, 1993
5252265Sjimharris#	The Regents of the University of California.  All rights reserved.
6252265Sjimharris#
7252265Sjimharris# Redistribution and use in source and binary forms, with or without
8252265Sjimharris# modification, are permitted provided that the following conditions
9252265Sjimharris# are met:
10252265Sjimharris# 1. Redistributions of source code must retain the above copyright
11252265Sjimharris#    notice, this list of conditions and the following disclaimer.
12252265Sjimharris# 2. Redistributions in binary form must reproduce the above copyright
13252265Sjimharris#    notice, this list of conditions and the following disclaimer in the
14252265Sjimharris#    documentation and/or other materials provided with the distribution.
15252265Sjimharris# 3. All advertising materials mentioning features or use of this software
16252265Sjimharris#    must display the following acknowledgement:
17252265Sjimharris#	This product includes software developed by the University of
18252265Sjimharris#	California, Berkeley and its contributors.
19252265Sjimharris# 4. Neither the name of the University nor the names of its contributors
20252265Sjimharris#    may be used to endorse or promote products derived from this software
21252265Sjimharris#    without specific prior written permission.
22252265Sjimharris#
23252265Sjimharris# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24252265Sjimharris# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25252265Sjimharris# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26252265Sjimharris# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27252265Sjimharris# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28252265Sjimharris# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29252265Sjimharris# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30252265Sjimharris# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31252265Sjimharris# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32253109Sjimharris# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33253458Sjimharris# SUCH DAMAGE.
34252265Sjimharris#
35253459Sjimharris
36252265Sjimharris#
37252265Sjimharris#  This is a generic configuration file for 4.4 BSD-based systems,
38252265Sjimharris#  including 4.4-Lite, BSDi, NetBSD, and FreeBSD.
39252265Sjimharris#  It has support for local and SMTP mail only.  If you want to
40252265Sjimharris#  customize it, copy it to a name appropriate for your environment
41252265Sjimharris#  and do the modifications there.
42252265Sjimharris#
43252265Sjimharris
44252265Sjimharrisdivert(0)dnl
45252265SjimharrisVERSIONID(`@(#)freebsd.mc	$Revision: 1.1 $')
46252265SjimharrisOSTYPE(bsd4.4)dnl
47252265SjimharrisDOMAIN(generic)dnl
48252265SjimharrisMAILER(local)dnl
49253109SjimharrisMAILER(smtp)dnl
50252265SjimharrisFEATURE(mailertable, `hash -o /etc/mailertable')dnl
51252265Sjimharrisdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl
52252265Sjimharrisdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl
53252265Sjimharrisdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl
54252265Sjimharris