DKIM sign wrapper for qmail-remote

@HIROSE Yuuji HIROSE Yuuji authored on 24 Nov
.gitignore Ignore DEBUG flag file 8 months ago
Makefile Add tag t=y to tinydns record 8 months ago
README.md Add this URL 8 months ago
qmail-remote-sign.sh Debug info fixed 8 months ago
sign.rb UTF-8 6 months ago
stripheader Add exexutable attribute 8 months ago
README.md

DKIMsign

DKIM sign wrapper for qmail-remote
Distrebuted at https://www.yatex.org/gitbucket/yuuji/DKIMsign .

QUICK Start

Suppose your email domain is `example.com'.

DOMAIN=example.com
cd /var/qmail/control
git clone <ThisRepository>
cd DKIMsign
make MYDOMAIN=example.com SELECTOR=dkim01 key
sudo chown qmailr example.com.private
cd /var/qmail/bin
ln -s ../control/DKIMsign/stripheader .
ln -s ../control/DKIMsign/sign.rb .
ln -s ../control/DKIMsign/qmail-remote-sign.sh .
mv qmail-remote qmail-remote.bin
ln -s qmail-remote-sign.sh qmail-remote