freefall.mc (dfd79cda0572c9bd54318cad08092cd1de427a60) | freefall.mc (59542375f9b52777d11cd5744c900be035a663af) |
---|---|
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 43VERSIONID(`$FreeBSD$') 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', `') | 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$') 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 | |