Create vmail dir on fresh systems
This commit is contained in:
parent
f4d1009473
commit
cfa7da2051
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user