Files
exherbo-dockermail/opendkim/boot

8 lines
186 B
Plaintext
Raw Normal View History

#!/bin/bash
2015-07-08 10:06:43 +01:00
# Copy OpenDKIM config
cp /mail_settings/opendkim.conf /etc/opendkim.conf
cp /mail_settings/mail.private /etc/dkim.key
2015-07-08 13:17:04 +01:00
chown root:root /etc/dkim.key
2015-07-08 10:06:43 +01:00
chmod 600 /etc/dkim.key