Re: [Exim] Pipe.

Pàgina inicial
Delete this message
Reply to this message
Autor: Dave C.
Data:  
A: Dennis S.Davidoff
CC: EXIM, vadik
Assumpte: Re: [Exim] Pipe.
<-- Warning: charset 'X-UNKNOWN' is not supported -->

Have you tried running the script directly, outside of exim? Perhaps
there is a problem with it (one possibility that springs to mind is
that the #!/.../perl line at the top is not pointing to where perl
lives on your system)

On Thu, 27 Jul 2000, Dennis S.Davidoff wrote:

> 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?
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> su-2.03# ls -l /usr/bin/perl
> -r-xr-xr-x 3 root wheel 9360 20 ??? 1999 /usr/bin/perl
> su-2.03# ls -l /usr/local/parser/parse.pl
> -rwxrwxr-- 1 root den 4130 27 ??? 15:21 /usr/local/parser/parse.pl
> su-2.03#
>
> I have trying to cmod 777 ... and still nothing. Again about this message:
> Can't open perl script "/usr/local/parser/parse.pl": Permission denied
> > 554 "| /usr/local/parser/parse.pl"... unknown mailer error 13
>
> :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.
> ^^^^
> I try to make log ... but this won't work because script dosen't work (EXIM
> is wont run my script), therefore no logs.
>
> So any comments? :((
>
> --"The Securities Market Magazine" Inc.
> With best regards,
> Dennis S.Davidoff (System Administrator).
>
> Pager/Fax: +7 (095) 705-9285, #54671.
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>


--