You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/email-security-dns-check/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
Oracle requires that certain records are added to a customers DNS to allow Oracle's email delivery service to send emails on the customers behalf. This prevents the customers emails from being flagged as spoofed.
4
4
5
+
### Disclaimer
6
+
7
+
This asset uses a rest API to make it possible to show the geo-locations of the email servers in the SPF DNS records. This is done by making an HTTP request to the ip-api.com service.
8
+
9
+
The requests to ip-api.com are done in a anonymous way. The privacy policy at ip-api.com mentions that they do not track or analyse access or use in any manner. No cookies are placed during use.
10
+
11
+
To protect and rate-limit the API the network IP address of the client is stored in memory (RAM) for up to 1 minute.
12
+
Any other information provided is discarded after the request is answered. Requests are not logged.
13
+
14
+
For more detail on the privacy policy, please visit [https://ip-api.com/privacy](https://ip-api.com/privacy).
15
+
16
+
This is not an official Oracle application and it is not supported by Oracle Support.
17
+
5
18
## Understanding SPF, DKIM, and DMARC
6
19
7
20
First a high level overview of the different protocols.
0 commit comments