Commit Graph

187 Commits

Author SHA1 Message Date
garbled
c339da615b Add a .Xr to mailer.conf to these files.. so users might know that such
a manpage exists..  ;)
1999-08-21 06:51:44 +00:00
simonb
b729f2c755 Use ${INSTPRIV} with ${INSTALL}. 1999-08-21 06:27:29 +00:00
lukem
ecea2953c2 if, after building WorkList, it is NULL (because there are no entries), don't
bother trying to qsort() or traverse it.

noticed when the diagnostic assert()s in my copy of qsort() complained
about a NULL pointer...
1999-08-12 00:19:07 +00:00
mycroft
4b3222031d s/dbm/hash/, since we don't support dbm files in sendmail. 1999-07-21 07:06:01 +00:00
garbled
d1407362ba More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-22 18:43:46 +00:00
mycroft
3e2eeb485c Eep. SMART_HOST was a bad idea. 1999-03-16 07:06:13 +00:00
mycroft
8336bf2055 Fix the order so allmasquerade works. 1999-03-05 01:32:11 +00:00
mycroft
7218bf528e More vanity domain stuff... 1999-03-05 01:10:33 +00:00
carrel
8f967beb1b include bsd.own.mk _before_ using MKSHARE 1999-02-13 07:35:52 +00:00
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
perry
52f97825ea 1) Move sendmail to /usr/libexec/sendmail/sendmail from /usr/sbin/sendmail
mailwrapper now sits in /usr/sbin/sendmail
2) the symlinks being built here are now built by the mailwrapper
   makefile. Comment out the ones here.
1999-02-05 19:22:50 +00:00
kleink
3ed4fcf61e In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
of errno.
1999-01-11 22:39:59 +00:00
perry
3c8d14096b Change hard links for newaliases and mailq into symlinks, to make it
easier to integrate alternative mailers.
1998-12-16 00:48:22 +00:00
mycroft
4dadf81abe Add a config file for minbar/cvs.fi.
Extract common config switches into a separate file.
1998-10-15 10:24:26 +00:00
lukem
9d8ba54bed don't install in /usr/share if NOSHARE is defined 1998-09-29 07:03:37 +00:00
lukem
9dee5d2b46 don't install in /usr/share if NOSHARE is defined 1998-09-27 17:22:03 +00:00
lukem
72549586a8 distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
mycroft
f350d95237 NetBSD.ORG -> netbsd.org 1998-08-07 13:55:12 +00:00
mycroft
160249f79c const poisoning. 1998-07-26 15:48:43 +00:00
mrg
32f519716b - use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
thorpej
51e30a086a Quote confFOO, pointed out by enami@netbsd.org 1998-05-12 01:23:49 +00:00
thorpej
a23636d506 oops, typo 1998-05-12 00:43:08 +00:00
thorpej
59c3272ca2 Add temporary mailer configuration for babylon.netbsd.org 1998-05-12 00:42:35 +00:00
thorpej
b06b31d8e2 Sendmail configuration for zhadum.netbsd.org. 1998-02-08 06:57:00 +00:00
perry
3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
mikel
1f38aba134 auto-rebuild /etc/aliases.db to match 'traditional' behavior,
suggested by perry
1997-12-22 05:53:06 +00:00
cjs
60c8449a61 sendmail 8.8.8 merge 1997-11-09 22:25:58 +00:00
cjs
3016f7f3b8 sendmail 8.8.8 import 1997-11-09 22:15:17 +00:00
cjs
3acc53a34a sendmail 8.8.8 import 1997-11-09 22:14:04 +00:00
lukem
0a94f4f077 use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
lukem
149f1867d1 rcsid fascism 1997-10-18 04:36:50 +00:00
lukem
eea5ba720b add Makefile.inc to use ../Makefile.inc, and cleanup subdir Makefiles 1997-10-17 13:32:28 +00:00
veego
066829337c Only install the available m4 files. 1997-10-12 19:14:27 +00:00
veego
0751ae9b9b Use \" for /'s in Makefile defines. 1997-10-11 18:11:41 +00:00
cjs
b1caf63d0a Build smrsh to use /usr/libexec/sm.bin and install in /usr/libexec/smrsh. 1997-10-09 20:09:38 +00:00
cjs
cec80a9c8c Bring sendmail/cf fully into sync with sendmail-8.8.7. 1997-10-09 19:39:51 +00:00
mikel
c833d17bf1 xref rmail(8) not nonexistent rmail(1) 1997-09-20 06:02:44 +00:00
cjs
25e1ee9531 Sendmail 8.8.7 merge. 1997-09-09 06:35:00 +00:00
cjs
c75d7d513a Sendmail 8.8.7 import. 1997-09-09 06:19:07 +00:00
phil
d09cbc12c6 Add cf to install directories. 1997-07-16 23:58:21 +00:00
phil
45d8517405 Add Makefiles to install sendmail/cf source into /usr/share/sendmail.
cv/cv: Modified Makefile to install source into /usr/share/sendmail and
to only make netbsd-proto.cf.  (all other .cf files were made, but never
installed anywhere.  So why burn CPU building files we don't use.  Added
a target called "other" to make all other .cf files.)
1997-07-16 23:01:51 +00:00
mikel
97ff055e3e delete references to obsolete dbm(3); this is a strictly local change 1997-07-15 02:41:29 +00:00
veego
a5c8682ccb Use .PATH: instead of creating a link. 1997-07-14 14:54:19 +00:00
cjs
ca1323ff94 Remove undefines of DPADD and LDADD. 1997-07-13 20:42:17 +00:00
cjs
25ec838cfd Remove left-over conflict marker. 1997-07-13 20:15:16 +00:00
cjs
ca2841a3d7 Resolve conflicts in 8.8.6 import. 1997-07-13 19:42:38 +00:00
cjs
fce01e04e2 Resolve conflicts in 8.8.6 import. 1997-07-13 19:42:13 +00:00
cjs
e6246fdae8 Resolve conflicts in 8.8.6 import. 1997-07-13 19:41:48 +00:00
cjs
d33c43659d Resolve conflicts in 8.8.6 import. 1997-07-13 19:41:37 +00:00
cjs
ddfce6c70c Sendmail 8.8.6 import. 1997-07-13 19:04:12 +00:00