Hi folks,
I am running postfix mail gateways on several UNIXes, and they have the
same or similar configurations.
On my NetBSD gateway I get lots of these errors in the mail log:
spawn[18506]: fatal: spawn_comand: execvp
/usr/local/lib/postfix-policyd-spf-perl: No such file or directory
This is the entry in master.cf:
policy unix - n n - 0
spawn
user=nobody
argv=/usr/local/lib/postfix-policyd-spf-perl
and this is the entry in main.cf:
check_policy_service
unix:private/policy
If I /*copy*/ the path from the error message above and do an ls -l on
it, it works, so the file is there:
bash-4.0# ls -l /usr/local/lib/postfix-policyd-spf-perl
-rwxr-xr-x 1 root wheel 11526 Aug 21 17:19
/usr/local/lib/postfix-policyd-spf-perl
The rights on the file and the path are the same or similar as those on
the gateways where that works. I am simply stuck where to look at - any
hint or help is appreciated.
Dirk