To ensure security, reliable communication, and platform integrity, Directory9 requires all users to register with a valid email address. This email address must include proper DNS records for:
MX records tell the internet which mail server accepts incoming email for your domain. Without a valid MX, many systems (including Directory9) treat the address as unreachable.
Key rules:
mail.yourdomain.com), not an IP.Example MX Records (self-hosted mail):
Name: yourdomain.com
Type: MX
Priority: 10
Value: mail.yourdomain.com.
Example MX (Google Workspace):
Priority 1 ASPMX.L.GOOGLE.COM.
Priority 5 ALT1.ASPMX.L.GOOGLE.COM.
Priority 5 ALT2.ASPMX.L.GOOGLE.COM.
Priority 10 ALT3.ASPMX.L.GOOGLE.COM.
Priority 10 ALT4.ASPMX.L.GOOGLE.COM.
Example MX (Microsoft 365):
Priority 0 yourdomain-com.mail.protection.outlook.com.
Common mistakes to avoid:
After adding/updating records, allow DNS to propagate, then verify:
You can also use the tools below (already listed on this page): DNS Checker, MXToolbox, Mail-Tester, or dmarcian.
Confirms which mail servers are allowed to send email on behalf of your domain.
Example SPF Records:
If your server sends directly:
v=spf1 +a +mx ip4:000.000.000.000 ~all
If you send through your server and also use Google as a relay:
v=spf1 +a +mx ip4:000.000.000.000 include:_spf.google.com ~all
If you only use Google (Gmail/Google Workspace) for sending email:
v=spf1 include:_spf.google.com ~all
Adds a digital signature to verify that the message wasn't altered during transmission.
Example DKIM Record:
Name: default._domainkey.yourdomain.com
Value: v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnX8...
Tells receiving servers how to handle emails that fail SPF or DKIM checks.
Example DMARC Record:
v=DMARC1; p=quarantine; rua=mailto:[email protected]
Use one of these free tools to verify your email setup:
Invalid or misconfigured email addresses can cause bounce-backs, damage Directory9’s email server reputation, and prevent important messages from reaching you and other users.
To maintain platform security and reliability, accounts using non-compliant email addresses may be suspended or removed.