On Thu, Sep 15, 2005 at 12:01:44AM +0200, mouss wrote:
> Clifton Royston a écrit :
> >
> > I guess my point was more along the lines of: why is it routed
> >through amavisd in the first place?  Why send a self-generated DSN
> >through anyway?
> 
> because he is using transport to pass mail to different amavisd's 
> depending on the recipient domain.
> The problem is that transport is global (not restricted to smtpd). so 
> bounces will go to amavisd too.

  Ah, I see.

  If you replace transports with a Postfix access map that does:

example.com     FILTER smtp:localhost:10026
example.net     FILTER smtp:localhost:10025
 
  or similar, then you can still route domains (or even specific users)
to a specific amavisd port/instance, or even route them "around"
amavisd and into the outbound Postfix instance, but you do not get the
problems associated with using the transport mechanism to do it.

  This is the strategy our Scora system uses.
  -- Clifton

-- 
          Clifton Royston  --  [EMAIL PROTECTED] 
         Tiki Technologies Lead Programmer/Software Architect
  "My own personal theory is that this is the very dawn of the world.
We're hardly more than an eyeblink away from the fall of Troy, and
scarcely an interglaciation removed from the Altamira cave painters. We
live in extremely interesting ancient times.
  I like this idea. It encourages us to be earnest and ingenious and
brave, as befits ancestral peoples; but keeps us from deciding that
because we don't know all the answers, they must be unknowable and thus
unprofitable to pursue."  -- Teresa Nielsen Hayden, 1995 


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to