git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Logging: make placement of continued-delivery asterisk consistent
[exim.git]
/
src
/
src
/
routers
/
dnslookup.h
diff --git
a/src/src/routers/dnslookup.h
b/src/src/routers/dnslookup.h
index 518b7f478da6e82b43a3494f5811e517910af175..b7e0915877da21ed3b8f7cc51abef3644357c9b3 100644
(file)
--- a/
src/src/routers/dnslookup.h
+++ b/
src/src/routers/dnslookup.h
@@
-2,7
+2,7
@@
* Exim - an Internet mail transport agent *
*************************************************/
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 20
09
*/
+/* Copyright (c) University of Cambridge 1995 - 20
18
*/
/* See the file NOTICE for conditions of use and distribution. */
/* Private structure for the private options. */
/* See the file NOTICE for conditions of use and distribution. */
/* Private structure for the private options. */
@@
-17,8
+17,9
@@
typedef struct {
uschar *mx_fail_domains;
uschar *srv_fail_domains;
uschar *check_srv;
uschar *mx_fail_domains;
uschar *srv_fail_domains;
uschar *check_srv;
- uschar *dnssec_request_domains;
- uschar *dnssec_require_domains;
+ uschar *fail_defer_domains;
+ uschar *ipv4_only;
+ uschar *ipv4_prefer;
} dnslookup_router_options_block;
/* Data for reading the private options. */
} dnslookup_router_options_block;
/* Data for reading the private options. */