I'm guessing, but I think what I need to do is edit the startup script scdkim and change
DKIM_BIN=/usr/bin/dkim-filter To DKIM_BIN=/usr/bin/dkim-filter -C /etc/mail/dkim-filter.conf Then in dkim-filter.conf I would add (this is my reference http://bugs.gentoo.org/attachment.cgi?id=148815 ): InternalHosts /etc/mail/dkim-filter/internalhosts And in /etc/mail/dkim-filter/internalhosts, I would add 192.168.26.0/24 To handle all the servers on my subnet... -----Original Message----- From: Murray S. Kucherawy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 12:32 PM To: dkim-milter general discussion Subject: Re: [dkim-milter-discuss] setting Internal Hosts in a Suse 11 Postfix installation On Tue, 4 Nov 2008, Bailo, John wrote: > How can I determine where to create dkim-filter.conf? > > In what subdirectory? It's up to you. I suppose /etc/mail is a common location, but there are no restrictions. > However the service is started with: > > /usr/sbin/rcdkim > > In this script, I see > > DKIM_BIN=/usr/bin/dkim-filter Does that script make any reference to a configuration file at all? If not you may have to modify it to have dkim-filter use your configuration file in whatever location you select when it starts. > Does dkim-filter automatically look for dkim-filter.conf ? No. ------------------------------------------------------------------------ - 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 CONFIDENTIALITY NOTICE: The information in this Internet email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. ------------------------------------------------------------------------- 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
