relay_mail_from.m4 revision 64562
164562Sgshapirodivert(-1)
264562Sgshapiro#
364562Sgshapiro# Copyright (c) 1999 Sendmail, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
564562Sgshapiro#
664562Sgshapiro# By using this file, you agree to the terms and conditions set
764562Sgshapiro# forth in the LICENSE file which can be found at the top level of
864562Sgshapiro# the sendmail distribution.
964562Sgshapiro#
1064562Sgshapiro#
1164562Sgshapiro
1264562Sgshapirodivert(0)
1364562SgshapiroVERSIONID(`$Id: relay_mail_from.m4,v 8.2 1999/04/02 02:25:13 gshapiro Exp $')
1464562Sgshapirodivert(-1)
1564562Sgshapiro
1664562Sgshapiroifdef(`_ACCESS_TABLE_',
1764562Sgshapiro	`define(`_RELAY_DB_FROM_', 1)
1864562Sgshapiro	ifelse(_ARG_,`domain',`define(`_RELAY_DB_FROM_DOMAIN_', 1)')',
1964562Sgshapiro	`errprint(`*** ERROR: FEATURE(relay_mail_from) requires FEATURE(access_db)
2064562Sgshapiro')')
21