ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/examples/Sendmail/sendmail.mc.example
Revision: 1.1
Committed: Tue Nov 13 00:51:35 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import of libspf-1.0.0-p5 from freebsd ports

File Contents

# Content
1 divert(-1)
2 #
3 # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
4 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
6 # Copyright (c) 1988, 1993
7 # The Regents of the University of California. All rights reserved.
8 #
9 # By using this file, you agree to the terms and conditions set
10 # forth in the LICENSE file which can be found at the top level of
11 # the sendmail distribution.
12 #
13 #
14
15 #
16 # This is a generic configuration file for Linux.
17 # It has support for local and SMTP mail only. If you want to
18 # customize it, copy it to a name appropriate for your environment
19 # and do the modifications there.
20 #
21
22 divert(0)dnl
23 VERSIONID(`$Id: sendmail.mc.example,v 1.1.1.1 2004/08/28 17:53:34 jcouzens Exp $')
24 OSTYPE(linux)dnl
25 DOMAIN(generic)dnl
26 FEATURE(`spf', 2)dnl
27 FEATURE(`delay_checks')dnl
28 MAILER(local)dnl
29 MAILER(smtp)dnl