Re: postfix after queue content filter

2014-03-19 Thread Noel Jones
On 3/19/2014 3:26 PM, Tim Prepscius wrote: > Ok I will describe my goal: > > > There is a server. > On it runs postfix. > > All mail is sent via localhost (or 127.0.0.1). > Meaning, I run a command and mail is sent, nobody is connecting from > outside and sending. If the mail is injected locall

Re: postfix after queue content filter

2014-03-19 Thread Tim Prepscius
Ok I will describe my goal: There is a server. On it runs postfix. All mail is sent via localhost (or 127.0.0.1). Meaning, I run a command and mail is sent, nobody is connecting from outside and sending. I need to save to a custom DB the mail after any headers are changed/added by postfix. So i

Re: postfix after queue content filter

2014-03-19 Thread li...@rhsoft.net
Am 19.03.2014 20:59, schrieb Tim Prepscius: > so let's say I wanted to do what Lewin said, > > have normal mail on 25, and then special non filtered mail (mail that > has already gone through the filter) on some other port, let's say > 10025 then you just configure that listener and avoid asking

Re: postfix after queue content filter

2014-03-19 Thread Tim Prepscius
so let's say I wanted to do what Lewin said, have normal mail on 25, and then special non filtered mail (mail that has already gone through the filter) on some other port, let's say 10025 At the end of the example filter script there is a sendmail command. Is there anyway to have this work with t

Re: postfix after queue content filter

2014-03-19 Thread li...@rhsoft.net
as lonf you are talking about pickup there is no port involved at all and no smtp/smtpd setting is relevant because it's just not SMTP Am 19.03.2014 20:49, schrieb Tim Prepscius: > I'm looking through the docs of sendmail, seeing how I can get it to > send to a specific port. But not seeing it. >

Re: postfix after queue content filter

2014-03-19 Thread Tim Prepscius
I'm looking through the docs of sendmail, seeing how I can get it to send to a specific port. But not seeing it. Am I looking in the wrong place? -tim On 3/19/14, Lewin Bormann wrote: > It seems that the local delivery (pickup?) uses the content filter which > it shouldn't, AFAIK. > If that is

Re: postfix after queue content filter

2014-03-19 Thread Lewin Bormann
It seems that the local delivery (pickup?) uses the content filter which it shouldn't, AFAIK. If that is the case, the following master.cf configuration taken from my installation may help: -- snip --- :smtpinet n - n - - smtpd -o content_filter=

Re: Postfix After-Queue Content Filter Problem

2009-02-19 Thread André Lopes
Can anyone help me? On Thu, Feb 19, 2009 at 1:49 PM, André Lopes wrote: > Hi all, > > I'm running Postfix 2.4.1 and using a After-Queue Content Filter to forward > email to a Java Application Server. Everything is running just fine for > almost about 10 months, but a strange thing has happened a