summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* freefall's new sendmail.cf file.jkh1996-05-171-2/+2
| | | | Submitted by: gpalmer
* typo shmrsh -> smrshpst1996-04-221-1/+1
|
* Find official home of smrshpst1996-04-211-1/+1
|
* Enable proper installation of sendmail restricted shell smrsh(8).pst1996-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.
* Remove the legacy -d option from the arguments to mail.local in 4.4bsd.joerg1996-04-131-0/+1
|
* Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5peter1996-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.
* Fold in 8.7.5 change onto mainline (all one line).peter1996-03-131-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r14615,peter1996-03-132-3/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.7.5 onto the vendor branch.peter1996-03-133-5/+10
| |
* | Remove useless (for us) Makefiles. There were already other "Makefile.dist"peter1996-02-2256-6351/+0
| | | | | | | | | | | | | | files missing, so these shouldn't hurt. If somebody wanted to use sendmail 8.7 on their machine, they should use a clean dist anyway, not this one. Submitted by: wollman
* | Merge 8.7.3->8.7.4 changes onto mainline.peter1996-02-222-6/+13
| |
* | This commit was generated by cvs2svn to compensate for changes in r14182,peter1996-02-223-9/+29
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update to sendmail-8.7.4. This fixes a DNS related security vulnerabilty.peter1996-02-225-15/+42
| |
* | Correct a bunch of man page cross references and generallympp1996-02-111-2/+2
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | Add some missing MLINKS, correct some cross references, correct somempp1996-02-091-1/+1
| | | | | | | | file locations and some minor formatting/style problems.
* | Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-061-1/+1
| | | | | | | | | | in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
* | Don't install sendmail setgid kmem since it doesn't reallympp1996-01-291-2/+1
| | | | | | | | | | | | require kmem access. It is currently configured to call getloadavg(3), which uses sysctl(2) to determine the load average, which is the only reason some sendmails require kmem access.
* | Whoops! Include paths.h instead of sys/cdefs.h - that results injkh1996-01-291-1/+1
| | | | | | | | | | | | PATH_VARTMP having a somewhat saner value. Submitted by: matthew green <mrg@eterna.com.au> By way of: Eric Allman <eric@sendmail.org>
* | Get sendmail to detect when to use the setproctitle() in libutilpeter1996-01-012-4/+13
| | | | | | | | | | | | This uses osreldate.h and other stuff to determine whether it's on a -current system. It should still compile cleanly on a -stable branch system.
* | Revert from fiddling with the PS_STRINGS pointers back to the traditionalpeter1995-12-152-4/+5
| | | | | | | | | | | | spamming of the argv, almost back to the original code (except for NULL padding of the string). This makes this version of the sendmail source compile on 2.1.X again.
* | These files are regeneratable and are making huge rcs deltas for no realpeter1995-12-134-9335/+0
| | | | | | | | | | need. Note that "op" and "intro" are already being built under share/doc/smm (08.sendmailop and 09.sendmail)
* | Change freefall's default mailer from smtp to smtp8 to try and avoidpeter1995-12-131-1/+2
| | | | | | | | the 8 to 7 bit conversion..
* | Back out "find itself" fix for security purist reasons fromache1995-12-091-1/+1
| | | | | | | | | | | | sendmail mailing list. Our /etc/rc will be fixed instead. It seems sendmail becomes more and more incompatible, f.e. Return-Receipt-To not works anymore :-(
* | Fix SIGHUP restarting bug: sendmail can't find itself, it uses argv[0]ache1995-12-091-1/+1
| | | | | | | | but don't uses PATH
* | Update sendmail's "knowledge" of the ps_strings structure.peter1995-12-091-2/+3
| | | | | | | | | | This really is ugly, we need setproctitle() in a shared lib somewhere to make these more transparent.
* | Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn.peter1995-12-071-1/+2
| | | | | | | | | | For some reason, the documentation does not appear to be in sync with reality.. :-)
* | Make sendmail's setproctitle() use PS_STRINGS rather than smashpeter1995-12-062-5/+4
| | | | | | | | | | the argv. It appears that this once didn't work, but now it seems to work just fine.
* | Whitespace change - cosmetic alignment only.peter1995-12-041-3/+3
| |
* | Add in Gary's custom Received: line into the freefall.mcpeter1995-12-041-1/+4
| |
* | Add "majordom" to trusted user class for freefall's sendmail.mc file.peter1995-12-041-1/+2
| | | | | | | | | | | | | | Sigh, I really hate this "feature". I'm tempted to comment the test out (like in sendmail 8.6.xx), especially since we log the info in the Received: header line anyway.. Doing it like this only makes it painful for things like uucp..
* | Fold in changes to files no longer on the vendor branch from 8.7.3 update.peter1995-12-035-14/+18
| |
* | This commit was generated by cvs2svn to compensate for changes in r12601,peter1995-12-0365-80/+6485
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.7.3. One small but important bugfix.peter1995-12-0370-94/+6503
| | | | | | | | | | I was about to apply this bugfix manually, not expecting 8.7.3 to be released quite this quickly.. :-)
* | *GULP* cvs remove the uncomfortably large list of files that are no longerpeter1995-12-0243-10184/+2
| | | | | | | | part of sendmail 8.7.2...
* | Update the freefall.mc file to (almost) match what is actually beingpeter1995-12-023-16/+83
| | | | | | | | | | | | run on freefall.. Create freebsd.mc which is intended to be installed by src/etc/Makefile onto generic freebsd systems.
* | 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..
* | Initial round of conflict resolutions.. I need to do anotherpeter1995-12-0258-6713/+10213
| | | | | | | | | | pass over this and check it more closely, but my initial concern was to get it to all compile again. Some of the obsoleted files 'cvs rm'ed.
* | This commit was generated by cvs2svn to compensate for changes in r12571,peter1995-12-02136-8407/+21805
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import Sendmail-8.7.2 as discussed on -current.peter1995-12-02158-11435/+32019
| | | | | | | | The conflict merge will happen shortly after.
* | If sendmail is collecting a message *not* via SMTP, then this patch willpeter1995-11-201-7/+7
| | | | | | | | | | | | | | | | turn off the read data block timeouts. This was inspired by the same fix in sendmail-8.7, but the code in this area is somewhat different. (8.7 is much more sensible). This will stop the infamous "timeout waiting for input during message body read" on long running jobs, eg: /etc/daily | mail root.
* | change cross reference from binmail(1) to mail.local(8)torstenb1995-10-251-1/+1
| | | | | | | | Obtained from: the NetBSD bugs mailinglist
* | Merge in the remaining differences from 8.6.11 to 8.6.12.peter1995-08-173-9/+7
| | | | | | | | | | | | | | Note that conf.c, although there was an import conflict, it did not require intervention, as it was the $Id$ tag. It would have become rev 1.8 on checkout so there's no point changing it from 1.7 to 1.1.1.3 as the "-j" option wanted to do.. Trust me.. :-)
* | This commit was generated by cvs2svn to compensate for changes in r10088,peter1995-08-175-8/+19
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-179-18/+27
| | | | | | | | A seperate commit to fix the conflicts wil follow.
* | Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-062-2/+2
| | | | | | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* | Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-252-4/+4
| | | | | | | | specified in the top level Makefiles.
* | Remove trailing whitespace.rgrimes1995-05-3032-57/+57
| |
* | Fix nested includes for -Wcomment.rgrimes1995-05-091-6/+6
| |
* | Remove Matt Day patch (handled elsewhere in 8.6.11)pst1995-03-101-3/+0
| |
* | Merge CSRG branch changes into main branchpst1995-03-104-22/+67
| |
OpenPOWER on IntegriCloud