Re: turn off mailer daemon returns

2012-06-20 Thread Wael MANAI
Hi, Just to thank everybody, now I received all the mailer-daemon and I can control the messages sent. Le mardi 12 juin 2012 à 12:38 -0500, Noel Jones a écrit : > On 6/12/2012 11:47 AM, Wael MANAI wrote: > > with internal_mail_filter_classes and header_checks I can redirect > > the message to my

Re: turn off mailer daemon returns

2012-06-12 Thread Noel Jones
On 6/12/2012 11:47 AM, Wael MANAI wrote: > with internal_mail_filter_classes and header_checks I can redirect > the message to my software in order to change X-Mms-Transaction-ID > parameter. But when I send the mailer-daemon with the good > parameter, the message loops. > > Here are my settings:

Re: turn off mailer daemon returns

2012-06-12 Thread Wael MANAI
with internal_mail_filter_classes and header_checks I can redirect the message to my software in order to change X-Mms-Transaction-ID parameter. But when I send the mailer-daemon with the good parameter, the message loops. Here are my settings: In main.cf: internal_mail_filter_classes = bounce hea

Re: turn off mailer daemon returns

2012-06-05 Thread DTNX Postmaster
On Jun 5, 2012, at 16:04, Wael MANAI wrote: > MM4 parameter X-Mms-Transaction-ID First, read up: http://www.google.com/search?q=top+posting Then have another look at the documentation; http://www.postfix.org/postconf.5.html#internal_mail_filter_classes http://www.postfix.org/postconf.5.html#he

Re: turn off mailer daemon returns

2012-06-05 Thread Wael MANAI
MM4 parameter X-Mms-Transaction-ID thx Le lundi 04 juin 2012 à 13:51 +0200, DTNX Postmaster a écrit : > On Jun 4, 2012, at 10:31, Wael MANAI wrote: > > > I read the links and tried some configuration modifications with > > soft_bounce and internal_mail_filter_classes parameters but the > > no

Re: turn off mailer daemon returns

2012-06-04 Thread DTNX Postmaster
On Jun 4, 2012, at 10:31, Wael MANAI wrote: > I read the links and tried some configuration modifications with soft_bounce > and internal_mail_filter_classes parameters but the notification is still > sent to sender. I need to intercept this message in order to modify one > parameter value befo

Re: turn off mailer daemon returns

2012-06-04 Thread Wael MANAI
I read the links and tried some configuration modifications with soft_bounce and internal_mail_filter_classes parameters but the notification is still sent to sender. I need to intercept this message in order to modify one parameter value before sending it. Le vendredi 01 juin 2012 à 15:09 +0200,

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Thank you Jona, i am gona see your links Le vendredi 01 juin 2012 à 11:50 +0200, DTNX Postmaster a écrit : > On Jun 1, 2012, at 09:49, Wael MANAI wrote: > > > Well, I use postfix for MMS sending (MM4 protocol which is based on SMTP). > > I am working on a hub system i.e I received MMS from one

Re: turn off mailer daemon returns

2012-06-01 Thread DTNX Postmaster
On Jun 1, 2012, at 09:49, Wael MANAI wrote: > Well, I use postfix for MMS sending (MM4 protocol which is based on SMTP). I > am working on a hub system i.e I received MMS from one GSM operator, I do > some adaptations and I forward the MMS to the destination. Sometimes for > example the recipie

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Well, I use postfix for MMS sending (MM4 protocol which is based on SMTP). I am working on a hub system i.e I received MMS from one GSM operator, I do some adaptations and I forward the MMS to the destination. Sometimes for example the recipient may be rejected by the remote mailer so I need to int

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Well, I use postfix for MMS sending (MM4 protocol which is based on SMTP). I am working on a hub system i.e I received MMS from one GSM operator, I do some adaptations and I forward the MMS to the destination. Sometimes for example the recipient may be rejected by the remote mailer so I need to int

Re: turn off mailer daemon returns

2012-06-01 Thread Wietse Venema
> Any idea? > > Le jeudi 31 mai 2012 ? 17:49 +0200, Wael MANAI a ?crit : > > > Hi everybody, > > > > I would like to know if it's possible to prevent postfix to NOT send a > > MAILER DAEMON email back to the sender if something is wrong? Yes. People who want to turn off error reports usually ha

Re: turn off mailer daemon returns

2012-06-01 Thread Ram
You can enable soft bounce. So NDR mails will be pending in the queue But I am not sure really want to do this. Why should you not notify senders of delivery failures ? What is the real problem you want to solve ? On 06/01/2012 12:36 PM, Wael MANAI wrote: Any idea? Le jeudi 31 mai 2012 à

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Any idea? Le jeudi 31 mai 2012 à 17:49 +0200, Wael MANAI a écrit : > Hi everybody, > > I would like to know if it's possible to prevent postfix to NOT send a > MAILER DAEMON email back to the sender if something is wrong? > > thanks in advance,