Yes it is for testing
When i run perl script alone with another input, i can see some output in
output.txt.
But maybe you are right maybe i should write /home/merve/output.txt
The problem is permission denied line in maillog and being not to able to
see mail in output.txt
06 Ara 2013 18:33 tarihi
Merve Temizer schrieb:
>When i run perl script alone with another input, i can see some output
>in
>output.txt.
I think the issue is not that permission is denied on the file you intend to
use, the issue is that you expect the script to run with CWD=/home/merve. Did
you write any code to chdir
On 06 Dec 2013, at 17:21 , Jose Borges Ferreira wrote:
> I've setup a Postfix like this, having on the submission port a bigger
> value than the message_size_limit specified in main.cf
>
> main.cf
> message_size_limit = 1000
>
> master.cf
> smtp inet n - n - -
On 12/06/2013 08:19 AM, Andreas Kasenides wrote:
Thank you for the reply.
On 05-12-2013 15:26, Charles Marcus wrote:
On 2013-12-05 7:50 AM, Andreas Kasenides wrote:
smtpd_client_restrictions =
permit_mynetworks
permit_sasl_authenticated
reject_unknown_client
permit
Obviously