Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

DocuBuilder en DocuFlow maken gebruik van een meegeleverde SMTP-server om and DocuFlow use a supplied SMTP server to send e-mails te verzenden. Om er voor te zorgen dat deze e-mails ook daadwerkelijk bij de ontvanger aan komen en op een veilige manier worden verstuurd, zullen er een aantal aanpassingen in de DNS-server moeten worden doorgevoerd. To ensure that these e-mails actually arrive at the recipient and are sent in a secure manner, a number of changes will have to be made to the DNS server.

Tip

Tip!
Gebruik Use mail-tester.com om te testen of je DNS goed is ingericht to test if your DNS is set up properly!

Note
Verplicht

Required:

Aanpassen

Modify SPF

-

record

  1. Ga op zoek naar het SPF-record. Als er nog geen andere maildiensten in de DNS-server staan, ziet deze er meestal als volgt uitLook for the SPF record. If there are no other mail services in the DNS server yet, it usually looks like this:

    Code Block
    v=spf1 a mx
  2. Voeg hier aan toeAdd to this:

    Code Block
     include:_spf.cobytes.email ~all
  3. Het volledige The full SPF -record ziet er nu als volgt uitrecord now looks like this:

    Code Block
    v=spf1 a mx include:_spf.cobytes.email ~all

NB: Vergeet niet de toevoeging Note: Don't forget the addition ~all, deze it is altijd nodig. Bij gebruik van meerdere maildiensten ziet dit er als volgt uitalways needed. When using multiple mail services, this looks like this:

  • Code Block
    v=spf1 a mx include:spf.protection.outlook.com include:_spf.cobytes.email ~all
Note
Verplicht

Required: Modify DKIM

-

record

aanpassen

DomainKeys Identified Mail (DKIM) is een techniek waarbij een organisatie verantwoordelijkheid kan nemen voor een bericht dat per a technique whereby an organization can take responsibility for a message sent by e-mail wordt verzonden. Door DKIM te gebruiken kan spam bestreden worden.Vul het TXT-By using DKIM, spam can be combated.

Fill in the TXT record mailfilter._domainkey.jouwdomeinnaam.nl met de gegevens die je van Documizers hebt gekregen:yourdomainname.nl with the data that you got from

  • Code Block
    "v=DKIM1; g=*; k=rsa; p=jouw-gegenereerde-public-key"

    NB: Vergeet niet de dubbele quotes vóór en na het record!

    Voorbeeld van het DKIM-record van DocumizersNote: Don't forget the double quotes before and after the record!

  • Example of Documizers' DKIM record:

https://documizers.atlassian.net/wiki/spaces/DFSalesforce