summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for sendmail 8.12.gshapiro2002-02-171-17/+27
| | | | | Add new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a set-user-ID root binary instead of the new method (set-group-ID smmsp).
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-141-0/+1
|
* Convert to using the same method of detecting the secure directory as othergshapiro2001-08-031-2/+3
| | | | | | usr.sbin programs. Noted by: markm
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-13/+11
| | | | | 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.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-3/+1
| | | | - MAN[1-9] -> MAN.
* Move installation of sendmail helpfile into etc/sendmail/Makefile. It isgshapiro2001-03-011-4/+0
| | | | a user configurable file and it would benefit from mergemaster.
* Move creation of the sendmail statistics file from the usr.sbin/sendmailgshapiro2001-02-221-2/+0
| | | | | | 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.
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-261-0/+2
|
* Fix up the build for the STARTTLS version of sendmail (again). This methodgshapiro2000-10-241-0/+9
| | | | | | | | | | 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
* 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
|
* Remove old sendmail (to the Attic)peter1998-08-04223-89246/+0
|
* Connect up sendmail-8.9.1peter1998-08-041-55/+49
|
* $@ is deprecated, use longer forms of single char macrosimp1998-06-091-4/+3
|
* replaced check_rcpt ruleset with onejmb1998-05-171-13/+26
| | | | | recommended by Gary Palmer <gpalmer@freebsd.org> Obtained from: http://www.informatik.uni-kiel.de/%7Eca/email/check.html#check_rcpt
* grr....forgot a bug fix in rewrite rules on hubjmb1998-03-231-6/+6
| | | | | Reviewed by: jmb Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* update to match configuration currently in usejmb1998-03-231-3/+3
| | | | on hub.freebsd.org
* setpwent now has a void return type, so remove the now bogus cast.steve1998-02-011-1/+1
|
* update hub's master configuraton filejmb1998-01-201-2/+4
| | | | | | | | limit sendmail to 500 messages per run keeps the process from growing too large sort the queue by host, not numeric priority connecting to a host is too expensive, once we got the connection, ram all the mail down his throat ;>
* update hub.mc to match what we are currently using:jmb1998-01-151-17/+25
| | | | | | | | | | | both /etc/aliases and /etc/majordomo.aliases sendmail.cw is *not* optional command and connection timeouts common hoststat directory for all queues add fakenames database clean up spam filter rules limit the number of message processed each queue run dont need to check Vixie's RBL in both check_relay and check_mail
* update hub.mc with the latest set of anti-spam rulesjmb1997-12-071-16/+10
| | | | Submitted by: jmb
* improve anti-spam rulesets: check_relay, check_mail, check_rcpt.jmb1997-11-301-29/+103
| | | | | | | | | | | | break each ruleset into identified sections. (called groups). note which groups can be reordered. each group accepts and returns the same strings, as much as possible. reactivate Paul Vixie's RBL (in check_mail) add rules to limit mail relaying to a list of hosts and domains in the R class (check_rcpt, not active on hub.freebsd.org) Submitted by: jmb
* remove #include <login_cap.h>, this is included as needed elsewhere now.peter1997-11-101-1/+0
|
* setusercontext() came into the 2.2 branch just before 2.2.2-release.peter1997-11-101-3/+3
|
* Merge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, whenpeter1997-11-1018-164/+256
| | | | things like this turn out this easy (ie: it took 30 seconds), it's nice :-)
* This commit was generated by cvs2svn to compensate for changes in r31087,peter1997-11-1012-131/+329
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.8.8peter1997-11-1030-296/+586
| | | | | | | | Obtained from: ftp.sendmail.org
* | Typo.helbig1997-10-261-1/+1
| |
* | Hmm.. where did _that_ come from? :-)peter1997-10-061-2/+2
| |
* | record the envelope-from address in the received headersjmb1997-10-061-4/+46
| | | | | | | | | | | | for all mail received at hub.freebsd.org Obtained from: Peter Wemm <peter@freebsd.org>
* | DOH! I cannot believe that none of us caught this. Do *not*jkh1997-10-051-2/+2
| | | | | | | | turn TCPWRAPPER support on by default, eh? :-)
* | Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-2/+2
| | | | | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* | Record the envelope from address in the received: line. This has turnedpeter1997-10-041-1/+2
| | | | | | | | | | | | out to be very useful for spam tracking and other problem debugging. I first noticed this in one of Paul Vixie's machine's headers a while ago.
OpenPOWER on IntegriCloud