Skip to content
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

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Create e.lver.json #20907

wants to merge 18 commits into from

Conversation

lverx
Copy link
Contributor

@lverx lverx commented Mar 6, 2025

Migrating to e.lver for emails, mail.lver will be an alternative...

Requirements

  • I have read and understood the Terms of Service.
  • I understand my domain will be removed if I violate the Terms of Service.
  • My file is in the domains directory and has the .json file extension.
  • My file's name is lowercased and alphanumeric.
  • My website is reachable and completed.
  • I have provided sufficient contact information in the owner key.

Website Preview

Migrating to e.lver for emails
@lverx lverx requested a review from a team as a code owner March 6, 2025 22:10
@github-actions github-actions bot added the domain label Mar 6, 2025
lverx added 2 commits March 6, 2025 17:14
Corrected the JSON format
Comment on lines 8 to 49
"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"
}
]
},
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

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)

Copy link
Member

@21Z 21Z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what JustDeveloper1 said

@21Z 21Z added the reason: invalid records Your records are not valid or improper. label Mar 7, 2025
@lverx
Copy link
Contributor Author

lverx commented Mar 7, 2025

I'm just following what Migadu told me to do.

@SX-9
Copy link
Contributor

SX-9 commented Mar 7, 2025

I'm just following what Migadu told me to do.

read the documentation at https://docs.is-a.dev

@lverx
Copy link
Contributor Author

lverx commented Mar 7, 2025

image
image
image

@lverx
Copy link
Contributor Author

lverx commented Mar 7, 2025

Could you clarify how I can implement all these?

@lverx
Copy link
Contributor Author

lverx commented Mar 7, 2025

I apologize, I figured it out.

@lverx lverx requested review from 21Z and JustDeveloper1 March 7, 2025 23:30
Copy link
Member

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.

@iostpa iostpa added reason: invalid file Your file is invalid or improper. and removed reason: invalid records Your records are not valid or improper. labels Mar 9, 2025
"email": "[email protected]"
},
"record": {
"CNAME": "00F8ACBB585DE7001E5413288A2D9655.8AB30C5E0E1E326D7AEE1D03876B0E89.60e070545b0298b.comodoca.com"
Copy link
Contributor

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

@lverx lverx requested review from JustDeveloper1 and iostpa March 9, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain reason: invalid file Your file is invalid or improper.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants