-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create e.lver.json #20907
base: main
Are you sure you want to change the base?
Create e.lver.json #20907
Conversation
Migrating to e.lver for emails
Corrected the JSON format
Fix SRV
domains/e.lver.json
Outdated
"TXT": [ | ||
"hosted-email-verify=qrzhubjn", | ||
"v=spf1 include:spf.migadu.com -all", | ||
"v=DMARC1; p=quarantine;" | ||
], | ||
"MX": [ | ||
"aspmx1.migadu.com", | ||
"aspmx2.migadu.com" | ||
], | ||
"CNAME": [ | ||
"key1.e.lver.is-a.dev._domainkey.migadu.com.", | ||
"key2.e.lver.is-a.dev._domainkey.migadu.com.", | ||
"key3.e.lver.is-a.dev._domainkey.migadu.com.", | ||
"autoconfig.migadu.com." | ||
], | ||
"SRV": [ | ||
{ | ||
"priority": 0, | ||
"weight": 1, | ||
"port": 403, | ||
"target": "autodiscover.migadu.com" | ||
}, | ||
{ | ||
"priority": 0, | ||
"weight": 1, | ||
"port": 465, | ||
"target": "smtp.migadu.com" | ||
}, | ||
{ | ||
"priority": 0, | ||
"weight": 1, | ||
"port": 993, | ||
"target": "imap.migadu.com" | ||
}, | ||
{ | ||
"priority": 0, | ||
"weight": 1, | ||
"port": 995, | ||
"target": "imap.migadu.com" | ||
} | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CNAME
record cant be combined with other records
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also CNAME
record should be a string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and also SRV
record cant have duplicates (priority
, weight
, port
, target
- they must be different)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what JustDeveloper1 said
I'm just following what Migadu told me to do. |
read the documentation at https://docs.is-a.dev |
Could you clarify how I can implement all these? |
I apologize, I figured it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All letters should be lowercase.
"email": "[email protected]" | ||
}, | ||
"record": { | ||
"CNAME": "00F8ACBB585DE7001E5413288A2D9655.8AB30C5E0E1E326D7AEE1D03876B0E89.60e070545b0298b.comodoca.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what iostpa said, also here all letters should be lowercased too
Migrating to e.lver for emails, mail.lver will be an alternative...
Requirements
domains
directory and has the.json
file extension.owner
key.Website Preview