freebsd-dev/etc/mail
Gregory Neil Shapiro f88f925efc If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
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
2001-07-23 02:19:02 +00:00
..
access.sample /etc/mail/sendmail.cw is /etc/mail/local-host-names, now. 2000-11-02 23:40:40 +00:00
aliases Add the remaining pseudo-users as aliases to root 2000-11-26 05:28:22 +00:00
mailer.conf Add $FreeBSD$ 1999-12-29 18:24:06 +00:00
mailertable.sample Correct $FreeBSD tags to include the (missing) ``:'', restoring the tags 2000-03-18 06:38:23 +00:00
Makefile If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to 2001-07-23 02:19:02 +00:00
README Grammar fix 2000-11-04 03:49:13 +00:00
virtusertable.sample /etc/mail/sendmail.cw is /etc/mail/local-host-names, now. 2000-11-02 23:32:31 +00:00

# $FreeBSD$

		Filtering out SPAM from your site

Sendmail now includes excellent tools to block spam.  These tools are
available as FEATUREs that you can add to your site's .mc file.  Proper use
of these FEATUREs will prevent spammer from using your site as a relay as
well as significantly decrease the amount of spam that arrives at your
site.  No set of anti-spam tools will block all spam without blocking some
portion of legitimate mail as well.  Therefore, these FEATUREs are designed
to prevent as much spam as possible without blocking legitimate mail.

These tools are discussed in /usr/share/sendmail/cf/README.  Read the
section entitled "ANTI-SPAM CONFIGURATION CONTROL".  Example usage and
additional tools can be found in /usr/share/sendmail/cf/cf/knecht.mc.