show required dns entries to admin and customer for a domain if nameserver-feature is not used
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -632,6 +632,8 @@ return [
|
||||
'title' => 'Verwende greylisting',
|
||||
'description' => 'Eingehende E-Mails mittels <a href="https://de.wikipedia.org/wiki/Greylisting" target="_blank">Greylisting</a> schützen.<br/>Standard: Ja'
|
||||
],
|
||||
'required_spf_dns' => 'Erforderlicher SPF DNS Eintrag',
|
||||
'required_dmarc_dns' => 'Erforderlicher DMARC DNS Eintrag',
|
||||
'required_dkim_dns' => 'Erforderlicher DKIM DNS Eintrag',
|
||||
],
|
||||
'dns' => [
|
||||
|
||||
@@ -681,6 +681,8 @@ return [
|
||||
'title' => 'Use greylisting',
|
||||
'description' => 'Incoming emails will be protected by <a href="https://en.wikipedia.org/wiki/Greylisting_(email)" target="_blank">greylisting</a>.<br/>Default: yes'
|
||||
],
|
||||
'required_spf_dns' => 'Required SPF DNS entry',
|
||||
'required_dmarc_dns' => 'Required DMARC DNS entry',
|
||||
'required_dkim_dns' => 'Required DKIM DNS entry',
|
||||
],
|
||||
'dns' => [
|
||||
|
||||
Reference in New Issue
Block a user