
v.tolstov at selfip
Oct 28, 2009, 1:16 AM
Post #51 of 53
(147 views)
Permalink
|
В Пнд, 19/10/2009 в 16:18 +0200, Tom Kistner пишет: > Vasiliy G Tolstov wrote: > > > Do You have some ideas of this behaviour? > > I have now added the bits that allow add_header in the DKIM ACL. > > /tom > > > Hello again. I have this acl to protect from mail forgery: deny message = X-ACL-DKIM: Possible mail forgery !dkim_status = pass dkim_signers = SYS_DOMAINS_LOCAL condition = ${if {match_domain{${domain: $h_From:}}{SYS_DOMAINS_LOCAL}}{yes}{no}} !hosts = +SYS_HOSTS_WHITE Why i get now in exim logs this message: Oct 22 10:15:21 selfip exim[22391]: [1\17] [22391] 1N0qxF-0005p9-7l H=[UNAVAILABLE] (62-47-210-44.adsl.highway.telekom.at) [62.47.210.44]:40428 I=[127.0.0.1]:25 temporarily rejected DKIM : failed to expand ACL string "${if {match_domain{${domain: $h_From:}}{SYS_DOMAINS_LOCAL}}{yes}{no}}": condition name expected, but found "{match_domain{${" Oct 22 10:15:21 selfip exim[22391]: [2\17] Envelope-from: <v.tolstov[at]selfip.ru> Oct 22 10:15:21 selfip exim[22391]: [3\17] Envelope-to: <v.tolstov[at]selfip.ru> Oct 22 10:15:21 selfip exim[22391]: [4\17] X-ACL-DKIM: none Oct 22 10:15:21 selfip exim[22391]: [5\17] P Received: from [UNAVAILABLE] ([62.47.210.44]:40428 helo=62-47-210-44.adsl.highway.telekom.at) Oct 22 10:15:21 selfip exim[22391]: [6\17] by mxs.selfmail.ru with esmtp (Exim 4.70) Oct 22 10:15:21 selfip exim[22391]: [7\17] (envelope-from <v.tolstov[at]selfip.ru>) Oct 22 10:15:21 selfip exim[22391]: [8\17] id 1N0qxF-0005p9-7l Oct 22 10:15:21 selfip exim[22391]: [9\17] for v.tolstov[at]selfip.ru; Thu, 22 Oct 2009 10:15:21 +0400 Oct 22 10:15:21 selfip exim[22391]: [10\17] Date: Thu, 22 Oct 2009 08:15:00 +0200 Oct 22 10:15:21 selfip exim[22391]: [11\17] T To: v.tolstov[at]selfip.ru Oct 22 10:15:21 selfip exim[22391]: [12\17] F From: "Virgie Trebil" <v.tolstov[at]selfip.ru> Oct 22 10:15:21 selfip exim[22391]: [13\17] Subject: Events lately Oct 22 10:15:21 selfip exim[22391]: [14\17] I Message-ID: <9E62G9329W6382C67.UPBNQLDDKL.4EF5FE61EAA0F[at]NBJAKOB> Oct 22 10:15:21 selfip exim[22391]: [15\17] X-Priority: 3 Oct 22 10:15:21 selfip exim[22391]: [16\17] MIME-Version: 1.0 Oct 22 10:15:21 selfip exim[22391]: [17/17] Content-Type: text/html; charset="UTF-8" -- Vasiliy G Tolstov <v.tolstov[at]selfip.ru> Selfip.Ru -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|