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 > > >
