Maddy: Difference between revisions

imported>Onny
Add infos about inboxes and users
imported>Onny
Add section about configuring dns records
Line 28: Line 28:


== Configuration ==
== Configuration ==
=== MX 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.
<syntaxhighlight lang="console">
# dig MX example.org
[...]
;; ANSWER SECTION:
example.org. 3364 IN MX 0 mx1.example.org.
# dig A mx1.example.org
[...]
;; ANSWER SECTION:
mx1.example.org. 3392 IN A 8.8.8.8
# dig AAAA mx1.example.org
[...]
;; ANSWER SECTION:
mx1.example.org. 3364 IN AAAA 2001:db8:85a3:8d3:1319:8a2e:370:7348
</syntaxhighlight>
Consult your domain provider on how to configure these records.


=== Managing users and inboxes ===
=== Managing users and inboxes ===