This commit is contained in:
parent
9d37e97f5d
commit
72340afbfa
1 changed files with 5 additions and 3 deletions
|
|
@ -15,14 +15,15 @@ in {
|
||||||
stateVersion = 3;
|
stateVersion = 3;
|
||||||
fqdn = domainFqdn;
|
fqdn = domainFqdn;
|
||||||
domains = [domainFqdn];
|
domains = [domainFqdn];
|
||||||
|
|
||||||
virusScanning = true;
|
|
||||||
|
|
||||||
systemDomain = domainFqdn;
|
systemDomain = domainFqdn;
|
||||||
systemName = domainFqdn;
|
systemName = domainFqdn;
|
||||||
|
systemContact = "postmaster@${domainFqdn}";
|
||||||
|
|
||||||
dmarcReporting.enable = true;
|
dmarcReporting.enable = true;
|
||||||
|
tlsrpt.enable = true;
|
||||||
|
|
||||||
fullTextSearch.enable = true;
|
fullTextSearch.enable = true;
|
||||||
|
virusScanning = true;
|
||||||
|
|
||||||
mailboxes = {
|
mailboxes = {
|
||||||
Archive = {
|
Archive = {
|
||||||
|
|
@ -55,6 +56,7 @@ in {
|
||||||
"rua@${domainFqdn}"
|
"rua@${domainFqdn}"
|
||||||
"ruf@${domainFqdn}"
|
"ruf@${domainFqdn}"
|
||||||
"caa@${domainFqdn}"
|
"caa@${domainFqdn}"
|
||||||
|
"tls@${domainFqdn}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"root@${domainFqdn}" = {
|
"root@${domainFqdn}" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue