aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Add two missing links (hoststat/purgestat)Peter Wemm1996-12-311-1/+3
| | | | Notes: svn path=/head/; revision=21129
* Allow an optional setting to specify a .cf file to be built and installedPeter Wemm1996-12-281-5/+21
| | | | | | | | | into /etc during the sendmail build. Not for the feint hearted. (I have been using something like this for some time since I only ever edit my system's .mc file) Notes: svn path=/head/; revision=20981
* Use the label that Bruce suggested, it seems the src/etc/Makefile "helpers"Peter Wemm1996-12-281-1/+1
| | | | | | | are all prefixed with "etc-". Notes: svn path=/head/; revision=20980
* Add a hook for installing the /etc/sendmail.cf filePeter Wemm1996-12-281-0/+4
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=20978
* Update this to what freefall's been running for a day or so.Peter Wemm1996-12-061-3/+7
| | | | Notes: svn path=/head/; revision=20172
* Remove file that we don't have any way of using. We don't have the otherPeter Wemm1996-12-031-320/+0
| | | | | | | Makefiles for other OS's in our tree that this uses when not using bmake. Notes: svn path=/head/; revision=20110
* Remove file no longer shipped with sendmailPeter Wemm1996-12-031-305/+0
| | | | Notes: svn path=/head/; revision=20109
* Remove defunct files that are no longer shipped (and don't work with thisPeter Wemm1996-12-032-739/+0
| | | | | | | version of sendmail any more) Notes: svn path=/head/; revision=20108
* Back out rev 1.6, it's in the official source now (a few lines up)Peter Wemm1996-12-031-1/+0
| | | | Notes: svn path=/head/; revision=20107
* Merge 8.8.3->8.8.4 changes onto our mainline where we've edited thePeter Wemm1996-12-0319-328/+607
| | | | | | | | | file at some point in the past. Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=20106
* This commit was generated by cvs2svn to compensate for changes in r20103,Peter Wemm1996-12-0319-119/+595
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=20104
| * Import sendmail 8.8.4. See RELEASE_NOTES for changes.Peter Wemm1996-12-0338-446/+1201
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=20103
* | Use LC_TIME=CAndrey A. Chernov1996-11-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=19968
* | Got the bugger. Eric's now passing in a hint structure to dbopen()Jordan K. Hubbard1996-11-201-0/+1
| | | | | | | | | | | | | | | | but forgot to zero the structure first, leaving hinfo.bsize undefined and causing a loop in __log2(). Notes: svn path=/head/; revision=19891
* | Merge conflicts from 8.8.3 import onto mainline.Peter Wemm1996-11-1815-140/+575
| | | | | | | | Notes: svn path=/head/; revision=19844
* | This commit was generated by cvs2svn to compensate for changes in r19841,Peter Wemm1996-11-1817-359/+951
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=19842
| * Import sendmail-8.8.3 - this contains the official fix to replace thePeter Wemm1996-11-1833-603/+1734
| | | | | | | | | | | | | | | | | | previous workaround patch that I used. Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/vendor/sendmail/dist-old/; revision=19841
* | Disallow non-root users to start in daemon mode.Peter Wemm1996-11-161-9/+22
| | | | | | | | | | | | | | Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=19810
* | Back out freebsd local change which always forced SMTP to assume an 8-bitPaul Traina1996-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | clear channel. This change was originally put in for freefall, and is completely irrelevant given that freefaill defines the generic SMTP service to use the smtp8 mailer (which is standard mechanism.) [The original patch violated RFC-821.] Apply to: 2.2 (please) Notes: svn path=/head/; revision=19703
* | make the /etc/sendmail.cw file optional by default.Peter Wemm1996-11-082-2/+4
| | | | | | | | | | | | | | | | | | Definately should go into 2.2.. Requested by: lots of people Notes: svn path=/head/; revision=19525
* | The standard .mc files shipped with the new sendmail have an extra divert(0)Paul Traina1996-11-062-1/+3
| | | | | | | | | | | | | | | | | | at the top. Make our freebsd-supplied files match the standard files. Apply-to: 2.2 Notes: svn path=/head/; revision=19474
* | Fix base64->8bit conversionAndrey A. Chernov1996-10-311-99/+82
| | | | | | | | | | | | | | Submitted by: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=19273
* | Integrate our changes from bin/rmail. Mainly it causes immediatePeter Wemm1996-10-292-1/+16
| | | | | | | | | | | | | | | | | | delivery rather than queueing it and forgetting it. (and some -Wall fixes where gcc is too dumb to see it's a "cant happen") Notes: svn path=/head/; revision=19249
* | Convert the DONT_FSYNC compile time option to a runtime option (likePeter Wemm1996-10-293-21/+27
| | | | | | | | | | | | | | | | nobiff). The options to turn these on are specified in the LOCAL_MAILER_ARGS define the the sendmail.mc that you build from. Notes: svn path=/head/; revision=19247
* | Merge in our changes from src/libexec/mail.local. This version doesn'tPeter Wemm1996-10-293-23/+43
| | | | | | | | | | | | | | | | | | violate disk quotas, has more robust locking, is still being developed, etc. The main changes merged in were the ability to not fsync() the mailbox, not do biff/comsat broadcasts, man page fixes. Notes: svn path=/head/; revision=19246
* | Untangle NEWDB/NDBM options.Peter Wemm1996-10-243-5/+10
| | | | | | | | | | | | | | Enable praliases.c to not use NDBM. Notes: svn path=/head/; revision=19154
* | missed this praliases.8 <-> praliases.0 changePeter Wemm1996-10-241-1/+1
| | | | | | | | Notes: svn path=/head/; revision=19150
* | Fold sendmail-8.8.2 changes into files that have been touched.Peter Wemm1996-10-2424-1242/+3769
| | | | | | | | | | | | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!) Notes: svn path=/head/; revision=19149
* | This commit was generated by cvs2svn to compensate for changes in r19146,Peter Wemm1996-10-24106-1375/+5337
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=19147
| * Import sendmail-8.8.2 onto the vendor branchPeter Wemm1996-10-24131-2686/+9344
| | | | | | | | | | | | | | Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/vendor/sendmail/dist-old/; revision=19146
* | Enable NIS supportPaul Traina1996-10-091-3/+5
| | | | | | | | Notes: svn path=/head/; revision=18843
* | add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-1/+2
| | | | | | | | Notes: svn path=/head/; revision=18480
* | Fix one byte buffer overflowAndrey A. Chernov1996-09-221-1/+1
| | | | | | | | | | | | | | Submitted by: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=18465
* | Fix & expansion (from pw_gecos field), sizeof buf used whenAndrey A. Chernov1996-09-211-1/+1
| | | | | | | | | | | | | | | | buf is pointer, not array, buflen must be used instead. Charlie & from root name was expanded to junk as result. Notes: svn path=/head/; revision=18451
* | Merge import conflictsPeter Wemm1996-09-1913-235/+586
| | | | | | | | Notes: svn path=/head/; revision=18369
* | This commit was generated by cvs2svn to compensate for changes in r18366,Peter Wemm1996-09-1911-124/+179
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=18367
| * Import of sendmail-8.7.6Peter Wemm1996-09-1924-356/+765
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=18366
| * This commit was manufactured by cvs2svn to create branch 'SENDMAIL'.cvs2svn1996-08-211-0/+76
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=17754
* | Add the -o option to the usage line.Mike Pritchard1996-08-211-1/+1
| | | | | | | | Notes: svn path=/head/; revision=17755
* | Oops, forgot to actually add the new man page.Mike Pritchard1996-08-211-0/+76
| | | | | | | | Notes: svn path=/head/; revision=17753
* | Add a man page for mailstats(8).Mike Pritchard1996-08-211-1/+1
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=17752
* | freefall's new sendmail.cf file.Jordan K. Hubbard1996-05-171-2/+2
| | | | | | | | | | | | | | Submitted by: gpalmer Notes: svn path=/head/; revision=15800
* | typo shmrsh -> smrshPaul Traina1996-04-221-1/+1
| | | | | | | | Notes: svn path=/head/; revision=15349
* | Find official home of smrshPaul Traina1996-04-211-1/+1
| | | | | | | | Notes: svn path=/head/; revision=15339
* | Enable proper installation of sendmail restricted shell smrsh(8).Paul Traina1996-04-214-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=15338
* | Remove the legacy -d option from the arguments to mail.local in 4.4bsd.Joerg Wunsch1996-04-131-0/+1
| | | | | | | | Notes: svn path=/head/; revision=15234
* | Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5Peter Wemm1996-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | to behave like the older sendmails when talking to a peer that does not have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it anyway", while the 8.7.x series mangle any extended character set mail by conferting it to quoted-printable or base64. Freefall has been running this for some time. Notes: svn path=/head/; revision=15014
* | Fold in 8.7.5 change onto mainline (all one line).Peter Wemm1996-03-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=14618
* | This commit was generated by cvs2svn to compensate for changes in r14615,Peter Wemm1996-03-132-3/+8
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14616
| * Import sendmail-8.7.5 onto the vendor branch.Peter Wemm1996-03-133-5/+10
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=14615