Skip to content
Snippets Groups Projects
gabriel.c3heaven.de 1.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • MichiK's avatar
    MichiK committed
    # Before changing this, please make sure that the DNS entries exist, otherwise
    # acmetool will fail horribly!
    
    MichiK's avatar
    MichiK committed
    acmetool_cert_domains:
     - gabriel.c3heaven.de
     - c3heaven.de
     - lists.c3heaven.de
    
    MichiK's avatar
    MichiK committed
     - sso.c3heaven.de
    
    MichiK's avatar
    MichiK committed
     - wiki.c3heaven.de
    
    nginx_http_locations:
     - location: "/"
       config: |
         access_log off;
         log_not_found off;
         return 301 https://$host$request_uri;
    
    nginx_https_default_headers:
     - name: "Strict-Transport-Security"
       value: "max-age=31536000; includeSubDomains"
     - name: "X-XSS-Protection"
       value: "1; mode=block"
     - name: "X-Frame-Options"
       value: "DENY"
     - name: "X-Content-Type-Options"
       value: "nosniff"
     - name: "Referrer-Policy"
       value: "same-origin"
    
    rspamd_enabled: true
    
    postfix_mydestination: "localhost, $myhostname, c3heaven.de"
    postfix_myorigin: "c3heaven.de"
    postfix_generic_map:
     - "www-data@c3heaven.de noreply@c3heaven.de"
    postfix_additional_admin_aliases:
     - shift
     - shifts
     - ticket
    postfix_alias_maps:
     - "hash:/etc/aliases"
     - "hash:/var/lib/mailman/data/aliases"
    postfix_virtual_alias_domains:
     - "lists.c3heaven.de"
    postfix_virtual_alias_maps:
     - "hash:/var/lib/mailman/data/virtual-mailman"