|
@@ -63,7 +63,7 @@ This does a lot for you automatically but there's still some stuff you have to d
|
63
|
63
|
# Create a user account for Ansible to do its thing through. This account should be set up for passwordless sudo.
|
64
|
64
|
# Put your Tarsnap key in @roles/common/files/root_tarsnap.key@.
|
65
|
65
|
# Put your SSL certificate's components in the respective files that start with @wildcard_ca@ in @roles/common/files@, and a combined version in @roles/ircbouncer/files/etc_ssl_znc-combined.pem@.
|
66
|
|
-# Set up SPF and reverse DNS "as per the inspirational post":http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/. Make sure to validate that it's all working, for example by sending an email to @check-auth@verifier.port25.com@ and reviewing the report that will be emailed back to you.
|
|
66
|
+# Set up SPF and reverse DNS "as per the inspirational post":http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/. Make sure to validate that it's all working, for example by sending an email to <a href="mailto:check-auth@verifier.port25.com">check-auth@verifier.port25.com</a> and reviewing the report that will be emailed back to you.
|
67
|
67
|
# Sign in to the ZNC web interface and set things up to your liking.
|
68
|
68
|
# You should probably disable remote root login and password-based logins in @/etc/ssh/sshd_config@ but that's up to you.
|
69
|
69
|
|