Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Service/smtp
(view source)
Revision as of 07:26, 29 July 2023
510 bytes added
,
07:26, 29 July 2023
Add SPF entry example.
Line 35:
Line 35:
Our domains use a non-strict (~all) [http://en.wikipedia.org/wiki/Sender_Policy_Framework SPF] records.
Our domains use a non-strict (~all) [http://en.wikipedia.org/wiki/Sender_Policy_Framework SPF] records.
+
+
You can add an spf record in the zone file in the form
+
+
hostname TXT "v=spf1 redirect=_spf.hostname.sugarlabs.org"
+
_spf.hostname TXT "v=spf1 ip4:IPv4_of_hostname/mask ip6:IPv6_of_hostname/64 a:hostname.sugarlabs.org mx:hostname.sugarlabs.org ~all"
+
+
The a and mx values are authorized mail server by domain name and authorized server by domain MX record, the MX record should also be defined
+
for hostname.
+
+
Also maintain spacing and formatting for each section you add in the zone file.
== DKIM ==
== DKIM ==
Chimosky
101
edits