gshapiro
730b12a9a9
Update build infrastructure for sendmail 8.12.
2002-02-17 22:05:07 +00:00
kris
c60495e0de
Lock down with WFORMAT?=1, with overrides in the subdirectories which
...
are not yet warning-clean. Tested on i386 and alpha.
2002-02-04 02:33:51 +00:00
ru
45d92a4319
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
a23a98f937
Set the default manual section for libexec/ to 8.
2001-03-20 18:10:13 +00:00
gshapiro
90b1557dac
Add a MAINTAINER= line so people know who to blame
2000-10-26 23:02:36 +00:00
gshapiro
e0b2de2c8f
Style fixes
2000-10-11 05:04:21 +00:00
gshapiro
74c5c816cc
mail.local(8) is no longer installed as a set-user-id binary.
...
Users may have to adjust their configuration to call mail.local as root
by adding the F=S flag to the local mailer. Most probably already have this.
2000-10-10 18:12:30 +00:00
gshapiro
1f7ac54fbd
Give users a way to alter the sendmail (and related utilities) build
...
environment so they can enable functionality such as SASL, LDAP, Hesiod.
2000-09-17 00:41:33 +00:00
gshapiro
002ef51d6e
The rest of the changes needed to support the new version of sendmail (8.11.0).
...
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
obrien
18dba2fe21
Remove useless `BINOWN=root' now that it is the default.
1998-09-19 22:42:06 +00:00
peter
082d9275b1
Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
1998-08-04 15:30:17 +00:00
charnier
7dfb53a951
Typos.
1998-01-07 07:44:01 +00:00
imp
cde9945828
style(9) nits
...
Submitted by: bde
1997-12-26 23:36:43 +00:00
imp
66fd98fe99
Be extra paranoid about the length of data returned from gethostbyaddr or
...
gethostbyname.
Submitted by: Julian Assange
1997-12-24 19:38:18 +00:00
alex
3dc202d85a
Switch the effective uid to that of the user when writing mail files,
...
allowing quotas to be enforced on mail spools.
PR: 1111
Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
1997-11-13 23:14:34 +00:00
wosch
6614e4891f
Store temporary files in /var/tmp instead /tmp. This should avoid
...
a possible disk overflow for enormous large mails.
Submitted by: grog
1997-10-11 22:05:44 +00:00
bde
d6cf846a53
Makefile.dist is a non-bmaked version of Makefile. We don't want it.
1997-08-02 18:52:16 +00:00
bde
27a46c98ad
This commit was generated by cvs2svn to compensate for changes in r27847,
...
which included commits to RCS files with non-trunk default branches.
1997-08-02 18:46:42 +00:00
bde
d7d37d2613
Import Lite2's src/libexec, except for makekey (which was spammed
...
by a repository copy from 1.1.5 and patched back to Lite1) and
rbootd/bootdir/SYSHPBSD (which is binary). All changed files have
already left the vendor branch.
1997-08-02 18:46:42 +00:00
imp
3125d931c2
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-28 15:48:21 +00:00
peter
090fb430f1
Revert $FreeBSD$ to $Id$
1997-02-22 14:22:49 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
scrappy
2ad78b57b3
Totally botched ths patch...revert back to Rev 1.7, and request a
...
proper context diff from the submitter...
1996-10-23 05:05:32 +00:00
scrappy
3745246d0a
Last time I trust 'sucess's on a non-context diff...
...
Pointed out by: Bill Fenner <fenner@parc.xerox.com>
1996-10-22 22:52:37 +00:00
scrappy
c60a33a165
Fixes:
...
>Description:
/usr/libexec/mail.local runs as root. As such is can fill up a
mailbox on a quota'd filesystem, and keep going... Makes quota's
almost useless in an ISP environment.
Closes: PR#bin/1111
Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
1996-10-22 21:01:01 +00:00
wosch
361a15b8f4
add forgotten $Id$
1996-09-22 21:56:57 +00:00
bde
6ed5ccfb8f
Don't use __dead or __pure in user code. They were obfuscations
...
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
joerg
0a6e60012a
Introduce a -b option for sites who are not interested in the old biff
...
service. (Avoid a ``in_vain'' warning...)
1996-04-13 11:44:12 +00:00
mpp
6f1e1c35e7
Another round of various man page cleanups.
1996-02-09 17:25:57 +00:00
ache
eb02905cc1
Revert fsync ifdef behaviour and name, now default variant acts like
...
original one.
Suggested by: peter
1995-10-31 09:16:46 +00:00
ache
f84f405c03
Put fsync under #ifdef EXTRA_SANITY and turn it off by default.
...
fsync here cause real disk trashing when large UUCP mail chanks
parsed.
1995-10-31 08:22:13 +00:00
rgrimes
f05428e4cd
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
wollman
96c19e77ba
Update to new make macros and disable Kerberos because we haven't got it
...
set up right yet.
1994-08-05 21:24:58 +00:00
rgrimes
7d07d2de2f
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00