diff options
Diffstat (limited to 'conf.d')
-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 21889a9..6d0b3e4 100644 --- a/conf.d/020_acl.conf +++ b/conf.d/020_acl.conf | |||
@@ -177,7 +177,7 @@ acl_mta_dkim: | |||
177 | deny message = [DKIM] required signature is missing. | 177 | deny message = [DKIM] required signature is missing. |
178 | dkim_status = none | 178 | dkim_status = none |
179 | condition = ${if match \ | 179 | condition = ${if match \ |
180 | {${run{/usr/bin/dig +short TXT ${quote:_domainkey.$sender_host_address}}}}{/o=-/} \ | 180 | {${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}}}{/o=-/} \ |
181 | {yes}{no}} | 181 | {yes}{no}} |
182 | 182 | ||
183 | accept | 183 | accept |