DKIM sign wrapper for qmail-remote
| .gitignore | 8 months ago | ||
| Makefile | 8 months ago | ||
| README.md | 8 months ago | ||
| qmail-remote-sign.sh | 8 months ago | ||
| sign.rb | 6 months ago | ||
| stripheader | 8 months ago | ||
DKIM sign wrapper for qmail-remote
Distrebuted at https://www.yatex.org/gitbucket/yuuji/DKIMsign .
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