Wim Groen:
> Hi,
>
> I've got a postfix server with spamassassin running. If one of my
> customers is on vacation he can turn on auto reply. For this I created a
> script /usr/local/bin/responder.
> It always worked but the last days it is stopped. I get the following
> error in the maillog:
> status=deferred (temporary failure. Command output: pipe: fatal:
> pipe_command: execvp /usr/local/bin/responder: No such file or directory
> )
>
> This is the master.cf:
> vacation unix - n n - - pipe
> flags=FRq user=vmail argv=/usr/local/bin/responder ${sender}
> ${recipient}
>
> When I look at the file it looks good:
> -rwxr-xr-x 1 root root 3871 Jul 31 2007 responder
>
> Can you help me out?
Check your AppArmor, SeLinux, etc. configuration.
Wietse