dovecot enable
This commit is contained in:
parent
eeb92b85bd
commit
bbae79fd0d
1 changed files with 6 additions and 6 deletions
|
|
@ -39,12 +39,12 @@
|
||||||
&& config.osbmModules.hardware.disko.zfs.root.impermanenceRoot
|
&& config.osbmModules.hardware.disko.zfs.root.impermanenceRoot
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
# environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
# directories = [
|
directories = [
|
||||||
# # TODO write justifications for each of these
|
# TODO write justifications for each of these
|
||||||
# Dovecot is an open source IMAP and POP3 server
|
# Dovecot is an open source IMAP and POP3 server
|
||||||
# which means it handles email retrieval for users.
|
# which means it handles email retrieval for users.
|
||||||
# "/var/lib/dovecot" # owned by root
|
"/var/lib/dovecot" # owned by root
|
||||||
# "/var/lib/postfix" # owned by root
|
# "/var/lib/postfix" # owned by root
|
||||||
# {
|
# {
|
||||||
# directory = "/var/lib/rspamd";
|
# directory = "/var/lib/rspamd";
|
||||||
|
|
@ -77,8 +77,8 @@
|
||||||
# mode = "0755";
|
# mode = "0755";
|
||||||
# }
|
# }
|
||||||
# "/var/spool"
|
# "/var/spool"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue