Maddy: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Add notes about SPF record
Line 29: Line 29:
== Configuration ==
== Configuration ==


=== MX DNS records ===
=== DNS records ===


Ensure that the domain you're going to use has <code>MX</code> DNS records probably configured. They should point to the correct public IP addresses of your server running Maddy.
Ensure that the domain you're going to use has <code>MX</code> DNS records probably configured. They should point to the correct public IP addresses of your server running Maddy.
Line 47: Line 47:
Consult your domain provider on how to configure these records.
Consult your domain provider on how to configure these records.


An other record called <code>SPF</code> should also be present, telling that only servers in the <code>MX</code> are allowed to send mails for this domain
<syntaxhighlight lang="console">
# dig TXT example.org
;; ANSWER SECTION:
example.org. 3600 IN TXT "v=spf1 mx ~all"
# dig TXT mx1.example.org
;; ANSWER SECTION:
mx1.example.org. 3600 IN TXT "v=spf1 mx ~all"
</syntaxhighlight>
=== Managing users and inboxes ===
=== Managing users and inboxes ===