dovecot enable

This commit is contained in:
Osman Faruk Bayram 2025-11-05 19:45:44 +03:00
parent eeb92b85bd
commit bbae79fd0d

View file

@ -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"
# ]; ];
# }; };
}) })
]; ];
} }