summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
2000-07-22use FILES* rather than an explicit afterinstall target, so thatcgd
UNPRIVILEGED is handled correctly w/o local hacks.
2000-07-07use '${MAKE}', not 'make'.cgd
2000-07-05Pass ${INSTPRIV} to ${INSTALL}.enami
2000-07-05- Simplify modifiers.enami
- Wrap long line.
2000-07-04v4 only sendmail.cf sourceitojun
2000-07-04sync sendmail default configuration file with GENERIC kernel setting.itojun
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-06-12'postfix check' wants a lot of files to be owned by root, so add aveego
BINOWN=root here.
2000-05-31Add sample-filter.cfperry
2000-05-12add proper dependencies for generated files.christos
2000-05-08make default sendmail.cf IPv4-only again.itojun
roll sendmail-IPv6.cf, which does IPv4/v6.
2000-05-06BINMODE=4555. PR 10053.itojun
2000-05-04sync better with 8.10.1.itojun
2000-05-03listen to IPv6 smtp socket.itojun
2000-05-03correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socketitojun
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-03for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.itojun
supply sendmail2netbsd for future imports. remove 8.9.x files. populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-02fix commentsperry
2000-05-02/etc/postfix/postfix-script is a config file.sommerfeld
Only install it as part of "make distribution". Change committed on behalf of perry.
2000-05-02Install postfix-script into /etc/postfix for the /etc set.perry
2000-05-02install postfix-script into the example dir.perry
2000-05-02Add postfix. The postfix-script location issue is still live, butperry
Wietse seems to think it has to stay in /etc, so it probably will.
2000-05-01Remove trailing / off -I option.simonb
2000-05-01BINMODE should be 2555, not 2755. Pointed out by Soren.perry
2000-04-30Add distribution: target that cd's to postfix-etc and does make install.perry
This is mostly for the benefit of src/etc/Makefile
2000-04-30initial commit of postfix reachover build. Still some nits left.perry
2000-04-28remove files that should not be imported.itojun
in Makefile, s/SRC/.ALLSRC/ to honor .PATH.
2000-04-22Repeat after me: # is NOT a comment character in m4! :-)groo
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-19Repload "cf.m4" in build rule for sendmail configurations as requestedtron
by the documentation. Patch supplied by Andrew Brown in PR misc/9919.
2000-04-05Add snprintf.c to get quad_to_string().erh
2000-03-15Install correct "README" describing the configuration of "sendmail".tron
2000-02-26Don't blow away sendmail.st on install.mycroft
Install sendmail.hf with group wheel, not kmem.
2000-02-13Fix the CMDDIR problem noticed in pr#9409 and while I am here move theveego
BINDIR before PROG (thats looks nicer).
2000-02-13Install smrsh into /usr/libexec and not /usr/sbin.veego
2000-02-08We need to redistribute the license terms.tron
2000-02-08"distribution" target requires "netbsd-proto.cf".tron
2000-02-08Don't build "sendmail" if "NO_SENDMAIL" is defined.tron
2000-02-08Initial import of NetBSD build environment for "sendmail" 8.9.3.tron