Miha, > as per docs amavis is supposed to add Authentication-Results header to the > message after verification. I've turned the verification on with > $enable_dkim_verification = 1;, but my messages are missing it. > X-Virus-Scanned: header is present in received messages. > > Here is what I think is a relevant part from mail.log. > Sep 16 13:10:31 pips amavis[7853]: (07853-01) Passed CLEAN, SMTP_RELAY > LOCAL [x.x.x.x] [y.y.y.y] <foo> -> <bar>, mail_id: UijKCpv-aw6y, Hits: -, > size: 1399, queued_as: A07F7232664, dkim_sd=default:example.com, 164 ms > > Is there any other setting I need to change for header to be added? > P.S. using 2.7.0pre7
A recipient must be considered local (matching the @local_domains_maps) for this header field to be inserted. Btw, the LOCAL in your sample log entry comes from a macro %l, which corresponds to the $originating flag. That is, it tells the _sender_ is coming from inside, and says nothing about a recipient. Mark ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org
