DNS Configuration Reference: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Line 1: Line 1:
{{Stub}}<br />
{{Stub}}<br />Sympl automatically generates (but does not currently upload) DNS files gfor
==Configuration Reference==
==Configuration Reference==
<section begin=config />
<section begin=config />
Line 8: Line 8:
!More
!More
|-
|-
|<code>.../config/dns/</code>
|Contains generated [[DNS]] files.
|
|
|-
|<code>.../config/ttl</code>
|Sets the '[[Time To Live]]' for generated DNS entries in seconds. Defaults to <code>300</code> (5 min).
|
|-
|<code>.../config/spf</code>
|Enables generation of an [[SPF]] record for the domain. Defaults to <code>v=spf1 +a +mx ?all</code>.
|
|-
|<code>.../config/dmarc</code>
|Enables generation of a [[DMARC]] record for the domain. Defaults to <code>v=DMARC1; p=quarantine; sp=none:300</code>.
|
|
|-
|<code>.../config/dkim</code>
|Sets the DKIM 'selector'. Defaults to the short hostname of the server. See also [[DKIM]] to enable signing of email.
|
|
|}<section end=config /><blockquote>See also [[Configuration_Reference|Configuration Reference]] for other configuration files.</blockquote>
|}<section end=config /><blockquote>See also [[Configuration_Reference|Configuration Reference]] for other configuration files.</blockquote>

Revision as of 16:07, 18 July 2019

This article is a Stub. You can help the Sympl Project by expanding it.


Sympl automatically generates (but does not currently upload) DNS files gfor

Configuration Reference

File or Directory Used For More
.../config/dns/ Contains generated DNS files.
.../config/ttl Sets the 'Time To Live' for generated DNS entries in seconds. Defaults to 300 (5 min).
.../config/spf Enables generation of an SPF record for the domain. Defaults to v=spf1 +a +mx ?all.
.../config/dmarc Enables generation of a DMARC record for the domain. Defaults to v=DMARC1; p=quarantine; sp=none:300.
.../config/dkim Sets the DKIM 'selector'. Defaults to the short hostname of the server. See also DKIM to enable signing of email.

See also Configuration Reference for other configuration files.