summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Disable the SMTP EXPN and VRFY commands by default to prevent informationgshapiro2000-10-101-0/+1
| | | | | | leakage. Submitted by: Maxime Henrion <mux@qualys.com>
* Do not require a local-host-names file as this configuration file is thegshapiro2000-08-131-1/+3
| | | | | default /etc/mail/sendmail.cf installed on a fresh install. Problem noted by: Hajimu UMEMOTO <ume@mahoroba.org>
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-2/+3
| | | | | | 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.
* Revert previous commit, -o is functional here and is required.peter1999-12-291-1/+1
|
* Remove -o before sendmail.cw - pure file name needed hereache1999-12-291-1/+1
|
* Install sendmail.cf into /etc/mail.obrien1999-12-191-3/+3
| | | | | | | | | The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade our repository to that version, we will get the change. It is best to make the path change in 4.0-R (which may not have the latest Sendmail Inc. version, than to change in mid-4.x stream when we may upgrade. Ok'ed by: Peter (quite a while ago)
* Add information and configuration on the DUL.jmb1999-09-231-0/+5
| | | | | Based upon a suggestion from Don Croyle <croyle@gelemna.ft-wayne.in.us>.
* $Revision$ -> $FreeBSD$peter1999-09-051-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Remove trailing whitespace from a couple of lines. It made its wayjdp1999-07-171-3/+3
| | | | into the .cf file and gave sendmail indigestion.
* update spam countermeasuresjmb1999-05-112-2/+8
| | | | | | add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html
* Fatal typo.dt1999-02-281-2/+2
| | | | | | | PR: bin/10827 Submitted by: Mike Andrews <mandrews@termfrost.org> PR: conf/10310 Submitted by: Brion Moss <brion@queeg.com>
* Update the default sendmail.cf to be a little more respectable.peter1999-01-121-11/+19
| | | | | | | | | I have not enabled rbl by default, I understand an 'opt-in' is a key part of it's legal protection. Activate a few optional features (access_db, virtusertable, etc) which will operate if (and only if) the corresponding table is created. I've also turned on the MIME buffer overflow checking with sendmail.org's recommended values (256/128).
* Builder for sendmail.cf's, in particular freebsd.cf.peter1998-08-041-0/+49
| | | | | | This needs to be revisited - we need a simple way of building/installing these at runtime from the installed system's /etc/mail directory. freebsd.mc,v and freefall.mc,v have been repository copied here.
* Snapshot the various mail configurations. hub.mc was reconstructed topeter1997-08-141-32/+11
| | | | produce the same sendmail.cf since the original has been lost.
* Update this to what freefall's been running for a day or so.peter1996-12-061-3/+7
|
* make the /etc/sendmail.cw file optional by default.peter1996-11-082-2/+4
| | | | | | Definately should go into 2.2.. Requested by: lots of people
* The standard .mc files shipped with the new sendmail have an extra divert(0)pst1996-11-062-1/+3
| | | | | | at the top. Make our freebsd-supplied files match the standard files. Apply-to: 2.2
* freefall's new sendmail.cf file.jkh1996-05-171-2/+2
| | | | Submitted by: gpalmer
* Change freefall's default mailer from smtp to smtp8 to try and avoidpeter1995-12-131-1/+2
| | | | the 8 to 7 bit conversion..
* 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.. :-)
* 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..
* Update the freefall.mc file to (almost) match what is actually beingpeter1995-12-022-7/+68
| | | | | | run on freefall.. Create freebsd.mc which is intended to be installed by src/etc/Makefile onto generic freebsd systems.
* You need the freefall.mc file to build the release /etc/sendmail.cf file from.rgrimes1994-09-081-0/+47
OpenPOWER on IntegriCloud