Re: Misdeliveries of messages

2013-12-11 Thread M.Atıf CEYLAN
t to do "without executing". This is possible only with system chmod setting it's not related any language. -- M.Atıf CEYLAN Yurdum Yazılım

Re: Permission

2013-12-06 Thread M.Atıf CEYLAN
On 06-12-2013 18:14, Dominik George wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 "M.Atıf CEYLAN" schrieb: I tried chmod 777 /home/merve/output.txt try with chmod 777 -R /home/merve Don't. -BEGIN PGP SIGNATURE- Vers

Re: Permission

2013-12-06 Thread M.Atıf CEYLAN
nd 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/outpu

Re: Postfix randomizing outgoing IP using

2013-11-29 Thread M.Atıf CEYLAN
cot:\n"; syslog("info","Using: %s Transport Service", $local_domain); } else { print "200 $array[$random_smtp]\n"; syslog("info","Using: %s Transport Service", $random_smtp); } next; } print "200 smtp:"; } -- M.Atıf CEYLAN Yurdum Yazılım

Re: Postfix randomizing outgoing IP using

2013-11-29 Thread M.Atıf CEYLAN
, -- M.Atıf CEYLAN Yurdum Yazılım

Postfix randomizing outgoing IP using

2013-11-28 Thread M.Atıf CEYLAN
an email to a local domain, smtp server looks at the mx record of the domain. Can I use local transport and transport_maps together? Or is there a way to sending to local domains? Thanks, -- M.Atıf CEYLAN