From: Victor Duchovni (no email)
Date: Sun Aug 01 2004 - 16:35:01 EDT
On Sun, Aug 01, 2004 at 10:18:16PM +0200, Piotr Koper wrote:
> > Nothing of this sort should be necessary:
> >
> > $ postconf -d | grep noti
> > 2bounce_notice_recipient = postmaster
> > bounce_notice_recipient = postmaster
> > delay_notice_recipient = postmaster
> > error_notice_recipient = postmaster
> > notify_classes = resource, software
> >
> > http://www.postfix.org/basic.html#notify
> >
>
> Oh, aren't that options to change an additional notify address?
> I'd like to stop the message that is directly sent to the sender
> about the problem and edit it with perl script so as to change
> information (add polish message and custom information about the isp).
>
The bounce text is not currently configurable, the correct solution
is to modify the bounce text at the origin, not to route it through
a filter. For now just edit the hard-coded bounce text in the source,
or if you are more adventuroues invent and implement a mechanism for
configurable bounce text (the first part of a multipart/report).
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users>
|
|
|