1divert(-1) 2# 3# Copyright (c) 1998-2011 Proofpoint, Inc. and its suppliers. 4# All rights reserved. 5# Copyright (c) 1983 Eric P. Allman. All rights reserved. 6# Copyright (c) 1988, 1993 7# The Regents of the University of California. All rights reserved. 8# 9# By using this file, you agree to the terms and conditions set 10# forth in the LICENSE file which can be found at the top level of 11# the sendmail distribution. 12# 13 14divert(0) 15VERSIONID(`$Id: xconnect.m4,v 1.3 2013-11-22 20:51:13 ca Exp $') 16divert(-1) 17 18ifdef(`_ACCESS_TABLE_', `dnl 19LOCAL_RULESETS 20# 21# x_connect ruleset for looking up XConnect: tag in access DB to enable 22# XCONNECT support in MTA 23# 24Sx_connect 25dnl workspace: {client_name} $| {client_addr} 26R$+ $| $+ $: $>D < $1 > <?> <! XConnect> < $2 > 27dnl workspace: <result-of-lookup> <{client_addr}> 28dnl OR $| $+ if client_name is empty 29R $| $+ $: $>A < $1 > <?> <! XConnect> <> empty client_name 30dnl workspace: <result-of-lookup> <{client_addr}> 31R<?> <$+> $: $>A < $1 > <?> <! XConnect> <> no: another lookup 32dnl workspace: <result-of-lookup> (<>|<{client_addr}>) 33R<?> <$*> $# no found nothing 34dnl workspace: <result-of-lookup> (<>|<{client_addr}>) | OK 35R<$+> <$*> $@ yes found in access DB', 36 `errprint(`*** ERROR: HACK(xconnect) requires FEATURE(access_db) 37')') 38