Commit Graph

38 Commits

Author SHA1 Message Date
itojun
97c5ff842d NetBSD has setusercontext() since Feb 2000.
detect it by "1.4Q or more recent" (are there better ways? - it is
not about kernel API...)
2000-08-20 19:37:45 +00:00
itojun
229f25d14b install m4 file for darwin (added in 8.10.x -> 8.11.0) 2000-08-13 16:22:53 +00:00
cgd
988a36fab4 use FILES* rather than an explicit afterinstall target, so that
UNPRIVILEGED is handled correctly w/o local hacks.
2000-07-22 03:30:40 +00:00
cgd
fc10dadbb6 use '${MAKE}', not 'make'. 2000-07-07 04:26:57 +00:00
enami
7316fa55ad Pass ${INSTPRIV} to ${INSTALL}. 2000-07-05 03:30:07 +00:00
enami
b8df94bd38 - Simplify modifiers.
- Wrap long line.
2000-07-05 03:11:42 +00:00
itojun
a7183f656a v4 only sendmail.cf source 2000-07-04 12:21:57 +00:00
itojun
0bfeec5234 sync sendmail default configuration file with GENERIC kernel setting.
was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4)
now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6)

do we need etc/obsolete.mi?
2000-07-04 12:21:02 +00:00
veego
715cab4ce5 'postfix check' wants a lot of files to be owned by root, so add a
BINOWN=root here.
2000-06-12 12:17:26 +00:00
perry
e646bf24a7 Add sample-filter.cf 2000-05-31 17:02:55 +00:00
christos
55438ab2fb add proper dependencies for generated files. 2000-05-12 18:05:44 +00:00
itojun
10e25f6012 make default sendmail.cf IPv4-only again.
roll sendmail-IPv6.cf, which does IPv4/v6.
2000-05-08 00:37:53 +00:00
itojun
f6b9e3869d BINMODE=4555. PR 10053. 2000-05-06 15:33:25 +00:00
itojun
ee5a20c368 sync better with 8.10.1. 2000-05-04 00:52:58 +00:00
itojun
ebf1723e60 listen to IPv6 smtp socket. 2000-05-03 11:23:16 +00:00
itojun
fcc5dc7faf correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socket
by default, and crushes old configuration files when sendmail gets IPv6
connection.  by default listen to IPv4 socket only for backward compatibility.

turn on IPv6 support.
IPv6 socket can be enabled by the following sendmail.cf directive:
	O DaemonPortOptions=Family=inet,address=0.0.0.1
	O DaemonPortOptions=Family=inet6,address=::
2000-05-03 11:07:58 +00:00
itojun
b723212dfd for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
supply sendmail2netbsd for future imports.
remove 8.9.x files.

populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:50:04 +00:00
perry
414c661ebf fix comments 2000-05-02 13:16:56 +00:00
sommerfeld
658f83f55c /etc/postfix/postfix-script is a config file.
Only install it as part of "make distribution".
Change committed on behalf of perry.
2000-05-02 03:03:21 +00:00
perry
d2fbbe8204 Install postfix-script into /etc/postfix for the /etc set. 2000-05-02 02:36:20 +00:00
perry
6cb0b138d9 install postfix-script into the example dir. 2000-05-02 02:33:05 +00:00
perry
0785281c8f Add postfix. The postfix-script location issue is still live, but
Wietse seems to think it has to stay in /etc, so it probably will.
2000-05-02 02:07:41 +00:00
simonb
23e350fea7 Remove trailing / off -I option. 2000-05-01 01:07:42 +00:00
perry
a373836672 BINMODE should be 2555, not 2755. Pointed out by Soren. 2000-05-01 00:12:26 +00:00
perry
d4da47afd6 Add distribution: target that cd's to postfix-etc and does make install.
This is mostly for the benefit of src/etc/Makefile
2000-04-30 21:43:45 +00:00
perry
6fb7e48183 initial commit of postfix reachover build. Still some nits left. 2000-04-30 21:21:50 +00:00
itojun
be16012135 remove files that should not be imported.
in Makefile, s/SRC/.ALLSRC/ to honor .PATH.
2000-04-28 06:19:58 +00:00
groo
23db01c321 Repeat after me: # is NOT a comment character in m4! :-)
Removed "OSTYPE" from comment section which causes a build failure after
the recent cf/cf/Makefile changes (c.f. misc/9919).  mmm, m4 voodoo.
2000-04-22 00:36:40 +00:00
tron
c570c5c3cb Repload "cf.m4" in build rule for sendmail configurations as requested
by the documentation. Patch supplied by Andrew Brown in PR misc/9919.
2000-04-19 21:48:41 +00:00
erh
36d859ee23 Add snprintf.c to get quad_to_string(). 2000-04-05 10:29:37 +00:00
tron
6c8a78d4d5 Install correct "README" describing the configuration of "sendmail". 2000-03-15 16:25:58 +00:00
mycroft
f2cb2f6245 Don't blow away sendmail.st on install.
Install sendmail.hf with group wheel, not kmem.
2000-02-26 18:41:43 +00:00
veego
52e395b26c Fix the CMDDIR problem noticed in pr#9409 and while I am here move the
BINDIR before PROG (thats looks nicer).
2000-02-13 22:14:28 +00:00
veego
23b1b424a3 Install smrsh into /usr/libexec and not /usr/sbin. 2000-02-13 21:32:01 +00:00
tron
bed192969e We need to redistribute the license terms. 2000-02-08 16:53:37 +00:00
tron
8ff783382c "distribution" target requires "netbsd-proto.cf". 2000-02-08 16:13:26 +00:00
tron
6e7897c5a9 Don't build "sendmail" if "NO_SENDMAIL" is defined. 2000-02-08 14:06:01 +00:00
tron
ee18b55df8 Initial import of NetBSD build environment for "sendmail" 8.9.3. 2000-02-08 13:45:33 +00:00