summaryrefslogtreecommitdiffstats
path: root/etc/mail
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-2/+2
|
* Trim EOL spaces.maxim2002-06-301-2/+2
| | | | Reviewed by: gshapiro
* Add an alias for sshd.maxim2002-06-301-0/+1
|
* Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies thegshapiro2002-05-241-0/+6
| | | | | | | | | permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a file locking local denial of service. MFC after: 1 day pending RE approval
* Add a warning regarding localhost-only listening daemons inside jails.gshapiro2002-05-221-5/+6
| | | | | | | | | | Apparently binding only to 127.0.0.1 inside of a jail actually binds to the jail IP address as well (in effect, bind to all available interfaces in the jail). Submitted by: Helge Oldach <test-smtp@oldach.net> MFC after: 1 day pending RE approval
* Fix typo.gshapiro2002-05-081-1/+1
| | | | | | Submitted by: Marius Strom <marius@marius.org> MFC after: 1 day and RE approval
* sys.mk no longer includes bsd.own.mk so I need to include it here forgshapiro2002-04-231-0/+3
| | | | | | the definition of SHAREMODE. Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
* Fix up submit.cf alternation instructions in light of new SENDMAIL_SUBMIT_MCgshapiro2002-04-141-4/+6
| | | | | | make.conf knob. MFC after: 1 week
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-141-11/+33
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* Add the missing hoststat and purgestat commands. These are normallygshapiro2002-04-051-0/+2
| | | | | | | | symlinks to the sendmail binary but in FreeBSD's case, they are symlinks to mailwrapper. Submitted by: tisco MFC after: 4 days
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupgshapiro2002-04-051-70/+38
| | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week
* Back out last commit. (This file is installed under /etc/mail.)ru2002-04-041-2/+2
| | | | Requested by: gshapiro
* Use a relative path to contrib/sendmail/cf.ru2002-04-041-2/+2
|
* Update the /etc/mail/Makefile "start" target code to match the new startupgshapiro2002-03-281-4/+51
| | | | | | | | logic and added a new set of targets for controlling the MSP queue runner (start-mspq, stop-mspq, and restart-mspq). Reminded by: Mark Santcroos <marks@ripe.net> MFC after: 1 week
* Use the proper terminology.gshapiro2002-03-211-2/+2
|
* Fixed a few typos.ru2002-02-271-4/+4
|
* Add information about how the new sendmail set-group-ID mail submissiongshapiro2002-02-171-0/+39
| | | | | | works and ways to work around common problems people might have. Include information on reverting to a set-user-ID root sendmail binary in case anyone really needs to do this.
* Don't build a submit.cf file if SENDMAIL_SET_USER_ID is setgshapiro2002-02-171-0/+8
|
* Grammar fix for commentgshapiro2001-12-301-2/+2
|
* Add aliases pointing to postmaster for the two new mail related accounts.gshapiro2001-12-111-0/+2
| | | | | Reminded by: sheldonh MFC after: 3 days
* Handle the sendmail_outbound_enable knob in the start target.gshapiro2001-11-201-4/+12
| | | | | PR: 32033 MFC after: 3 days
* Do not clobber users hostname.mc file if freebsd.mc changes (likely after angshapiro2001-10-081-1/+1
| | | | | | | installworld). Submitted by: Steve Watt <steve@Watt.COM> MFC after: 2 days
* Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)gshapiro2001-08-011-2/+0
| | | | Problem found by: nsayer
* If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told togshapiro2001-07-231-0/+2
| | | | | | | | | | | | | | | | install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an error: ===> etc/sendmail install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file *** Error code 64 Catch this in the Makefile and don't call install if the source and target are the same file. Reported by: Alexandr Listopad <laa@reis.zp.ua> MFC after: 1 week
* New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 whengshapiro2001-07-231-2/+4
| | | | | | | | | | building a .cf file from a .mc file. Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enables that FFR as well. PR: conf/28361 MFC after: 1 week
* Allow users to add local Makefile targets.gshapiro2001-05-151-0/+5
| | | | | Submitted by: dinoex MFC after: 7 days
* Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knobgshapiro2001-05-151-2/+11
| | | | | | | | | is not set. This allows admins to create a per-machine configuration file while leaving the freebsd.mc template pristine. Provide a rule to create `hostname`.mc from freebsd.mc if it doesn't exist. PR: misc/26299 MFC after: 8 days
* Allow users to override the default map type used for building maps.gshapiro2001-04-011-2/+4
|
* The userdb database is different from the rest of the databases. It *must*gshapiro2001-04-011-2/+6
| | | | | | be a btree. PR: bin/26149
* Read information from local rc.conf file(s) to get proper settings forgshapiro2001-03-131-1/+1
| | | | | | | 'make start'. PR: conf/25639 Submitted by: Esa Karkkainen <ejk@pp.htv.fi>
* Fix dependencies and use a better variable namegshapiro2001-02-281-6/+4
|
* Revamp /etc/mail/Makefile:gshapiro2001-02-221-20/+144
| | | | | | | | | | + Add support for the new SENDMAIL_MC make.conf knob + Add the ability to build .cf files from .mc files + Generalize map rebuilding + Add the ability to rebuild the aliases file + Add the ability to stop, start, and restart sendmail PR: bin/13759, bin/19897, bin/24397
* Add the remaining pseudo-users as aliases to rootdougb2000-11-261-0/+3
| | | | | PR: conf/23105 Submitted by: Matthew West, mwest@uct.ac.za
* Grammar fixgshapiro2000-11-041-1/+1
| | | | Submitted by: asmodai
* /etc/mail/sendmail.cw is /etc/mail/local-host-names, now.dirk2000-11-021-1/+1
| | | | | PR: misc/22261 Submitted by: Michael Bryan <fbsd-security@ursine.com>
* /etc/mail/sendmail.cw is /etc/mail/local-host-names, now.dirk2000-11-021-1/+1
| | | | | PR: misc/22262 Submitted by: Michael Bryan <fbsd-security@ursine.com>
* Install the sendmail cf building tools (contrib/sendmail/cf) ingshapiro2000-10-101-12/+11
| | | | | | /usr/share/sendmail/cf. PR: 19790
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-3/+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.
* Correct $FreeBSD tags to include the (missing) ``:'', restoring the tagsrwatson2000-03-183-3/+3
| | | | to a useful condition.
* Add sample databases for sendmail (access, mailertable, virtusertable),rwatson2000-03-124-3/+56
| | | | | | | | | | as well as rename access.txt back to the standard access. Also modify the Makefile to know how to build hashes for each of these databases. If one of the databases is missing when Make is run, use a commented out version of the sample. Reviewed by: peter Approved by: jkh
* Add $FreeBSD$peter1999-12-291-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r54816,peter1999-12-191-0/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user'speter1999-12-191-0/+8
| | | | | | chosen mailer. Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
|
* update spam countermeasuresjmb1999-05-113-205/+16
| | | | | | | | | add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html (grrr.....should have been one commit did the last commit from a subdirectory)
* Update this file to no longer list the outdated information about gulf.netjkh1999-05-011-26/+3
| | | | Ignored-for-too-long-by: jmb
* Redirect mail to pseudo-user pop to root.des1999-02-081-1/+2
| | | | | PR: conf/9555 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Do not try to fetch anti-spam files from gulf.net.jmb1999-01-311-34/+2
| | | | | They nolonger provide a list of spam domains and spam ip address ranges.
* Missing word. (in comments, non-destructive bug)billf1999-01-041-2/+2
|
OpenPOWER on IntegriCloud