Maddy: Difference between revisions

imported>Onny
Automatically read DKIM key from filesystem
imported>Onny
mNo edit summary
Line 62: Line 62:
</nowiki>}}
</nowiki>}}


Update the IPv4 and IPv6 addresses after <code>A</code> and <code>AAAA</code> to the one which points to the publc IP addresses of your mail server. The last entry is used by the <code>DKIM</code> authentication mechanism which enables recipients to verify the authenticity of mails send by your server. They key is read from the file generated by Maddy on the first startup at <code>/var/lib/maddy/dkim_keys/example.org_default.dns</code>.
Update the IPv4 and IPv6 addresses after <code>A</code> and <code>AAAA</code> to the one which points to the publc IP addresses of your mail server. The last entry is used by the <code>DKIM</code> authentication mechanism which enables recipients to verify the authenticity of mails send by your server. They key is read from the file generated by Maddy on the first startup at <code>/var/lib/maddy/dkim_keys/example.org_default.dns</code> and spitted in segments of 255 chars length to fulfill the DNS record requirements.


Now that your server also runs a DNS daemon besides the mail server, you have to configure it as the external nameserver of your domain <code>example.org</code>. Please consult your domain provider on how to do that.
Now that your server also runs a DNS daemon besides the mail server, you have to configure it as the external nameserver of your domain <code>example.org</code>. Please consult your domain provider on how to do that.