aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-3/+2
| | | | | | | Approved by: re (scottl) Notes: svn path=/head/; revision=115157
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
| | | | Notes: svn path=/head/; revision=113091
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+0
| | | | | | | Fixed by: nectar Notes: svn path=/head/; revision=110165
* iAdjust for OpenSSL 0.9.7.Mark Murray2003-01-281-0/+1
| | | | Notes: svn path=/head/; revision=110012
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-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). Notes: svn path=/head/; revision=90799
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-141-0/+1
| | | | Notes: svn path=/head/; revision=83445
* Convert to using the same method of detecting the secure directory as otherGregory Neil Shapiro2001-08-031-2/+3
| | | | | | | | | usr.sbin programs. Noted by: markm Notes: svn path=/head/; revision=81105
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-3/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Move installation of sendmail helpfile into etc/sendmail/Makefile. It isGregory Neil Shapiro2001-03-011-4/+0
| | | | | | | a user configurable file and it would benefit from mergemaster. Notes: svn path=/head/; revision=73250
* Move creation of the sendmail statistics file from the usr.sbin/sendmailGregory Neil Shapiro2001-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. Notes: svn path=/head/; revision=72843
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
| | | | Notes: svn path=/head/; revision=67660
* Fix up the build for the STARTTLS version of sendmail (again). This methodGregory Neil Shapiro2000-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 Notes: svn path=/head/; revision=67502
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed inGregory Neil Shapiro2000-10-131-1/+1
| | | | | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde Notes: svn path=/head/; revision=67083
* Remove STARTTLS support as it breaks builds without crypto installed.Gregory Neil Shapiro2000-10-121-7/+0
| | | | | | | Waiting to hear back regarding the best way to do this. Notes: svn path=/head/; revision=67029
* With apoligies to Greg Shapiro, fix the world. The previous commitPeter Wemm2000-10-111-2/+2
| | | | | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=. Notes: svn path=/head/; revision=66977
* Style fixesGregory Neil Shapiro2000-10-111-4/+4
| | | | Notes: svn path=/head/; revision=66961
* NOCRYPT imples NO_OPENSSL.Gregory Neil Shapiro2000-10-111-1/+1
| | | | | | | | | Still need to solve the distribution problem. Submitted by: kris Notes: svn path=/head/; revision=66959
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.Gregory Neil Shapiro2000-10-101-0/+7
| | | | Notes: svn path=/head/; revision=66944
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-171-1/+7
| | | | | | | environment so they can enable functionality such as SASL, LDAP, Hesiod. Notes: svn path=/head/; revision=65970
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)Gregory Neil Shapiro2000-09-131-1/+1
| | | | | | | Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru> Notes: svn path=/head/; revision=65797
* Turn on support for IPv6Gregory Neil Shapiro2000-08-141-1/+1
| | | | Notes: svn path=/head/; revision=64628
* Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliasesGregory Neil Shapiro2000-08-131-6/+0
| | | | | | | now exists in the distribution. Notes: svn path=/head/; revision=64597
* The rest of the changes needed to support the new version of sendmail (8.11.0).Gregory Neil Shapiro2000-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. Notes: svn path=/head/; revision=64567
* Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'Peter Wemm1999-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. Notes: svn path=/head/; revision=55239
* Install sendmail in it's new location.Peter Wemm1999-12-291-4/+2
| | | | Notes: svn path=/head/; revision=55236
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Enable tcp_wrapper support by default.Mark Murray1999-03-281-10/+4
| | | | Notes: svn path=/head/; revision=45090
* MaxHeaderLines is now MaxHeadersLength (in bytes)Peter Wemm1999-02-071-1/+1
| | | | Notes: svn path=/head/; revision=43735
* Support 'O MaxHeaderLines=' to override the default header count and linePeter Wemm1999-01-241-0/+1
| | | | | | | length limits. The configuration keyword is: confMAX_HEADER_LINES Notes: svn path=/head/; revision=43153
* Update for 8.9.2 (new file, control.c)Peter Wemm1999-01-121-3/+4
| | | | | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf. Notes: svn path=/head/; revision=42584
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | Notes: svn path=/head/; revision=39496
* Remove old sendmail (to the Attic)Peter Wemm1998-08-04223-89246/+0
| | | | Notes: svn path=/head/; revision=38105
* Connect up sendmail-8.9.1Peter Wemm1998-08-041-48/+42
| | | | Notes: svn path=/head/; revision=38094
* $@ is deprecated, use longer forms of single char macrosWarner Losh1998-06-091-4/+3
| | | | Notes: svn path=/head/; revision=36799
* replaced check_rcpt ruleset with oneJonathan M. Bresler1998-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 Notes: svn path=/head/; revision=36136
* grr....forgot a bug fix in rewrite rules on hubJonathan M. Bresler1998-03-231-6/+6
| | | | | | | | Reviewed by: jmb Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=34848
* update to match configuration currently in useJonathan M. Bresler1998-03-231-3/+3
| | | | | | | on hub.freebsd.org Notes: svn path=/head/; revision=34844
* setpwent now has a void return type, so remove the now bogus cast.Steve Price1998-02-011-1/+1
| | | | Notes: svn path=/head/; revision=32983
* update hub's master configuraton fileJonathan M. Bresler1998-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 ;> Notes: svn path=/head/; revision=32632
* update hub.mc to match what we are currently using:Jonathan M. Bresler1998-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 Notes: svn path=/head/; revision=32533
* update hub.mc with the latest set of anti-spam rulesJonathan M. Bresler1997-12-071-16/+10
| | | | | | | Submitted by: jmb Notes: svn path=/head/; revision=31608
* improve anti-spam rulesets: check_relay, check_mail, check_rcpt.Jonathan M. Bresler1997-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 Notes: svn path=/head/; revision=31466
* remove #include <login_cap.h>, this is included as needed elsewhere now.Peter Wemm1997-11-101-1/+0
| | | | Notes: svn path=/head/; revision=31092
* setusercontext() came into the 2.2 branch just before 2.2.2-release.Peter Wemm1997-11-101-3/+3
| | | | Notes: svn path=/head/; revision=31091
* Merge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, whenPeter Wemm1997-11-1018-164/+256
| | | | | | | things like this turn out this easy (ie: it took 30 seconds), it's nice :-) Notes: svn path=/head/; revision=31090
* This commit was generated by cvs2svn to compensate for changes in r31087,Peter Wemm1997-11-1012-131/+329
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=31088
| * Import sendmail-8.8.8Peter Wemm1997-11-1030-296/+586
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org Notes: svn path=/vendor/sendmail/dist-old/; revision=31087
* | Typo.Wolfgang Helbig1997-10-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=30728
* | Hmm.. where did _that_ come from? :-)Peter Wemm1997-10-061-2/+2
| | | | | | | | Notes: svn path=/head/; revision=30147