14e0fff21SRodney W. Grimesdivert(-1) 24e0fff21SRodney W. Grimes# 34e0fff21SRodney W. Grimes# Copyright (c) 1983 Eric P. Allman 4c46725b9SPeter Wemm# Copyright (c) 1988, 1993 5c46725b9SPeter Wemm# The Regents of the University of California. All rights reserved. 64e0fff21SRodney W. Grimes# 74e0fff21SRodney W. Grimes# Redistribution and use in source and binary forms, with or without 84e0fff21SRodney W. Grimes# modification, are permitted provided that the following conditions 94e0fff21SRodney W. Grimes# are met: 104e0fff21SRodney W. Grimes# 1. Redistributions of source code must retain the above copyright 114e0fff21SRodney W. Grimes# notice, this list of conditions and the following disclaimer. 124e0fff21SRodney W. Grimes# 2. Redistributions in binary form must reproduce the above copyright 134e0fff21SRodney W. Grimes# notice, this list of conditions and the following disclaimer in the 144e0fff21SRodney W. Grimes# documentation and/or other materials provided with the distribution. 154e0fff21SRodney W. Grimes# 3. All advertising materials mentioning features or use of this software 164e0fff21SRodney W. Grimes# must display the following acknowledgement: 174e0fff21SRodney W. Grimes# This product includes software developed by the University of 184e0fff21SRodney W. Grimes# California, Berkeley and its contributors. 194e0fff21SRodney W. Grimes# 4. Neither the name of the University nor the names of its contributors 204e0fff21SRodney W. Grimes# may be used to endorse or promote products derived from this software 214e0fff21SRodney W. Grimes# without specific prior written permission. 224e0fff21SRodney W. Grimes# 234e0fff21SRodney W. Grimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 244e0fff21SRodney W. Grimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 254e0fff21SRodney W. Grimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 264e0fff21SRodney W. Grimes# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 274e0fff21SRodney W. Grimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 284e0fff21SRodney W. Grimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 294e0fff21SRodney W. Grimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 304e0fff21SRodney W. Grimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 314e0fff21SRodney W. Grimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 324e0fff21SRodney W. Grimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 334e0fff21SRodney W. Grimes# SUCH DAMAGE. 344e0fff21SRodney W. Grimes# 354e0fff21SRodney W. Grimes 36b7abf69cSPeter Wemm# 37b7abf69cSPeter Wemm# This the prototype for a "null client" -- that is, a client that 38b7abf69cSPeter Wemm# does nothing except forward all mail to a mail hub, plus an extra 39b7abf69cSPeter Wemm# line to make the email all appear as coming from "FreeBSD.org". 40b7abf69cSPeter Wemm# 41b7abf69cSPeter Wemm 42bdfaa56aSPaul Trainadivert(0)dnl 43b7abf69cSPeter WemmVERSIONID(`$Id$') 44b7abf69cSPeter Wemm 45b7abf69cSPeter WemmOSTYPE(bsd4.4) 46b7abf69cSPeter WemmFEATURE(nullclient, hub.$m) 47b7abf69cSPeter WemmMASQUERADE_AS(FreeBSD.org) 48