clientproto.mc
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
- divert(-1)
- #
- # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
- # All rights reserved.
- # Copyright (c) 1983 Eric P. Allman. All rights reserved.
- # Copyright (c) 1988, 1993
- # The Regents of the University of California. All rights reserved.
- #
- # By using this file, you agree to the terms and conditions set
- # forth in the LICENSE file which can be found at the top level of
- # the sendmail distribution.
- #
- #
- #
- # This the prototype for a "null client" -- that is, a client that
- # does nothing except forward all mail to a mail hub. IT IS NOT
- # USABLE AS IS!!!
- #
- # To use this, you MUST use the nullclient feature with the name of
- # the mail hub as its argument. You MUST also define an `OSTYPE' to
- # define the location of the queue directories and the like.
- # In addition, you MAY select the nocanonify feature. This causes
- # addresses to be sent unqualified via the SMTP connection; normally
- # they are qualifed with the masquerade name, which defaults to the
- # name of the hub machine.
- # Other than these, it should never contain any other lines.
- #
- divert(0)dnl
- VERSIONID(`$Id: clientproto.mc,v 8.15 1999/02/07 07:26:00 gshapiro Exp $')
- OSTYPE(unknown)
- FEATURE(nullclient, mailhost.$m)