freebsd.mc revision 55224
167754Smsmithdivert(-1)
267754Smsmith#
367754Smsmith# Copyright (c) 1983 Eric P. Allman
477424Smsmith# Copyright (c) 1988, 1993
567754Smsmith#	The Regents of the University of California.  All rights reserved.
667754Smsmith#
767754Smsmith# Redistribution and use in source and binary forms, with or without
867754Smsmith# modification, are permitted provided that the following conditions
967754Smsmith# are met:
1067754Smsmith# 1. Redistributions of source code must retain the above copyright
1167754Smsmith#    notice, this list of conditions and the following disclaimer.
12193267Sjkim# 2. Redistributions in binary form must reproduce the above copyright
1370243Smsmith#    notice, this list of conditions and the following disclaimer in the
1467754Smsmith#    documentation and/or other materials provided with the distribution.
1567754Smsmith# 3. All advertising materials mentioning features or use of this software
1667754Smsmith#    must display the following acknowledgement:
1767754Smsmith#	This product includes software developed by the University of
1867754Smsmith#	California, Berkeley and its contributors.
1967754Smsmith# 4. Neither the name of the University nor the names of its contributors
2067754Smsmith#    may be used to endorse or promote products derived from this software
2167754Smsmith#    without specific prior written permission.
2267754Smsmith#
2367754Smsmith# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2467754Smsmith# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2567754Smsmith# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2667754Smsmith# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2767754Smsmith# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2867754Smsmith# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2967754Smsmith# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3067754Smsmith# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3167754Smsmith# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3267754Smsmith# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3367754Smsmith# SUCH DAMAGE.
3467754Smsmith#
3567754Smsmith
3667754Smsmith#
3767754Smsmith#  This is a generic configuration file for 4.4 BSD-based systems.
3867754Smsmith#  If you want to customize it, copy it to a name appropriate for your
3967754Smsmith#  environment and do the modifications there.
4067754Smsmith#
4167754Smsmith#  The best documentation for this .mc file is:
4267754Smsmith#  /usr/src/contrib/sendmail/cf/README
4367754Smsmith#
4467754Smsmith
4567754Smsmithdivert(0)dnl
4667754SmsmithVERSIONID(`$FreeBSD: head/etc/sendmail/freebsd.mc 55224 1999-12-29 16:15:22Z ache $')
4767754SmsmithOSTYPE(bsd4.4)dnl
4867754SmsmithDOMAIN(generic)dnl
4967754SmsmithFEATURE(relay_based_on_MX)dnl
5067754SmsmithFEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
5167754SmsmithFEATURE(access_db, `hash -o /etc/mail/access')dnl
5267754SmsmithFEATURE(blacklist_recipients)dnl
5367754SmsmithFEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl
5467754Smsmithdnl Uncomment to activate Realtime Blackhole List (recommended!)
5567754Smsmithdnl information available at http://maps.vix.com/rbl/
5667754Smsmithdnl FEATURE(rbl)dnl
5767754Smsmithdnl Many sites reject email connections from dialup ip addresses
5867754Smsmithdnl by using the MAPS Dial-up User List (DUL).  http://maps.vix.com/dul/
5967754Smsmithdnl Dialup users should uncomment and define this appropriately
6067754Smsmithdnl define(`SMART_HOST', `your.isp.mail.server')dnl
6167754SmsmithFEATURE(local_lmtp)dnl
6267754Smsmithdefine(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl
6367754Smsmithdefine(`confCW_FILE', `/etc/mail/sendmail.cw')dnl
6467754Smsmithdefine(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
6567754Smsmithdefine(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl
6667754SmsmithMAILER(local)dnl
6767754SmsmithMAILER(smtp)dnl
6867754Smsmith