Browse Source

fix email address formatting

Alex Payne 10 years ago
parent
commit
5966b639a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.textile

+ 1
- 1
README.textile View File

63
 # Create a user account for Ansible to do its thing through. This account should be set up for passwordless sudo.
63
 # Create a user account for Ansible to do its thing through. This account should be set up for passwordless sudo.
64
 # Put your Tarsnap key in @roles/common/files/root_tarsnap.key@.
64
 # Put your Tarsnap key in @roles/common/files/root_tarsnap.key@.
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@.
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
 # Sign in to the ZNC web interface and set things up to your liking.
67
 # Sign in to the ZNC web interface and set things up to your liking.
68
 # You should probably disable remote root login and password-based logins in @/etc/ssh/sshd_config@ but that's up to you.
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
 

Loading…
Cancel
Save