Skip to content

Commit

Permalink
add grapheneos.foundation domain
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Apr 13, 2024
1 parent 0049694 commit 4c43a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ http {
server {
listen 80;
listen [::]:80;
server_name mail.grapheneos.org mail.grapheneos.net mta-sts.mail.grapheneos.org mta-sts.attestation.app mta-sts.discuss.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.ca mta-sts.grapheneos.com mta-sts.grapheneos.dev mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.network mta-sts.grapheneos.online mta-sts.grapheneos.org mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.grapheneos.social mta-sts.matrix.grapheneos.org mta-sts.seamlessupdate.app mta-sts.vanadium.app;
server_name mail.grapheneos.org mail.grapheneos.net mta-sts.mail.grapheneos.org mta-sts.attestation.app mta-sts.discuss.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.ca mta-sts.grapheneos.com mta-sts.grapheneos.dev mta-sts.grapheneos.foundation mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.network mta-sts.grapheneos.online mta-sts.grapheneos.org mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.grapheneos.social mta-sts.matrix.grapheneos.org mta-sts.seamlessupdate.app mta-sts.vanadium.app;

location /.well-known/acme-challenge/ {
root /srv/certbot;
Expand Down Expand Up @@ -138,7 +138,7 @@ http {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mta-sts.mail.grapheneos.org mta-sts.attestation.app mta-sts.discuss.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.ca mta-sts.grapheneos.com mta-sts.grapheneos.dev mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.network mta-sts.grapheneos.online mta-sts.grapheneos.org mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.grapheneos.social mta-sts.matrix.grapheneos.org mta-sts.seamlessupdate.app mta-sts.vanadium.app;
server_name mta-sts.mail.grapheneos.org mta-sts.attestation.app mta-sts.discuss.grapheneos.org mta-sts.grapheneos.app mta-sts.grapheneos.ca mta-sts.grapheneos.com mta-sts.grapheneos.dev mta-sts.grapheneos.foundation mta-sts.grapheneos.info mta-sts.grapheneos.net mta-sts.grapheneos.network mta-sts.grapheneos.online mta-sts.grapheneos.org mta-sts.grapheneos.ovh mta-sts.grapheneos.page mta-sts.grapheneos.social mta-sts.matrix.grapheneos.org mta-sts.seamlessupdate.app mta-sts.vanadium.app;

add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;

Expand Down
2 changes: 1 addition & 1 deletion postfix/main.cf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ myhostname = mail.grapheneos.org
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
# mail.$mydomain, www.$mydomain, ftp.$mydomain
mydestination = $myhostname attestation.app grapheneos.app grapheneos.ca grapheneos.com grapheneos.dev grapheneos.info grapheneos.net grapheneos.network grapheneos.online discuss.grapheneos.org matrix.grapheneos.org grapheneos.org grapheneos.ovh grapheneos.page grapheneos.social seamlessupdate.app vanadium.app
mydestination = $myhostname attestation.app grapheneos.app grapheneos.ca grapheneos.com grapheneos.dev grapheneos.foundation grapheneos.info grapheneos.net grapheneos.network grapheneos.online discuss.grapheneos.org matrix.grapheneos.org grapheneos.org grapheneos.ovh grapheneos.page grapheneos.social seamlessupdate.app vanadium.app

# REJECTING MAIL FOR UNKNOWN LOCAL USERS
#
Expand Down

0 comments on commit 4c43a4b

Please sign in to comment.