/var/mail is special OOOPS
This commit is contained in:
parent
23283f6141
commit
9d0eb74928
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
device = "/dev/disk/by-uuid/a72da670-f631-49b1-bcb3-6d378cc1f2d0";
|
device = "/dev/disk/by-uuid/a72da670-f631-49b1-bcb3-6d378cc1f2d0";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
fileSystems."/var/mail" = {
|
fileSystems."/var/vmail" = {
|
||||||
device = "/dev/disk/by-uuid/23c44c93-5035-4e29-9e46-75c1c08f4cea";
|
device = "/dev/disk/by-uuid/23c44c93-5035-4e29-9e46-75c1c08f4cea";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,12 +23,13 @@ flake-inputs:
|
||||||
|
|
||||||
# Fun dovecot stuff :
|
# Fun dovecot stuff :
|
||||||
|
|
||||||
mailDirectory = "/var/mail/vmail/"; # directory to store mail
|
mailDirectory = "/var/vmail/vmail/"; # directory to store mail it was /var/mail/vmail but
|
||||||
|
# /var/mail ist special
|
||||||
|
|
||||||
hierarchySeparator = "/"; # seperator for imap mailboxes from client view
|
hierarchySeparator = "/"; # seperator for imap mailboxes from client view
|
||||||
|
|
||||||
# Caching of search indices
|
# Caching of search indices
|
||||||
indexDir = "/var/mail/lib/dovecot/indices";
|
indexDir = "/var/vmail/lib/dovecot/indices";
|
||||||
fullTextSearch = {
|
fullTextSearch = {
|
||||||
enforced = "body"; # only brute force headers if no search index is available
|
enforced = "body"; # only brute force headers if no search index is available
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue