Robert Schetterer schrieb: > Murray S. Kucherawy schrieb: >> On Thu, 11 Sep 2008, Robert Schetterer wrote: >>> is there a parameter/list in dkim-filter >>> to exclude dkim signing for outgoing mails >>> to special domains >> v2.6.0 added a "DontSignMailTo" feature, available via the configuration >> file. Check the dkim-filter.conf(5) man page for details. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> dkim-milter-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss > > thx i fixed it by another way > > main.cf > # (or use your existing transport_maps table) > transport_maps = hash:/etc/postfix/transport > > # master.cf > #(this is a copy of the smtp...smtp line) > no-dkim unix - - n - - smtp > -o smtp_header_checks=regexp:/etc/postfix/strip-dkim > > # transport > company.example.com no-dkim: > > # strip-dkim > # remove DKIM and DomainKeys signatures so that > # badly broken clients don't choke. > > /^DKIM-Signature: / IGNORE > /^DomainKey-Signature: / IGNORE > > for miracle i dont noticed the DontSignMailTo parameter >
Hi Murray , i think it would be a good idea add DontSignMailTo feature to command line option , not only from conf not everyone uses a conf file -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
