Easy instructions for signing for multiple domains AND setting up with Postfix here:
http://stevejenkins.com/blog/2010/09/how-to-get-dkim-domainkeys-identified-mail-working-on-centos-5-5-and-postfix-using-opendkim/ On Mon, Jun 20, 2011 at 10:59 AM, Murray S. Kucherawy <[email protected]> wrote: > OpenDKIM has ample documentation. Did you try working with that first? > > > > http://www.opendkim.org/docs > > > > -MSK > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of kshitij mali > Sent: Monday, June 20, 2011 1:04 AM > To: Patrick Ben Koetter > Cc: [email protected] > Subject: Re: signing multiple domains with dkim > > > > Hello Patrick , > > Will u share some doc how to get opendkim work with postfix MTA. > Such has installation and administration , configuration , troubleshooting > etc. > > Regards, > Kshitij > > On Mon, Jun 20, 2011 at 12:52 PM, Patrick Ben Koetter <[email protected]> > wrote: > > Am 20.06.2011 07:50, schrieb Suresh Kumar Prajapati: > >> Hi, >> >> Can anyone tell me how to sign mails for multiple domains . > > My recommendation: Drop dkim-milter because IIRC it is unmaintained. > Get the followup opendkim <http://opendkim.org> instead. > > If you follow dkim-filter read into KeyList: > > # KeyList is a file containing tuples of key information. Requires > # KeyFile to be unset. Each line of the file should be of the format: > # sender glob:signing domain:signing key file > # Blank lines and lines beginning with # are ignored. Selector will be > # derived from the key's filename. > #KeyList /etc/dkim-keys.conf > > > p@rick > >> >> here is my dkim conf file >> >> # To sign only, use -bs >> # EXTRA_FLAGS=-bs >> USER="dkim-milter" >> SOCKET="inet:8891@localhost" >> #PORT="inet:10034@localhost" >> SIGNING_DOMAIN="<domain.com>" >> SELECTOR_NAME="dktest" >> KEYFILE="/etc/mail/domainkeys/dkim_${SELECTOR_NAME}.pem" >> SIGNER=yes >> VERIFIER=yes >> CANON=simple >> SIGALG=rsa-sha1 >> REJECTION="bad=r,dns=t,int=t,no=a,miss=r" >> EXTRA_ARGS="-h -l -D" >> MILTER_GROUP="mail" >> >> > > -- > > state of mind () > Digitale Kommunikation > > http://www.state-of-mind.de > > Franziskanerstraße 15 Telefon +49 89 3090 4664 > 81669 München Telefax +49 89 3090 4666 > > Amtsgericht München Partnerschaftsregister PR 563 > >
