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;
|
||||
fqdn = domainFqdn;
|
||||
domains = [domainFqdn];
|
||||
|
||||
virusScanning = true;
|
||||
|
||||
systemDomain = domainFqdn;
|
||||
systemName = domainFqdn;
|
||||
systemContact = "postmaster@${domainFqdn}";
|
||||
|
||||
dmarcReporting.enable = true;
|
||||
tlsrpt.enable = true;
|
||||
|
||||
fullTextSearch.enable = true;
|
||||
virusScanning = true;
|
||||
|
||||
mailboxes = {
|
||||
Archive = {
|
||||
|
|
@ -55,6 +56,7 @@ in {
|
|||
"rua@${domainFqdn}"
|
||||
"ruf@${domainFqdn}"
|
||||
"caa@${domainFqdn}"
|
||||
"tls@${domainFqdn}"
|
||||
];
|
||||
};
|
||||
"root@${domainFqdn}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue