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

This commit is contained in:
Charlotte Van Petegem 2024-11-11 13:37:30 +01:00
parent 2c70c4a162
commit dc9c455043
No known key found for this signature in database
GPG key ID: 019E764B7184435A
57 changed files with 117 additions and 133 deletions

View file

@ -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 = {