what about per domain?!?! like a virtual hosting environment?


Dennis Erickson wrote, On 4/4/2008 12:06 AM:
I found this is one of the archives and wanted to know if this is still current before I try any implementation.

http://www.mail-archive.com/toaster@shupp.org/msg03892.html

Wed, 26 Apr 2006 12:54:24 -0700

Hello list:


i've successfully (at the moment) implemented domainkeys with the toaster, here are the steps:

# follow almos all instructions for installing domainkey from:
# http://jeremy.kister.net/howto/dk.html
#
# to compile:

cd /var/src/tar

wget http://voxel.dl.sourceforge.net/sourceforge/domainkeys/libdomainkeys-0.68.tar.gz

wget http://www.qmail.org/qmail-1.03-dk-0.53.patch
wget http://jeremy.kister.net/code/qmail-dk-0.53-auth.patch

cd /var/src/netqmail-1.05
tar xfz ../tar/libdomainkeys-0.68.tar.gz
cd libdomainkeys-0.68
make
cd ..
cp -pr libdomainkeys-0.68/* .
patch -d netqmail-1.05/ < ../tar/qmail-1.03-dk-0.53.patch
patch -d netqmail-1.05/ < ../tar/qmail-dk-0.53-auth.patch
cd netqmail-1.05


# edit the Makefile to resolve the hunk, just add "qmail-dk" in the end of the "it: \ ...... " block, it should look like:

# binm3 binm3+df spfquery update_tmprsadh qmail-dk

make qmail-dk
cp qmail-dk /var/qmail/bin/
cp qmail-dk.8 /var/qmail/man/man8/

#in tcp.smtp use this instead:
:allow,DKVERIFY="DEGIJKfh",QMAILQUEUE="bin/qmail-dk",DKQUEUE="/var/qmail/bin/simscan"

#that's it.

I'm still doing some testing though, at least the messages get signed.

regards,
--

*Ingo Claro F.*
Gerente de Operaciones
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
(+56-2) 43 00 155

       NetRed S.A. <http://www.netred.cl>
Certificado ISO 9001:2000




Reply via email to