summaryrefslogtreecommitdiffstats
path: root/etc/mail
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move the "root" entry up so people can see it.phk1998-11-031-2/+6
|
* Gasp ! Bitten by the wonders of diff/patch ! Now's your chance tobrian1998-09-131-0/+2
| | | | | say ``I told you so'' Andrey ! Move the Id keyword to the right Makefile
* Add Id keywordsbrian1998-09-022-0/+4
|
* Enter absolute path for the makemap command (which lives under /usr/sbin)andreas1998-07-201-4/+4
| | | | | | | | | | | This makes it possible to run make from cron, i.e.: root's crontab: ( cd /etc/mail; make all install ) without the error: makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt makemap: not found *** Error code 127 If this solution is widely accepted, I'd like to merge it into -STABLE
* accidently omitted two file declarations.jmb1998-05-271-1/+2
| | | | | | so i added them. Submitted by: Scot Elliott (scot@poptart.org)
* replaced check_rcpt ruleset with onejmb1998-05-171-11/+19
| | | | | recommended by Gary Palmer <gpalmer@freebsd.org> Obtained from: http://www.informatik.uni-kiel.de/%7Eca/email/check.html#check_rcpt
* use extended error codes as noted in rfc1893.jmb1998-04-141-6/+6
| | | | | | | | retain additional message in check_relay ruleset, the message is written into the maillog. this is useful to a site's postmaster. Reviewed by: jmb Submitted by: Ruslan Ermilov ru@ucb.crimea.ua
* fix a type in the rulesetsjmb1998-03-051-2/+2
| | | | | | | | same fix as recorded in misc/5924 that problem report was filed against the stable branch but that's not a reason not to fix it here as well ;) Reviewed by: jmb Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* added two new files: allowed_domains.txt and allowed_ips.txt.jmb1998-02-252-16/+42
| | | | | | | | domains/ips listed in these files are *NOT* filtered, even if listed in domains.txt or ips.txt. someone added netcom.com to the domains.txt file, resulting in all mail from netcom.com being blocked.
* Ask spammers to mail postmaster@$m, not postmaster@FreeBSD.ORG.brian1998-01-231-2/+2
|
* - Fix some very minor typos.nate1997-12-152-2/+2
|
* correct an error that i made in check_relay.jmb1997-12-071-10/+8
| | | | | | | | check_relay cannot return temporary errors. The temporary error is logged in the sendmail log, but on the SMTP protocol level, sendmail returns '550 Access Denied'. Reviewed by: jmb Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
* improve anti-spam rulesets: check_relay, check_mail, check_rcpt.jmb1997-12-013-38/+132
| | | | | | | | | | | 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
* anti-spam filter used by the FreeBSD mailing lists.jmb1997-10-193-0/+134
|
* Undo last commit.wosch1997-08-191-8/+4
| | | | | | | | | Uncomment abuse, security, and ftp aliases. Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address which print our ftp daemon if a user type the command 'rhelp'. Reviewed by: joerg
* Add aliases for hostmaster, webmaster & abuse, all point to root.phk1997-08-091-1/+6
|
* Delete old comment about /bin/mail. We don't have a /bin/mail.wosch1997-06-291-5/+30
| | | | | | | | | | | Sync with /etc/master.passwd and RFC 2142. In detail: added: man, news, operator, usenet (->news), xten deleted: ingres added as comment: info, marketing, sales, support, abuse, noc, security, ftp, hostmaster, webmaster, www, bit-bucket, dev-null
* Add commented out msgs aliasache1995-11-191-0/+3
|
* Removed all Berkeley aliases information since it is way out of date.rgrimes1993-07-191-25/+5
| | | | General cleanup.. from NetBSD.
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+50
OpenPOWER on IntegriCloud