Skip to content

Commit 50b416e

Browse files
Merge pull request is-a-dev#45157 from mareksmareks/add-resend-records
Add resend records
2 parents 5927398 + 5eff374 commit 50b416e

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

domains/_dmarc.mareks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"owner": {
3+
"username": "mareksmareks",
4+
"email": "mareks.kirilovics@gmail.com"
5+
},
6+
"records": {
7+
"TXT": "v=DMARC1; p=none;"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"owner": {
3+
"username": "mareksmareks",
4+
"email": "mareks.kirilovics@gmail.com"
5+
},
6+
"records": {
7+
"TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMkOUNCdM/OiSiZ2X1Hn5rpV/pj47L+sUGJG72CMBgeLzkGdKcE7iO0M439EPAUUaAF9NS4cBMDTTyknvvpZyraF6DNyeC9UK4l7uAsOzqfvSre5r1IfeB+mDxEmpanZhrokF8ZnON1slOhHhfLJSpACYtDMp13aRBXJLzRQidnwIDAQAB"
8+
}
9+
}

domains/send.mareks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"owner": {
3+
"username": "mareksmareks",
4+
"email": "mareks.kirilovics@gmail.com"
5+
},
6+
"records": {
7+
"MX": [
8+
{
9+
"priority": 10,
10+
"target": "feedback-smtp.eu-west-1.amazonses.com"
11+
}
12+
],
13+
"TXT": "v=spf1 include:amazonses.com ~all"
14+
}
15+
}

0 commit comments

Comments
 (0)