diff --git a/postfix/manifests/init.pp b/postfix/manifests/init.pp index be8e5f3..8c6078a 100644 --- a/postfix/manifests/init.pp +++ b/postfix/manifests/init.pp @@ -149,7 +149,7 @@ class postfix { ensure => mounted, atboot => true, device => "/var/run/saslauthd", - options => "bind", + options => "bind, errors=continue", fstype => "bind", dump => "0", pass => "0",