diff options
Diffstat (limited to 'conf.d/020_acl.conf')
-rw-r--r-- | conf.d/020_acl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf index 3ec1532..19a6918 100644 --- a/conf.d/020_acl.conf +++ b/conf.d/020_acl.conf | |||
@@ -163,7 +163,7 @@ acl_mta_dkim: | |||
163 | message = [DKIM] invalid signature ($dkim_verify_reason). | 163 | message = [DKIM] invalid signature ($dkim_verify_reason). |
164 | 164 | ||
165 | deny dkim_status = none | 165 | deny dkim_status = none |
166 | set_acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} | 166 | set acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} |
167 | condition = ${if match {$acl_m_ddk}{/o=-/} {yes}{no}} | 167 | condition = ${if match {$acl_m_ddk}{/o=-/} {yes}{no}} |
168 | message = [DKIM] required signature for $sender_host_address is missing. | 168 | message = [DKIM] required signature for $sender_host_address is missing. |
169 | 169 | ||