cyrus: Even though postfix belongs to the mail group it cannot deliver unless the socket dir's group is postfix. Need to get the ubuntu package fixed.
This commit is contained in:
parent
940d74debc
commit
289ccdc664
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class cyrus {
|
|||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => "cyrus",
|
||||
group => "mail",
|
||||
group => "postfix",
|
||||
}
|
||||
|
||||
# Fix broken ubuntu packaging
|
||||
|
|
Loading…
Add table
Reference in a new issue