mail: Migrate to marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m11s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m18s
Cachix / build (urithiru) (push) Successful in 1m20s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m11s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m18s
Cachix / build (urithiru) (push) Successful in 1m20s
This commit is contained in:
parent
2c70c4a162
commit
dc9c455043
57 changed files with 117 additions and 133 deletions
|
@ -15,7 +15,6 @@ in
|
|||
{ path = "/var/lib/postfix"; type = "cache"; }
|
||||
{ path = "/var/lib/redis-rspamd"; type = "cache"; }
|
||||
{ path = "/var/lib/rspamd"; type = "cache"; }
|
||||
{ path = "/var/sieve"; type = "data"; }
|
||||
];
|
||||
mailserver = {
|
||||
enable = true;
|
||||
|
@ -78,7 +77,7 @@ in
|
|||
aliases = [ "@estherdereys.be" ];
|
||||
};
|
||||
};
|
||||
indexDir = "${config.chvp.cachePrefix}/var/lib/dovecot/indices";
|
||||
indexDir = "/var/lib/dovecot/indices";
|
||||
fullTextSearch = {
|
||||
enable = false;
|
||||
memoryLimit = 4000;
|
||||
|
@ -127,12 +126,12 @@ in
|
|||
"spam@vuztc.ru"
|
||||
"mofos@theportalnetworks.com" # Someone registered my f-droid contact address on a porn site :(
|
||||
];
|
||||
mailDirectory = "${config.chvp.dataPrefix}/var/vmail";
|
||||
mailDirectory = "/var/vmail";
|
||||
useFsLayout = false;
|
||||
certificateScheme = "manual";
|
||||
certificateFile = certFile;
|
||||
keyFile = keyFile;
|
||||
dkimKeyDirectory = "${config.chvp.dataPrefix}/var/dkim";
|
||||
dkimKeyDirectory = "/var/dkim";
|
||||
};
|
||||
|
||||
services.dovecot2.sieve = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue