freebsd.mc revision 44333
1168515Sgshapirodivert(-1)
2168515Sgshapiro#
3168515Sgshapiro# Copyright (c) 1983 Eric P. Allman
4132943Sgshapiro# Copyright (c) 1988, 1993
5266692Sgshapiro#	The Regents of the University of California.  All rights reserved.
6132943Sgshapiro#
7168515Sgshapiro# Redistribution and use in source and binary forms, with or without
890792Sgshapiro# modification, are permitted provided that the following conditions
9168515Sgshapiro# are met:
1090792Sgshapiro# 1. Redistributions of source code must retain the above copyright
11168515Sgshapiro#    notice, this list of conditions and the following disclaimer.
12168515Sgshapiro# 2. Redistributions in binary form must reproduce the above copyright
1390792Sgshapiro#    notice, this list of conditions and the following disclaimer in the
1490792Sgshapiro#    documentation and/or other materials provided with the distribution.
1590792Sgshapiro# 3. All advertising materials mentioning features or use of this software
16168515Sgshapiro#    must display the following acknowledgement:
1790792Sgshapiro#	This product includes software developed by the University of
18168515Sgshapiro#	California, Berkeley and its contributors.
1990792Sgshapiro# 4. Neither the name of the University nor the names of its contributors
2090792Sgshapiro#    may be used to endorse or promote products derived from this software
21168515Sgshapiro#    without specific prior written permission.
22168515Sgshapiro#
23168515Sgshapiro# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24168515Sgshapiro# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25168515Sgshapiro# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26168515Sgshapiro# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27168515Sgshapiro# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28168515Sgshapiro# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29168515Sgshapiro# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30168515Sgshapiro# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31168515Sgshapiro# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3290792Sgshapiro# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3390792Sgshapiro# SUCH DAMAGE.
34168515Sgshapiro#
35168515Sgshapiro
3690792Sgshapiro#
37168515Sgshapiro#  This is a generic configuration file for 4.4 BSD-based systems.
38168515Sgshapiro#  If you want to customize it, copy it to a name appropriate for your
3990792Sgshapiro#  environment and do the modifications there.
40168515Sgshapiro#
4190792Sgshapiro#  The best documentation for this .mc file is:
42168515Sgshapiro#  /usr/src/contrib/sendmail/cf/README
43168515Sgshapiro#
44261363Sgshapiro
4590792Sgshapirodivert(0)dnl
46168515SgshapiroVERSIONID(`@(#)freebsd.mc	$Revision: 1.4 $')
4790792SgshapiroOSTYPE(bsd4.4)dnl
48112810SgshapiroDOMAIN(generic)dnl
49168515SgshapiroFEATURE(relay_based_on_MX)dnl
50168515SgshapiroFEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
51168515SgshapiroFEATURE(access_db, `hash -o /etc/mail/access')dnl
52FEATURE(blacklist_recipients)dnl
53FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl
54dnl Uncomment to activate Realtime Blackhole List (recommended!)
55dnl FEATURE(rbl)dnl
56FEATURE(local_lmtp)dnl
57define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl
58define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl
59define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
60define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl
61MAILER(local)dnl
62MAILER(smtp)dnl
63