Postfix: 2.10.1
Content filter according to:
http://www.postfix.org/FILTER_README.html#simple_filter
Where in the overall process does this content filtering take place?
Does this happen prior to querying the aliases and virtual tables?
Where is this documented?
Thank you.
~ Mike
Hi Folks,
I have compiled postfix 3.0.3. Using the ldap interface for the
following maps everything works as designed.
However, if I use theTCP interface, I am getting a panic error
condition. Config eg
virtual_alias_maps = tcp:removed-host-name-here:9871
virtual_mailbox_domains = tcp:removed-
On Fri, May 06, 2016 at 12:12:14PM -0400, Charles Orth wrote:
> Hi Folks,
>
> I have compiled postfix 3.0.3. Using the ldap interface for the following
> maps everything works as designed.
> However, if I use theTCP interface, I am getting a panic error condition.
> Config eg
> virtual_alias_maps
Mike Schleif:
> Postfix: 2.10.1
>
> Content filter according to:
> http://www.postfix.org/FILTER_README.html#simple_filter
>
> Where in the overall process does this content filtering take place?
>
> Does this happen prior to querying the aliases and virtual tables?
With the simple filter examp
On Fri, May 6, 2016 at 12:20 PM, Wietse Venema wrote:
> Mike Schleif:
> > Postfix: 2.10.1
> >
> > Content filter according to:
> > http://www.postfix.org/FILTER_README.html#simple_filter
> >
> > Where in the overall process does this content filtering take place?
> >
> > Does this happen prior to
On Fri, May 06, 2016 at 12:46:10PM -0500, Mike Schleif wrote:
> > With the simple filter example the virtual aliases expansion is
> > both before and after the filter.
>
> How can it be "both before and after?"
By processing the message twice, because the filter injects it back
into the Postfix
Viktor Dukhovni:
> On Fri, May 06, 2016 at 12:46:10PM -0500, Mike Schleif wrote:
>
> > > With the simple filter example the virtual aliases expansion is
> > > both before and after the filter.
> >
> > How can it be "both before and after?"
>
> By processing the message twice, because the filter
Hello,
We are receiving mail delivered to users that don't exist.
In our valias.txt file, we have the usual aliases like this:
ali...@domain.com u...@domain.com
ali...@domain.com u...@domain.com
and at the bottom is something like this for other domains we own:
@domain2.com@domain
On 5/6/2016 4:45 PM, Rob McKennon wrote:
> Hello,
>
> We are receiving mail delivered to users that don't exist.
>
> In our valias.txt file, we have the usual aliases like this:
>
> ali...@domain.com u...@domain.com
> ali...@domain.com u...@domain.com
>
> and at the bottom is something like