12571Srgrimesdivert(-1)
22571Srgrimes#
32571Srgrimes# Copyright (c) 1983 Eric P. Allman
412580Speter# Copyright (c) 1988, 1993
512580Speter#	The Regents of the University of California.  All rights reserved.
62571Srgrimes#
72571Srgrimes# Redistribution and use in source and binary forms, with or without
82571Srgrimes# modification, are permitted provided that the following conditions
92571Srgrimes# are met:
102571Srgrimes# 1. Redistributions of source code must retain the above copyright
112571Srgrimes#    notice, this list of conditions and the following disclaimer.
122571Srgrimes# 2. Redistributions in binary form must reproduce the above copyright
132571Srgrimes#    notice, this list of conditions and the following disclaimer in the
142571Srgrimes#    documentation and/or other materials provided with the distribution.
152571Srgrimes# 3. All advertising materials mentioning features or use of this software
162571Srgrimes#    must display the following acknowledgement:
172571Srgrimes#	This product includes software developed by the University of
182571Srgrimes#	California, Berkeley and its contributors.
192571Srgrimes# 4. Neither the name of the University nor the names of its contributors
202571Srgrimes#    may be used to endorse or promote products derived from this software
212571Srgrimes#    without specific prior written permission.
222571Srgrimes#
232571Srgrimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
242571Srgrimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
252571Srgrimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
262571Srgrimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
272571Srgrimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
282571Srgrimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
292571Srgrimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
302571Srgrimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
312571Srgrimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
322571Srgrimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
332571Srgrimes# SUCH DAMAGE.
342571Srgrimes#
352571Srgrimes
3628223Speter#
3784163Sdd#  This is the prototype for a "null client" -- that is, a client that
3828223Speter#  does nothing except forward all mail to a mail hub, plus an extra
3928223Speter#  line to make the email all appear as coming from "FreeBSD.org".
4028223Speter#
4128223Speter
4219474Spstdivert(0)dnl
4350472SpeterVERSIONID(`$FreeBSD$')
4428223Speter
45147357SgshapiroOSTYPE(freebsd6)
46245107SpeterFEATURE(nullclient, smarthost.ysv.freebsd.org)
4728223SpeterMASQUERADE_AS(FreeBSD.org)
48