summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin/sendmail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the build for the STARTTLS version of sendmail (again). This methodgshapiro2000-10-241-74/+0
| | | | | | | | | | 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
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed ingshapiro2000-10-131-1/+1
| | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
* Given that sendmail's STARTTLS support requires OpenSSL and the bootstrapgshapiro2000-10-131-4/+11
| | | | | | | issues that brings, build the non-TLS version of sendmail in src/usr.sbin/sendmail and the TLS version in src/secure/usr.sbin/sendmail. This allows the TLS version to be part of the secure distribution when building a release.
* Remove STARTTLS support as it breaks builds without crypto installed.gshapiro2000-10-121-7/+0
| | | | Waiting to hear back regarding the best way to do this.
* With apoligies to Greg Shapiro, fix the world. The previous commitpeter2000-10-111-2/+2
| | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=.
* Style fixesgshapiro2000-10-111-4/+4
|
* NOCRYPT imples NO_OPENSSL.gshapiro2000-10-111-1/+1
| | | | | | Still need to solve the distribution problem. Submitted by: kris
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.gshapiro2000-10-101-0/+7
|
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-1/+7
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)gshapiro2000-09-131-1/+1
| | | | Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
* Turn on support for IPv6gshapiro2000-08-141-1/+1
|
* Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliasesgshapiro2000-08-131-6/+0
| | | | now exists in the distribution.
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-11/+28
| | | | | | 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.
* Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'peter1999-12-291-0/+8
| | | | | | 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.
* Install sendmail in it's new location.peter1999-12-291-4/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Enable tcp_wrapper support by default.markm1999-03-281-10/+4
|
* MaxHeaderLines is now MaxHeadersLength (in bytes)peter1999-02-071-1/+1
|
* Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-241-0/+1
| | | | length limits. The configuration keyword is: confMAX_HEADER_LINES
* Update for 8.9.2 (new file, control.c)peter1999-01-121-3/+4
| | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* Connect up sendmail-8.9.1peter1998-08-041-55/+49
|
* Fold sendmail-8.8.2 changes into files that have been touched.peter1996-10-241-2/+12
| | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!)
* typo shmrsh -> smrshpst1996-04-221-1/+1
|
* Enable proper installation of sendmail restricted shell smrsh(8).pst1996-04-211-1/+1
| | | | | | | | | | | | This program is a wrapper for the prog mailer in sendmail. It does shell meta character masking and restricts the list of executables to those found in /usr/libexec/sm.bin. The default sendmail.cf file does not use this tool, however you can enable it by either changing /bin/sh to /usr/libexec/smrsh or adding the line FEATURE(smrsh) into your sendmail .mc file and rebuilding your .cf file. For more info, RTFMP.
* *GULP* cvs remove the uncomfortably large list of files that are no longerpeter1995-12-021-1/+1
| | | | part of sendmail 8.7.2...
* Re-disable the cf/cf SUBDIR - we were not building it before anyway.peter1995-12-021-1/+1
| | | | The Makefile down there does not handle the obj dir well..
* Import Sendmail-8.7.2 as discussed on -current.peter1995-12-021-14/+35
| | | | The conflict merge will happen shortly after.
* Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-171-2/+2
| | | | A seperate commit to fix the conflicts wil follow.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+24
OpenPOWER on IntegriCloud