On 06-12-2013 17:45, Merve Temizer wrote:

I have a line in master.cf <http://master.cf>

apipe unix - n n - - pipe user=pstfx flags=Rq argv=perl /home/merve/myscript.pl <http://myscript.pl> null_sender= -f ${sender} -- ${recipient}

I see line

dsn=5.3.0, status=bounced (Command died with status 13: "perl". Command output: Permission denied at /home/merve/myscript.pl <http://myscript.pl> line 4. )

in /var/log/mail.log

In my perl code the line 4 is:

open OUTPUT, '>', "output.txt" or die $!;


I tried

chmod 777 /home/merve/output.txt
try with chmod 777 -R /home/merve

--
M.Atıf CEYLAN
Yurdum Yazılım

Reply via email to