Re: [Exim] One more time, pipe - another quastion.

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Vadim Vygonets
日付:  
To: EXIM
題目: Re: [Exim] One more time, pipe - another quastion.
Quoth Dennis S.Davidoff on Tue, Jul 25, 2000:
> Can't open perl script "/usr/local/parser/parse.pl": Permission denied
> 554 "| /usr/local/parser/parse.pl"... unknown mailer error 13
>
> -rwxr-x--- 1 root wheel 542 25 ??? 14:07 /etc/parse.conf
>
> -rwxrwx--x 1 root wheel 4116 25 ??? 15:09 parse.pl
>
> I have 'exim_user = root' in my configration file.


Hmm... Try to make the file readable by "other" (permissions
0775). Under what UID do the pipes run (message_filter_user)?
What are the permissions on your perl binary?

As the last resort, try to make the script just write some log
entry to a temporary file and see whether the said entry is
actually written there.

Vadik.

-- 
Any language that involves exposing private parts to friends is a
tad suspect...
    -- Geoff Lane in the Monastery, about C++