History log of /freebsd/etc/mail/Makefile (Results 26 – 50 of 85)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 278bc289 28-Mar-2002 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Update the /etc/mail/Makefile "start" target code to match the new startup
logic and added a new set of targets for controlling the MSP queue runner
(start-mspq, stop-mspq, and restart-mspq).

Remind

Update the /etc/mail/Makefile "start" target code to match the new startup
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

show more ...


# a8247f3a 17-Feb-2002 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Don't build a submit.cf file if SENDMAIL_SET_USER_ID is set


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 74cc11c2 20-Nov-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Handle the sendmail_outbound_enable knob in the start target.

PR: 32033
MFC after: 3 days


# 741741c2 09-Oct-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Do not clobber users hostname.mc file if freebsd.mc changes (likely after an
installworld).

Submitted by: Steve Watt <steve@Watt.COM>
MFC after: 2 days


# 9078d242 01-Aug-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)

Problem found by: nsayer


# f88f925e 23-Jul-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

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 whee

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

show more ...


# f4843be9 23-Jul-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
building a .cf file from a .mc file.

Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enable

New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
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

show more ...


# c0ceaffb 15-May-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Allow users to add local Makefile targets.

Submitted by: dinoex
MFC after: 7 days


# f3850b54 15-May-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knob
is not set. This allows admins to create a per-machine configuration file
while leaving the freebsd.mc template pristine. Pr

Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knob
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

show more ...


Revision tags: release/4.3.0_cvs, release/4.3.0
# 67f58bb6 02-Apr-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Allow users to override the default map type used for building maps.


# 5d312ac1 02-Apr-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

The userdb database is different from the rest of the databases. It *must*
be a btree.

PR: bin/26149


# 90c55192 13-Mar-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Read information from local rc.conf file(s) to get proper settings for
'make start'.

PR: conf/25639
Submitted by: Esa Karkkainen <ejk@pp.htv.fi>


# 457767e4 28-Feb-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Fix dependencies and use a better variable name


# f2e560e1 22-Feb-2001 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Revamp /etc/mail/Makefile:

+ 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 alias

Revamp /etc/mail/Makefile:

+ 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

show more ...


Revision tags: release/4.2.0, release/4.1.1_cvs
# 88c75941 13-Aug-2000 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

The rest of the changes needed to support the new version of sendmail (8.11.0).
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults

The rest of the changes needed to support the new version of sendmail (8.11.0).
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.

show more ...


Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# c6b23672 12-Mar-2000 Robert Watson <rwatson@FreeBSD.org>

Add sample databases for sendmail (access, mailertable, virtusertable),
as well as rename access.txt back to the standard access. Also modify
the Makefile to know how to build hashes for each of the

Add sample databases for sendmail (access, mailertable, virtusertable),
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

show more ...


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs
# 9b7a44a6 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


Revision tags: release/3.2.0
# 76200308 11-May-1999 Jonathan M. Bresler <jmb@FreeBSD.org>

update spam countermeasures
add examples of using an access_db
update .mc files to match recommendations on
http://www.sendmail.org/m4/anti-spam.html

(grrr.....shoul

update spam countermeasures
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)

show more ...


Revision tags: release/3.1.0
# 26d61b5b 31-Jan-1999 Jonathan M. Bresler <jmb@FreeBSD.org>

Do not try to fetch anti-spam files from gulf.net.
They nolonger provide a list of spam domains and
spam ip address ranges.


Revision tags: release/3.0.0, release/2.2.8
# 9f67f727 14-Sep-1998 Brian Somers <brian@FreeBSD.org>

Gasp ! Bitten by the wonders of diff/patch ! Now's your chance to
say ``I told you so'' Andrey !
Move the Id keyword to the right Makefile


Revision tags: release/2.2.7
# d0db3de4 20-Jul-1998 Andreas Klemm <andreas@FreeBSD.org>

Enter absolute path for the makemap command (which lives under /usr/sbin)
This makes it possible to run make from cron, i.e.:
root's crontab:
( cd /etc/mail; make all install )
without the error:

Enter absolute path for the makemap command (which lives under /usr/sbin)
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

show more ...


Revision tags: release/2.2.6
# 996e39f3 25-Feb-1998 Jonathan M. Bresler <jmb@FreeBSD.org>

added two new files: allowed_domains.txt and allowed_ips.txt.
domains/ips listed in these files are *NOT* filtered,
even if listed in domains.txt or ips.txt.

someone added netcom.com to the domai

added two new files: allowed_domains.txt and allowed_ips.txt.
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.

show more ...


# 26da30bb 01-Dec-1997 Jonathan M. Bresler <jmb@FreeBSD.org>

improve anti-spam rulesets: check_relay, check_mail, check_rcpt.
break each ruleset into identified sections. (called groups).
note which groups can be reordered.
each group a

improve anti-spam rulesets: check_relay, check_mail, check_rcpt.
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

show more ...


Revision tags: release/2.2.5_cvs
# c38876e3 19-Oct-1997 Jonathan M. Bresler <jmb@FreeBSD.org>

anti-spam filter used by the FreeBSD mailing lists.


Revision tags: release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 022f5045 06-Jun-2004 Gregory Neil Shapiro <gshapiro@FreeBSD.org>

Remove trailing space.

Submitted by: jens


1234