Re: notification messages

2012-05-02 Thread Wietse Venema
Wietse: For example, if the application uses PHP, you can force an envelope sender like this; sendmail_path = /usr/sbin/sendmail.postfix -t -i -r bounce.addr...@server.domain.tld The envelope sender may also be specified via additional parameters to the mail() function.

Re: notification messages

2012-05-01 Thread DTNX Postmaster
On Apr 30, 2012, at 18:02, Amira Othman wrote: I changes return path from application but it's now writing in log that mail from is the same mail for return path which is not correct in my case. How can I separate return path and mail from to be different If the application sets both to the

Re: notification messages

2012-05-01 Thread Reindl Harald
Am 30.04.2012 18:02, schrieb Amira Othman: this has NOTHING to do with postfix-configuration the sender/envelope is controlled by the application sending mail I changes return path from application but it's now writing in log that mail from is the same mail for return path which is not

Re: notification messages

2012-05-01 Thread Wietse Venema
DTNX Postmaster: For example, if the application uses PHP, you can force an envelope sender like this; sendmail_path = /usr/sbin/sendmail.postfix -t -i -r bounce.addr...@server.domain.tld The envelope sender may also be specified via additional parameters to the mail() function.

RE: notification messages

2012-04-30 Thread Amira Othman
Am 27.04.2012 17:53, schrieb Amira Othman: To control the path of non-delivery notifications, the proper procedure is to set an appropriate envelope sender (SMTP MAIL FROM) address. You will referred to the correct procedure no matter how many times you ask for an incorrect one.

RE: notification messages

2012-04-27 Thread Amira Othman
On 4/26/2012 10:46 AM, Amira Othman wrote: Hi all I am working on project that requires notification messages of delivery not to be sent to users. I asked before and you told me that it's not good idea to disable notifications so what I need now is to redirect all notifications for each

Re: notification messages

2012-04-27 Thread Wietse Venema
Amira Othman: I need to prevent all notification messages of a domain from being sent to outside users that sends mail through postfix. Because the application that push mails already handles bounces so no need of notification to be sent again to the actual sender What you describe handles

RE: notification messages

2012-04-27 Thread Amira Othman
I need to prevent all notification messages of a domain from being sent to outside users that sends mail through postfix. Because the application that push mails already handles bounces so no need of notification to be sent again to the actual sender What you describe handles only mail

Re: notification messages

2012-04-27 Thread Reindl Harald
Am 27.04.2012 17:53, schrieb Amira Othman: To control the path of non-delivery notifications, the proper procedure is to set an appropriate envelope sender (SMTP MAIL FROM) address. You will referred to the correct procedure no matter how many times you ask for an incorrect one.

Re: notification messages

2012-04-26 Thread Noel Jones
On 4/26/2012 10:46 AM, Amira Othman wrote: Hi all I am working on project that requires notification messages of delivery not to be sent to users. I asked before and you told me that it's not good idea to disable notifications so what I need now is to redirect all notifications for each