2209: Change URL dashboard in DKIM/SPF & DMARC Entries r=mergify[bot] a=0pc0deFR

## What type of PR?

documentation

## What does this PR do?

Example URL correction in documentation of DKIM/SPF & DMARC Entries

### Related issue(s)
- Mention an issue like: #2123
- Auto close an issue like: closes #2123

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [ X] In case of feature or enhancement: documentation updated accordingly
- [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Kevin Falcoz <0pc0defr@gmail.com>
This commit is contained in:
bors[bot]
2022-02-07 09:29:27 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -72,6 +72,6 @@ DKIM/SPF & DMARC Entries
Finally, you'll need to visit the admin dashboard (or use the cli) to regenerate your DMARC, SPF, and DKIM records.
Once the DNS changes to your host have propogated (and if SSL / domain rules were setup correctly), visit your admin
dashboard at https://example.com/admin/ui/domain/details/example.com. Click on `regenerate keys` and add the required
dashboard at https://example.com/admin/domain/details/example.com. Click on `regenerate keys` and add the required
records to your DNS provider. If you've enabled DKIM/SPF / DMARC and haven't added these entries, your mail might
not get delivered.

View File

@@ -433,7 +433,7 @@ Mailu can serve an `XML file for autoconfiguration`_; To configure it you will n
<useGlobalPreferredServer>true</useGlobalPreferredServer>
</outgoingServer>
<documentation url=\"https://mailu.example.com/admin/ui/client\">
<documentation url=\"https://mailu.example.com/admin/client\">
<descr lang=\"en\">Configure your email client</descr>
</documentation>
</emailProvider>