ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/sendmail/dist/cf/feature/lookupdotdomain.m4
Revision: 9095
Committed: Sat Oct 1 11:54:02 2016 UTC (7 years, 7 months ago) by laffer1
File size: 632 byte(s)
Log Message:
sendmail 8.15.2

File Contents

# Content
1 divert(-1)
2 #
3 # Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
4 # All rights reserved.
5 #
6 # By using this file, you agree to the terms and conditions set
7 # forth in the LICENSE file which can be found at the top level of
8 # the sendmail distribution.
9 #
10 #
11
12 divert(0)
13 VERSIONID(`$Id: lookupdotdomain.m4,v 1.2 2013-11-22 20:51:11 ca Exp $')
14 divert(-1)
15
16 ifdef(`_ACCESS_TABLE_',
17 `define(`_LOOKUPDOTDOMAIN_')',
18 `errprint(`*** ERROR: FEATURE(`lookupdotdomain') requires FEATURE(`access_db')
19 ')')
20 ifdef(`_RELAY_HOSTS_ONLY_',
21 `errprint(`*** WARNING: FEATURE(`lookupdotdomain') does not work well with FEATURE(`relay_hosts_only')
22 ')')