134
edits
(→Hosts) |
No edit summary |
||
Line 36: | Line 36: | ||
(As you can see, all services are on the same server for now.) | (As you can see, all services are on the same server for now.) | ||
== Special DNS entries == | |||
The following entries are used for email: | |||
{| class="wikitable" | |||
!Type !! Host !! Data !! Purpose | |||
|- | |||
|MX || @ || smtp.feministwiki.org || Mail server | |||
|- | |||
|TXT || @ || v=spf1 mx -all || Sender Policy Framework | |||
|} | |||
And the following SRV records for XMPP: | |||
{| class="wikitable" | |||
!Service !! Protocol !! Name !! Destination !! Port | |||
|- | |||
|_xmpp-client || _tcp || @ || xmpp.feministwiki.org || 5222 | |||
|- | |||
|_xmpp-server || _tcp || @ || xmpp.feministwiki.org || 5269 | |||
|} | |||
== SSH access == | == SSH access == |