Skip to content
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0026

Question

I'm trying to get Exim to connect an alias to a pipe, but it always gives error code 127, with the comment (could mean unable to exec or command does not exist).

Answer

If your alias entry looks like this:

alias:  |"/some/command some parameters"

change it to look like this:

alias:  "|/some/command some parameters"

Clone this wiki locally