On Mon, 15 Sep 2003, John Clarke wrote: > On Mon, Sep 15, 2003 at 11:52:39AM +1000, Wim Pranata wrote: > > > > Is it possible to configure postfix to pass mail to amavisd for only > > > one of its virtual domains, and if so, how (or where do I look to find > > > out how)? > > > > I'm not a postfix guru but I'll try to answer this anyway :) > > Thanks :-) > > > If you have more than 1 IP address on the box that would be very easy, > > I don't :-( > > > There are some documentations about content filtering in the postfix > > tarball, README_FILES/FILTER_README, conf/sample-filter.cf > > I've read them. Neither provide an example of what I'm trying to do or > any clue to how to go about it.
You can try to use the header_checks "hack" from the README_FILES/FILTER_README eg: /mydomain\.com/ FILTER smtp-amavis:[127.0.0.1]:10024 I've never tried this before though :-) wim -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
