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

DKIM domain type not usable #549

Open
Mazamazine opened this issue Dec 19, 2023 · 1 comment
Open

DKIM domain type not usable #549

Mazamazine opened this issue Dec 19, 2023 · 1 comment

Comments

@Mazamazine
Copy link
Contributor

The DKIM type in 3.5 has no compatibility with locally hosted domain types which make it unusable.
This is going to throw an error "The parameters for this subdomain and domain type are invalid. Please check for subdomain entries incompatibility" as soon as you have a vhost type on the same subdomain.

+------+-------------+-------------------------------------+ | name | description | compatibility | +------+-------------+-------------------------------------+ | dkim | DKIM Key | txt,defmx,defmx2,mx,mx2,url,ip,ipv6 | +------+-------------+-------------------------------------+
Mazamazine added a commit to Koumbit/AlternC that referenced this issue Dec 20, 2023
@Mazamazine
Copy link
Contributor Author

Mazamazine commented Dec 20, 2023

It's actually much more than the vhost type. One you have a dkim type record, you can't create anoher txt record, a url redirection etc etc. So, I've added dkim compatibility for all domain types that had txt compatibility.

Should be fixed with https://github.com/Koumbit/AlternC/tree/issue-549

edit I'll change that so the compatible types are not hardcoded.

Mazamazine added a commit to Koumbit/AlternC that referenced this issue Dec 26, 2023
Mazamazine added a commit to Koumbit/AlternC that referenced this issue Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant