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"],
|
require => Package["cyrus-imapd-2.4"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { "/run/cyrus/socket":
|
||||||
|
ensure => directory,
|
||||||
|
mode => "0750",
|
||||||
|
owner => "cyrus",
|
||||||
|
group => "postfix",
|
||||||
|
}
|
||||||
|
|
||||||
# Fix broken ubuntu packaging
|
# Fix broken ubuntu packaging
|
||||||
file { "/run/cyrus/lock":
|
file { "/run/cyrus/lock":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => "0750",
|
mode => "0750",
|
||||||
owner => "cyrus",
|
owner => "cyrus",
|
||||||
group => "postfix",
|
group => "mail",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fix broken ubuntu packaging
|
# Fix broken ubuntu packaging
|
||||||
|
|
Loading…
Add table
Reference in a new issue