nik600:
> On Mon, Jan 4, 2010 at 12:52 PM, nik600 <nik...@gmail.com> wrote:
> > Dear all
> >
> > i've installed a postfix server with mysql support.
> >
> > i've also set-up a custom filter script shell that calls spamc and
> > some other custom utils, this script cannot handle multiple
> > recipients, so i've set
> >
> > filter_destination_recipient_limit = 1
> >
> > The problem that i've experienced is that when i've got an entry like
> > this in the alias table:
> >
> 
> I've also tried to change master.cf like:
> 
> smtp      inet  n       -       n       -       -       smtpd
>         -o content_filter=filter:dummy
>        -o receive_override_options=no_address_mappings
> 9009      inet  n       -       n       -       -       smtpd
>         -o content_filter=filter:dummy
>        -o receive_override_options=no_address_mappings

As documented in http://www.postfix.org/FILTER_README.html
you must turn off address_mappings BEFORE or AFTER the
filter NOT on both sides.

        Wietse

Reply via email to