From: Tom Kistner Date: Fri, 16 Oct 2009 07:46:13 +0000 (+0000) Subject: Add dkim_disable_verify to configure.default where it makes sense X-Git-Tag: exim-4_70_RC3~42 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/94f85d3eb1f098ced9157c7e2aca2b75142e9fbc Add dkim_disable_verify to configure.default where it makes sense --- diff --git a/src/src/configure.default b/src/src/configure.default index 55de5cb5a..881a22b20 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/configure.default,v 1.13 2007/06/26 11:21:36 ph10 Exp $ +# $Cambridge: exim/src/src/configure.default,v 1.14 2009/10/16 07:46:13 tom Exp $ ###################################################################### # Runtime configuration file for Exim # @@ -309,6 +309,7 @@ acl_check_rcpt: # testing for an empty sending host field. accept hosts = : + control = dkim_disable_verify ############################################################################# # The following section of the ACL is concerned with local parts that contain @@ -387,6 +388,7 @@ acl_check_rcpt: accept hosts = +relay_from_hosts control = submission + control = dkim_disable_verify # Accept if the message arrived over an authenticated connection, from # any host. Again, these messages are usually from MUAs, so recipient @@ -395,6 +397,7 @@ acl_check_rcpt: accept authenticated = * control = submission + control = dkim_disable_verify # Insist that any other recipient address that we accept is either in one of # our local domains, or is in a domain for which we explicitly allow