mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #2582] [CLOSED] IPv6 and rDNS checks, updated DKIMKeyViewer on vue admin #2618
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2618
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2582
Author: @Spitfireap
Created: 8/18/2022
Status: ❌ Closed
Base:
master← Head:newMXChecks📝 Commits (7)
5378afaIPV6 and rDNS checks and setup instruction, quick copy dkim pub key for vue adminffe63c9Fix some string errors1264b71Reformat dkimKeyViewer (no more overflow), allow to copy the key68fb040delete splitkey method1c50687removed useless css86c07a9Fixed bugsea1f8f4comply with RFC 4408, added copy dkim for v1📊 Changes
16 files changed (+278 additions, -20 deletions)
View changed files
📝
frontend/src/components/domains/DKIMKeyViewer.vue(+6 -3)📝
frontend/src/components/domains/DNSDetail.vue(+28 -0)📝
frontend/src/components/domains/DomainDKIMKey.vue(+24 -3)📝
frontend/src/components/domains/DomainDNSConfig.vue(+25 -0)📝
modoboa/admin/app_settings.py(+17 -0)📝
modoboa/admin/management/commands/subcommands/_mx.py(+9 -0)📝
modoboa/admin/models/domain.py(+29 -5)📝
modoboa/admin/static/admin/css/admin.css(+15 -0)📝
modoboa/admin/templates/admin/_domain_dkim_key.html(+4 -4)📝
modoboa/admin/templates/admin/_domain_dnschecks_status.html(+31 -0)📝
modoboa/admin/templates/admin/domain_detail.html(+8 -0)📝
modoboa/admin/views/domain.py(+8 -2)📝
modoboa/dnstools/api/v2/serializers.py(+5 -1)📝
modoboa/dnstools/constants.py(+3 -0)📝
modoboa/dnstools/lib.py(+60 -1)📝
modoboa/dnstools/templates/dnstools/domain_dns_configuration.html(+6 -1)📄 Description
This PR add checks for IPv6 set (pointed to mail.example.com.). As well as rDNS checks (for IPv4 and IPv6 if IPv6 checking is enabled).
I also refactored a bit the DKIMKeyViewer to prevent overflow of the v-alert, and added the ability to one-click copy it to clipboard.
Note: there are several migrations needed, it seems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.