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,
|
ensure => directory,
|
||||||
mode => "0750",
|
mode => "0750",
|
||||||
owner => "cyrus",
|
owner => "cyrus",
|
||||||
group => "mail",
|
group => "postfix",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fix broken ubuntu packaging
|
# Fix broken ubuntu packaging
|
||||||
|
|
Loading…
Add table
Reference in a new issue