Merge pull request #8895 from Stef-00012/patch-4

Setup mails
This commit is contained in:
DIBSTER
2023-10-23 08:30:06 -04:00
committed by GitHub
3 changed files with 31 additions and 7 deletions
+9 -3
View File
@@ -5,7 +5,13 @@
},
"record": {
"A": ["217.174.245.249"],
"MX": ["hosts.is-a.dev"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
],
"TXT": [
"forward-email=support:support.gattinhosbot@mail.stefdp.is-a.dev",
"forward-email=/^(?!support\\.gattinhosbot$).*/:gattinhosbot@mail.stefdp.is-a.dev"
]
}
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "Stef-00012",
"email": "stefano.delprete.08@gmail.com",
"twitter": "Stef_Del_Prete"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+8 -4
View File
@@ -1,6 +1,4 @@
{
"description": "Domain for my personal website",
"repo": "https://github.com/Stef-00012/stef-00012.github.io",
"owner": {
"username": "Stef-00012",
"email": "stefano.delprete.08@gmail.com",
@@ -8,7 +6,13 @@
},
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 mx a:mailx.is-a.dev ip4:217.174.245.249 ~all",
"MX": ["mailx.is-a.dev"]
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
],
"TXT": [
"forward-email=admin:admin.main@mail.stefdp.is-a.dev",
"forward-email=/^(?!admin$).*/:main@mail.stefdp.is-a.dev"
]
}
}