Rather use bsd-mailx on Debian.
It is smaller than the feature-bloated heirloom-mailx.
This commit is contained in:
parent
2f37d6cc9d
commit
d374575bfb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class postfix {
|
||||||
}
|
}
|
||||||
|
|
||||||
if $operatingsystem == 'debian' {
|
if $operatingsystem == 'debian' {
|
||||||
Package[mailx] { name => 'heirloom-mailx' }
|
Package[mailx] { name => 'bsd-mailx' }
|
||||||
}
|
}
|
||||||
|
|
||||||
service { "postfix":
|
service { "postfix":
|
||||||
|
|
Loading…
Reference in a new issue