Add email service #526

Merged
raucao merged 30 commits from feature/email into master 2024-01-10 12:09:22 +00:00
Showing only changes of commit cfa7da2051 - Show all commits

View File

@ -28,6 +28,11 @@ user "vmail" do
manage_home false
end
directory "/var/vmail" do
owner "vmail"
group "mail"
end
template "/etc/dovecot/dovecot.conf" do
source "dovecot.conf.erb"
mode 0644