diff options
| author | jjj <none@none> | 2006-06-01 17:01:11 -0700 |
|---|---|---|
| committer | jjj <none@none> | 2006-06-01 17:01:11 -0700 |
| commit | 0ea5e3a571e3da934507bdd32924d11659c70704 (patch) | |
| tree | ba35ba32eeb100c1272139f7cfcc462bdc77e3a4 /usr/src/cmd/sendmail/cf/Makefile | |
| parent | f4646a6c4cd95d2c0e0e22ab5aaf71e77cc8b2b3 (diff) | |
| download | illumos-joyent-0ea5e3a571e3da934507bdd32924d11659c70704.tar.gz | |
PSARC 2004/368 Secure By Default
4875624 *syslogd* turn off UDP listener by default
5004374 Ship with remote services disabled by default
5016956 By default rpcbind should not listen for remote requests
5016975 By default snmpd/dx should not be enabled.
5016998 By default inetd should not listen for remote connections.
5017041 By default sendmail should not listen for remote connections
5046450 Create a greenline profile for Secure by Default installation
6267741 RFE: One-touch knob for outbound-only sendmail
6414308 syslogd could use some lint soap
Diffstat (limited to 'usr/src/cmd/sendmail/cf/Makefile')
| -rw-r--r-- | usr/src/cmd/sendmail/cf/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/cmd/sendmail/cf/Makefile b/usr/src/cmd/sendmail/cf/Makefile index fc2cfcfcd9..a9e5c995e1 100644 --- a/usr/src/cmd/sendmail/cf/Makefile +++ b/usr/src/cmd/sendmail/cf/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -30,9 +29,9 @@ include ../../Makefile.cmd -CFS= sendmail.cf submit.cf +CFS= sendmail.cf submit.cf local.cf -SUBCFS= cf/sendmail.cf cf/submit.cf +SUBCFS= cf/sendmail.cf cf/submit.cf cf/local.cf COMMONM4FILES= m4/version.m4 m4/cf.m4 m4/cfhead.m4 m4/proto.m4 \ ostype/solaris8.m4 domain/solaris-generic.m4 \ @@ -46,6 +45,8 @@ ROOTETCMAILCF = $(ROOTETCMAIL)/cf BUILDPARTS = $(ROOTETCMAILCF)/README \ $(ROOTETCMAILCF)/cf/Makefile \ + $(ROOTETCMAILCF)/cf/local.cf \ + $(ROOTETCMAILCF)/cf/local.mc \ $(ROOTETCMAILCF)/cf/sendmail.cf \ $(ROOTETCMAILCF)/cf/sendmail.mc \ $(ROOTETCMAILCF)/cf/submit.cf \ |
