home · contact · privacy
To server config, add opendkim / opendkim key installation.
[config] / mails / server_postinstall_finished
index 5d318d91c95060ecae862beb2ac3ca64c9c2613c..92131b489239d0aea482b0761fa98569a25c3262 100644 (file)
@@ -4,4 +4,10 @@ The server post-installation script seems to have run successfully. Remember to
 perform the following tasks:
 
 - once when mail system set-up seems stable, in
-   config/dotfiles_user_server/getmail/getmailrc, set [options] delete = true
+  config/dotfiles_user_server/getmail/getmailrc, set [options] delete = true
+
+- ensure the following DNS TXT record for @: v=spf1 mx -all
+
+- run (as root) config/setup_opendkim.sh $selector to set up system for DKIM key
+  signing, with a second parameter $keyfile if a key already exists; without
+  second parameter, this will generate a new key and print the DNS record to add