Deleted Added
full compact
freefall.mc (77358) freefall.mc (84163)
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 20 unchanged lines hidden (view full) ---

29# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33# SUCH DAMAGE.
34#
35
36#
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 20 unchanged lines hidden (view full) ---

29# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33# SUCH DAMAGE.
34#
35
36#
37# This the prototype for a "null client" -- that is, a client that
37# This is the prototype for a "null client" -- that is, a client that
38# does nothing except forward all mail to a mail hub, plus an extra
39# line to make the email all appear as coming from "FreeBSD.org".
40#
41
42divert(0)dnl
38# does nothing except forward all mail to a mail hub, plus an extra
39# line to make the email all appear as coming from "FreeBSD.org".
40#
41
42divert(0)dnl
43VERSIONID(`$FreeBSD: head/etc/sendmail/freefall.mc 77358 2001-05-28 17:49:51Z gshapiro $')
43VERSIONID(`$FreeBSD: head/etc/sendmail/freefall.mc 84163 2001-09-30 12:48:17Z dd $')
44
45OSTYPE(freebsd4)
46FEATURE(nullclient, hub.$m)
47FEATURE(`allmasquerade')
48FEATURE(`masquerade_envelope')
49MASQUERADE_AS(FreeBSD.org)
50define(`MAIL_HUB', `hub.$m')
51define(`SMART_HOST', `hub.$m')
52define(`confFORWARD_PATH', `')
44
45OSTYPE(freebsd4)
46FEATURE(nullclient, hub.$m)
47FEATURE(`allmasquerade')
48FEATURE(`masquerade_envelope')
49MASQUERADE_AS(FreeBSD.org)
50define(`MAIL_HUB', `hub.$m')
51define(`SMART_HOST', `hub.$m')
52define(`confFORWARD_PATH', `')
53