cyrus: Changed the lmtp socket to group postfix, which is an ugly kludge.
This commit is contained in:
parent
289ccdc664
commit
4367919329
1 changed files with 8 additions and 1 deletions
|
@ -90,12 +90,19 @@ class cyrus {
|
|||
require => Package["cyrus-imapd-2.4"],
|
||||
}
|
||||
|
||||
file { "/run/cyrus/socket":
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => "cyrus",
|
||||
group => "postfix",
|
||||
}
|
||||
|
||||
# Fix broken ubuntu packaging
|
||||
file { "/run/cyrus/lock":
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => "cyrus",
|
||||
group => "postfix",
|
||||
group => "mail",
|
||||
}
|
||||
|
||||
# Fix broken ubuntu packaging
|
||||
|
|
Loading…
Add table
Reference in a new issue