Am 07.11.2011 10:39, schrieb Josef Karliak:
> Good morning,
> I configured dkim-milter (2.7.2-x) to postfix (2.7.2-x) on opensuse
> 11.4 64-bit, generated keys (named "mail"). In the dkim-milter config I
> defined my options:
> DKIM_MODES="sv"
> DKIM_DOMAIN="ajetaci.cz"
> DKIM_SELECTOR="mail"
> DKIM_CANON="simple"
> DKIM_REJECTION="bad=a,dns=t,no=a,sec=t"
> DKIM_EXTRA_ARGS="-l -h -D"
> DKIM_SIGNALG="rsa-sha256"
>
> and in the main.cf I've :
> milter_protocol = 2
> smtpd_milters = inet:localhost:8891
> non_smtpd_milters = inet:localhost:8891
> milter_default_action = accept
>
> I tried this over unix socket too.
>
> Where is an error ? Any kicks to the right way ? :-/
> Thanks and best regards
> J.K.
>
>
perhaps this helps
Mode (string)
Selects operating modes. The string is a concatenation of
characters which indicate which mode(s) of operation are desired. Valid
modes are s (signer) and v
(verifier). The default is sv except in test mode (see
the dkim-filter(8) man page) in which case the default is v.
so configure your
DKIM_MODES="sv" as you want it
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria