1c46725b9SPeter Wemmdivert(-1) 2c46725b9SPeter Wemm# 3c46725b9SPeter Wemm# Copyright (c) 1983 Eric P. Allman 4c46725b9SPeter Wemm# Copyright (c) 1988, 1993 5c46725b9SPeter Wemm# The Regents of the University of California. All rights reserved. 6c46725b9SPeter Wemm# 7c46725b9SPeter Wemm# Redistribution and use in source and binary forms, with or without 8c46725b9SPeter Wemm# modification, are permitted provided that the following conditions 9c46725b9SPeter Wemm# are met: 10c46725b9SPeter Wemm# 1. Redistributions of source code must retain the above copyright 11c46725b9SPeter Wemm# notice, this list of conditions and the following disclaimer. 12c46725b9SPeter Wemm# 2. Redistributions in binary form must reproduce the above copyright 13c46725b9SPeter Wemm# notice, this list of conditions and the following disclaimer in the 14c46725b9SPeter Wemm# documentation and/or other materials provided with the distribution. 15c46725b9SPeter Wemm# 3. All advertising materials mentioning features or use of this software 16c46725b9SPeter Wemm# must display the following acknowledgement: 17c46725b9SPeter Wemm# This product includes software developed by the University of 18c46725b9SPeter Wemm# California, Berkeley and its contributors. 19c46725b9SPeter Wemm# 4. Neither the name of the University nor the names of its contributors 20c46725b9SPeter Wemm# may be used to endorse or promote products derived from this software 21c46725b9SPeter Wemm# without specific prior written permission. 22c46725b9SPeter Wemm# 23c46725b9SPeter Wemm# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 24c46725b9SPeter Wemm# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25c46725b9SPeter Wemm# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26c46725b9SPeter Wemm# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 27c46725b9SPeter Wemm# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28c46725b9SPeter Wemm# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29c46725b9SPeter Wemm# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30c46725b9SPeter Wemm# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31c46725b9SPeter Wemm# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32c46725b9SPeter Wemm# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33c46725b9SPeter Wemm# SUCH DAMAGE. 34c46725b9SPeter Wemm# 35c46725b9SPeter Wemm 36c46725b9SPeter Wemm# 37c46725b9SPeter Wemm# This is a generic configuration file for 4.4 BSD-based systems, 38c46725b9SPeter Wemm# including 4.4-Lite, BSDi, NetBSD, and FreeBSD. 39c46725b9SPeter Wemm# It has support for local and SMTP mail only. If you want to 40c46725b9SPeter Wemm# customize it, copy it to a name appropriate for your environment 41c46725b9SPeter Wemm# and do the modifications there. 42c46725b9SPeter Wemm# 43c46725b9SPeter Wemm 44c46725b9SPeter WemmVERSIONID(`@(#)freebsd.mc $Revision: 1.1 $') 45c46725b9SPeter WemmOSTYPE(bsd4.4)dnl 46c46725b9SPeter WemmDOMAIN(generic)dnl 47c46725b9SPeter WemmMAILER(local)dnl 48c46725b9SPeter WemmMAILER(smtp)dnl 49c46725b9SPeter WemmFEATURE(mailertable, `hash -o /etc/mailertable')dnl 50c46725b9SPeter Wemmdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl 51c46725b9SPeter Wemmdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl 52c46725b9SPeter Wemmdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl 53