#
90e655ea |
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
345e52e7 |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
#
a38a3724 |
| 01-Mar-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Move installation of sendmail helpfile into etc/sendmail/Makefile. It is a user configurable file and it would benefit from mergemaster.
|
#
e4e1027a |
| 22-Feb-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Move creation of the sendmail statistics file from the usr.sbin/sendmail Makefile to the etc/sendmail Makefile to be consistent with all of the other /var file creations. In doing so, change the Mak
Move creation of the sendmail statistics file from the usr.sbin/sendmail Makefile to the etc/sendmail Makefile to be consistent with all of the other /var file creations. In doing so, change the Makefile target from etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
show more ...
|
Revision tags: release/4.2.0 |
|
#
d1ba25f4 |
| 27-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Add a MAINTAINER= line so people know who to blame
|
#
85e427cc |
| 24-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Fix up the build for the STARTTLS version of sendmail (again). This method mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once f
Fix up the build for the STARTTLS version of sendmail (again). This method mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync).
Suggested by: bde Assisted by: kris
show more ...
|
#
1e503e98 |
| 13-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
../Makefile.inc was clobbering BINDIR so sendmail was being installed in /usr/sbin/ instead of /usr/libexec/sendmail/
Submitted by: bde
|
#
cec19acf |
| 12-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Remove STARTTLS support as it breaks builds without crypto installed. Waiting to hear back regarding the best way to do this.
|
#
0a69c17a |
| 11-Oct-2000 |
Peter Wemm <peter@FreeBSD.org> |
With apoligies to Greg Shapiro, fix the world. The previous commit lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=.
|
#
c6cc6025 |
| 11-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Style fixes
|
#
79c88731 |
| 11-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
NOCRYPT imples NO_OPENSSL. Still need to solve the distribution problem.
Submitted by: kris
|
#
0c2b976c |
| 10-Oct-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Build sendmail with STARTTLS support unless NO_OPENSSL is set.
|
Revision tags: release/4.1.1_cvs |
|
#
cf1fec42 |
| 17-Sep-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod.
|
#
da69ece5 |
| 13-Sep-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Allow users to add libraries for sendmail (e.g. Cyrus SASL)
Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
#
d0b32526 |
| 14-Aug-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Turn on support for IPv6
|
#
478c9406 |
| 13-Aug-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases now exists in the distribution.
|
#
88c75941 |
| 13-Aug-2000 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
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
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.
show more ...
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
049239a4 |
| 29-Dec-1999 |
Peter Wemm <peter@FreeBSD.org> |
Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world' would leave you with a broken sendmail and local mail loss. This evil hack moves sendmail.cf from the old location to the new
Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world' would leave you with a broken sendmail and local mail loss. This evil hack moves sendmail.cf from the old location to the new one (if required) at install time.
show more ...
|
#
8ea9610d |
| 29-Dec-1999 |
Peter Wemm <peter@FreeBSD.org> |
Install sendmail in it's new location.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
97d92980 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
2331d160 |
| 28-Mar-1999 |
Mark Murray <markm@FreeBSD.org> |
Enable tcp_wrapper support by default.
|
Revision tags: release/3.1.0 |
|
#
9e5e26b3 |
| 07-Feb-1999 |
Peter Wemm <peter@FreeBSD.org> |
MaxHeaderLines is now MaxHeadersLength (in bytes)
|
#
5e418b65 |
| 24-Jan-1999 |
Peter Wemm <peter@FreeBSD.org> |
Support 'O MaxHeaderLines=' to override the default header count and line length limits. The configuration keyword is: confMAX_HEADER_LINES
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
3539ed8b |
| 12-Jan-1999 |
Peter Wemm <peter@FreeBSD.org> |
Update for 8.9.2 (new file, control.c) Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
|
#
2887f586 |
| 20-Sep-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove useless `BINOWN=root' now that it is the default.
|