Re: Permission

2013-12-07 Thread Merve Temizer
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

Permission

2013-12-06 Thread Merve Temizer
I have a line in master.cf apipe unix - n n - - pipe user=pstfx flags=Rq argv=perl /home/merve/ 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 line 4. )

Re: Does piping to a script require injection of mail after process

2013-12-04 Thread Merve Temizer
Thanks for response. It is "b)" . By "milter" do you mean filtering before queue, am i right? Because there is a title of the page http://www.postfix.org/MILTER_README.html that makes me think "milter is filtering before queue". Am i right? If so, as i understand, before queue filtering is some

Re: Does piping to a script require injection of mail after process

2013-12-04 Thread Merve Temizer
Sorry about my mails before response, but i saw the page :http://www.postfix.org/FILTER_README.html#simple_filter Do i have to use sendmail to inject mail back, does not it become an infinite loop, how can i manage this, is not there a cleaner way? Thanks for patience. 2013/12/4 Merve Temizer

Re: Does piping to a script require injection of mail after process

2013-12-04 Thread Merve Temizer
I need to run a perl or java script to save all incoming mails, but at first i need to test if my piping configuration is working, and i need to know if i must do something after saving mail in a perl or Java code. 2013/12/4 Merve Temizer > Thanks for respons. > > My conf

Re: Does piping to a script require injection of mail after process

2013-12-04 Thread Merve Temizer
, 2013 at 10:56:50AM +0200, Merve Temizer wrote: > > I followed the steps on the page > > > http://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script > > > > I wrote something on console by a script but could not see my mails

Does piping to a script require injection of mail after process

2013-12-04 Thread Merve Temizer
I followed the steps on the page http://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script I wrote something on console by a script but could not see my mails in directory

Re: Save mails into custom DB

2013-11-13 Thread Merve Temizer
Thanks very much for your patience. 2013/11/13 Wietse Venema > Merve Temizer: > > here in below code, what should i write after d or something else to get > > all mimemessage and parameter, and how can i handle that parameter, how > > will it come, as a java object???

Re: Save mails into custom DB

2013-11-13 Thread Merve Temizer
n the username part is user. A command-line argument that contains ${user} expands into as many command-line arguments as there are recipients. This information is modified by the u flag for case folding. 2013/11/13 Wietse Venema > Merve Temizer: > > here in below code, what should i wr

Re: Save mails into custom DB

2013-11-13 Thread Merve Temizer
here in below code, what should i write after d or something else to get all mimemessage and parameter, and how can i handle that parameter, how will it come, as a java object??? javapipe unix - n n - - pipe user=pstfx flags=DRhuX argv=echo 'merveee' -d ${recipient} 2013/11/13 Mer

Re: Save mails into custom DB

2013-11-13 Thread Merve Temizer
s probably: > > > https://github.com/timprepscius/mailiverse/blob/master/install/setup-postfix.remote > and > https://github.com/timprepscius/mailiverse/tree/master/deploy/postfix-user > > -tim > > > > > > On 10/20/13, Stan Hoeppner wrote: > >

Re: Temporary lookup failure with ldap

2013-11-12 Thread Merve Temizer
Thanks, it was solved as my previous answer. 2013/11/11 Wietse Venema > Merve Temizer: > > If i do not need why i am getting "Temporary lookup failure" for every > > attempt while i was sending mail through telnet? > > Wietse > > The reason for the failure

Temporary lookup failure with ldap

2013-11-11 Thread Merve Temizer
Hello, Below lines are from: http://www.postfix.org/ldap_table.5.html Upon receiving mail for a local address "ldapuser" that isn't found in the /etc/aliases database, Postfix will search the LDAP server listening at port 389 on ldap.exam- ple.com. It will bind anonymously, search for any direc

Re: Ldap users' mails

2013-11-06 Thread Merve Temizer
that i add into ldap? Thanks very much. 2013/11/6 Noel Jones > On 11/6/2013 2:46 AM, Merve Temizer wrote: > > http://www.postfix.org/LDAP_README.html > > > > In above link if i use "example local 8 aliases"where will mails be > > recorded in? > >

Ldap users' mails

2013-11-06 Thread Merve Temizer
http://www.postfix.org/LDAP_README.html In above link if i use "example local 8 aliases"where will mails be recorded in?

Encrypted password at SASL LDAP Authentication

2013-11-05 Thread Merve Temizer
Hello At the link http://www.postfix.org/SASL_README.html#auxprop_ldapdb there is a statement that if i need to use encrypted password, there is no documentation for explaining Postfix's LDAP authentication with encrypted password. Is there a new document that tells how can i authenticate postf

Re: Save mails into custom DB

2013-10-20 Thread Merve Temizer
> the relevant existing code is probably: > > > https://github.com/timprepscius/mailiverse/blob/master/install/setup-postfix.remote > and > https://github.com/timprepscius/mailiverse/tree/master/deploy/postfix-user > > -tim > > > > > > On 10/20/13, Stan Ho

Save mails into custom DB

2013-10-19 Thread Merve Temizer
Hi, i have a question. What is the most appropriate way to save mails into a database that i built before. I mean, i have a custom structured database and i need to save mails into that database. Some time ago i was using James server and wrote a bunch of Java code, Also i had a chance to use JPA b