xref: /freebsd/contrib/sendmail/cf/hack/xconnect.m4 (revision a91a2465)
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# if the RHS of the map entry is haproxy1,
24# then HAproxy protocol version 1 is used
25#
26Sx_connect
27dnl workspace: {client_name} $| {client_addr}
28R$+ $| $+		$: $>D < $1 > <?> <! XConnect> < $2 >
29dnl workspace: <result-of-lookup> <{client_addr}>
30dnl OR $| $+ if client_name is empty
31R   $| $+		$: $>A < $1 > <?> <! XConnect> <>	empty client_name
32dnl workspace: <result-of-lookup> <{client_addr}>
33R<?> <$+>		$: $>A < $1 > <?> <! XConnect> <>	no: another lookup
34dnl workspace: <result-of-lookup> (<>|<{client_addr}>)
35R<?> <$*>		$# no					found nothing
36dnl workspace: <result-of-lookup> (<>|<{client_addr}>) | OK
37R<$+> <$*>		$@ $1					found in access DB',
38	`errprint(`*** ERROR: HACK(xconnect) requires FEATURE(access_db)
39')')
40