Re: AW: How to change queue id?

2012-10-10 Thread Jeroen Geilman
On 10/03/2012 11:30 PM, Steffen Schebesta wrote: Thanks for all the insightful answers. So, I actually use the long_queue_ids options and I save the queue_ids to a database to later compare them to the queue_ids found in the mail log to parse and mark the bounces. The problem - and thus the

RE: AW: AW: How to change queue id?

2012-10-08 Thread Steffen Schebesta
-us...@postfix.org] On Behalf Of Wietse Venema Sent: Sonntag, 7. Oktober 2012 13:59 To: Postfix users Subject: Re: AW: AW: How to change queue id? Steffen Schebesta: Hello Witse, I really don't want to get on your nerves but as far as I understand using the standardized bounce messages from

Re: How to change queue id?

2012-10-08 Thread /dev/rob0
Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Sonntag, 7. Oktober 2012 13:59 To: Postfix users Subject: Re: AW: AW: How to change queue id? Steffen Schebesta: Hello Witse, I really don't want to get on your

Re: AW: AW: How to change queue id?

2012-10-08 Thread Stan Hoeppner
-us...@postfix.org] On Behalf Of Wietse Venema Sent: Sonntag, 7. Oktober 2012 13:59 To: Postfix users Subject: Re: AW: AW: How to change queue id? Steffen Schebesta: Hello Witse, I really don't want to get on your nerves but as far as I understand using the standardized bounce messages from

Re: AW: AW: How to change queue id?

2012-10-08 Thread Wietse Venema
Steffen Schebesta: Hello Wietse, ok, here is my problem in detail: I pass mails to Postfix through smtpd. Postfix sends them out and returns the queue_id. ... I parse the mail.log for bounces every hour. When I find a bounce in the log You are re-inventing an old wheel: it's called list

Re: AW: AW: How to change queue id?

2012-10-07 Thread Wietse Venema
Steffen Schebesta: Hello Witse, I really don't want to get on your nerves but as far as I understand using the standardized bounce messages from Postfix Start explaining the problem. Stop talking about what you think are solutions. Stop wasting everyone's time on this mailing list. You have an

AW: AW: How to change queue id?

2012-10-06 Thread Steffen Schebesta
-postfix-us...@postfix.org] Im Auftrag von Wietse Venema Gesendet: Donnerstag, 4. Oktober 2012 14:26 An: Postfix users Betreff: Re: AW: How to change queue id? Steffen Schebesta: If that doesn't work though then maybe I could work around this problem. I thought about adding the message-id

Re: How to change queue id?

2012-10-06 Thread Reindl Harald
Am 06.10.2012 18:20, schrieb Steffen Schebesta: Using Wietse's first approach (adding a custom id to the MAIL FROM address as an extension) I have tried to output the sender's address in the same line of the mail.log as the bounce message. I believe I would need to change the

Re: AW: AW: How to change queue id?

2012-10-06 Thread Wietse Venema
Steffen Schebesta: Using Wietse's first approach (adding a custom id to the MAIL FROM address as an extension) I have tried to output the sender's address in the same line of the mail.log as the bounce message. To this end, YOU specify the sender address AT MAIL SUBMISSION TIME, instead of

Re: AW: AW: How to change queue id?

2012-10-06 Thread Wietse Venema
Am 06.10.2012 um 23:22 schrieb Wietse Venema wie...@porcupine.org: Steffen Schebesta: Using Wietse's first approach (adding a custom id to the MAIL FROM address as an extension) I have tried to output the sender's address in the same line of the mail.log as the bounce message. To

Re: AW: How to change queue id?

2012-10-04 Thread Stan Hoeppner
. Oktober 2012 18:47 An: Postfix users Betreff: Re: How to change queue id? Steffen Schebesta: Hello everybody, I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. Now I'm trying to change the queue_id for each email in Postfix 2.9 source

Re: AW: How to change queue id?

2012-10-04 Thread Wietse Venema
Steffen Schebesta: If that doesn't work though then maybe I could work around this problem. I thought about adding the message-id to the bounce message but that probably Postfix has lots of options to identify a returned message. 1) You can encode the unique identifier in the envelope sender

RE: AW: How to change queue id?

2012-10-04 Thread Steffen Schebesta
- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Donnerstag, 4. Oktober 2012 14:26 To: Postfix users Subject: Re: AW: How to change queue id? Steffen Schebesta: If that doesn't work though then maybe I could work around this problem

How to change queue id?

2012-10-03 Thread Steffen Schebesta
Hello everybody, I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. Now I'm trying to change the queue_id for each email in Postfix 2.9 source code so that it is equal to the Message-ID (it is unique, don't worry) that I set in the email

Re: How to change queue id?

2012-10-03 Thread Reindl Harald
Am 03.10.2012 16:53, schrieb Steffen Schebesta: I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. Now I'm trying to change the |queue_id| for each email in Postfix 2.9 source code so that it is equal to the |Message-ID| (it is unique,

Re: How to change queue id?

2012-10-03 Thread Viktor Dukhovni
On Wed, Oct 03, 2012 at 04:53:22PM +0200, Steffen Schebesta wrote: I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. One or more recipients. And it may receive one or more copies of the original message if it was sent to many recipients.

Re: How to change queue id?

2012-10-03 Thread Noel Jones
On 10/3/2012 9:53 AM, Steffen Schebesta wrote: Now I'm trying to change the |queue_id| for each email in Postfix 2.9 source code so that it is equal to the |Message-ID| (it is unique, don't worry) that I set in the email header when passing the email to Postfix through smtpd. Why? At any

Re: How to change queue id?

2012-10-03 Thread Wietse Venema
Steffen Schebesta: Hello everybody, I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. Now I'm trying to change the queue_id for each email in Postfix 2.9 source code so that it is equal to the Message-ID (it is unique, don't worry) that I

AW: How to change queue id?

2012-10-03 Thread Steffen Schebesta
Gesendet: Mittwoch, 3. Oktober 2012 18:47 An: Postfix users Betreff: Re: How to change queue id? Steffen Schebesta: Hello everybody, I deliver mails to my Postfix through smtpd. Postfix then takes it and sends it out to the recipient. Now I'm trying to change the queue_id for each email