Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. apt-get install opendkim opendkim-tools
  2. mkdir /etc/opendkim/
  3. chown -R opendkim:opendkim /etc/opendkim
  4. chmod go-rwx /etc/opendkim/
  5. cd /etc/opendkim/
  6. opendkim-genkey -r -h rsa-sha256 -s mail
  7. mv mail.private mail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement