summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Sort cross refereces in section SEE ALSO.wosch1997-09-292-4/+5
| |
* | Add (commented out) macros to make compiling with tcpwrappers easier.markm1997-09-281-1/+8
| |
* | If we're going to blindly install freebsd.cf from the etc-sendmail.cfjkh1997-09-221-1/+1
| | | | | | | | rule then we'd better depend on it.
* | Set ForwardPath as presently inuse on hubpeter1997-08-221-1/+2
| |
* | Snapshot the various mail configurations. hub.mc was reconstructed topeter1997-08-143-33/+93
| | | | | | | | produce the same sendmail.cf since the original has been lost.
* | Merge sendmail-8.8.7 changes from vendor branchpeter1997-08-043-36/+99
| |
* | Merge sendmail 8.8.7 changes from vendor branchpeter1997-08-0414-292/+626
| |
* | This commit was generated by cvs2svn to compensate for changes in r27876,peter1997-08-0423-259/+727
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.8.7 onto vendor branch.peter1997-08-0440-587/+1452
| | | | | | | | Obtained from: ftp.sendmail.org
* | README is for Lite2. We don't want it.bde1997-08-031-4/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r27850,bde1997-08-021-0/+4
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Lite2's src/usr.sbin, except for timed. All changed filesbde1997-08-021-0/+4
| | | | | | | | | | | | except one unimportant one have already left the vendor branch.
* | | Revive this file, it's come back from the dead in the 8.8.x dists.peter1997-06-271-0/+94
| | |
* | | Merge in sendmail-8.8.5 -> 8.8.6 changes to those files that have left thepeter1997-06-2725-1416/+2151
| | | | | | | | | | | | vendor branch.
* | | This commit was generated by cvs2svn to compensate for changes in r26986,peter1997-06-2751-528/+2159
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud