File diff 5dab5854fcc8 → be01ee86b9dd
docs/usage.rst
Show inline comments
 
@@ -982,7 +982,11 @@ external addresses on those two servers goes through our anti-virus scanner.
 
   :file:`~/mysite/group_vars/all.yml`
 
   ::
 

	
 
      # First, let's make sure any mails directed to localhost root account get
 
      # Define what X.509 certificates should be used for validating
 
      # the certificate of server we are relaying the mails through.
 
      smtp_relay_truststore: "{{ lookup('file', '~/mysite/tls/truststore.pem') }}"
 

	
 
      # Make sure any mails directed to localhost root account get
 
      # forwarded to one of our mail users as well.
 
      local_mail_aliases:
 
        root: root john.doe@example.com