On 25-Jun-2009, at 14:33, Ville Walveranta wrote:
It works except that the Postfix refresh message ("postfix/postfix-script: refreshing the Postfix mail system") is displayed despite of the attempt to redirect it to /dev/null? Any idea how I could hide it?
That refresh message is output on stderror, and you are only redirecting stdout.
in /bin/sh I believe the way to redirect (assuming you are using bash's sh) is
2>&1 -- So here's us, on the raggedy edge. Don't push me. And I won't push you.