Create vmail dir on fresh systems

This commit is contained in:
Râu Cao 2024-01-08 10:47:19 +03:00
parent f4d1009473
commit cfa7da2051
Signed by: raucao
GPG Key ID: 37036C356E56CC51

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