Bokhan Artem:
> Wietse Venema ?????:
> > Bokhan Artem:
> >> Wietse Venema ?????:
> >>> Artem Bokhan:
> >>>> Hi, can someone give me a hint how to randomly spread outgoing smtp 
> >>>> traffic over pool of ip-addresses?
> >>> Use network address translation, to map the source IP 
> >>> address+port across a range of IP addresses.
> > 
> > Bokhan Artem:
> >> I want to have different helo's also, replacing helo with firewall
> >> is not very good idea...
> > 
> > You asked one question; and I gave one solution.
> > 
> >     Wietse
> 
> So no way to jump to (pseudo)random transport from the defined
> list without external tables?

Try:

/etc/postfix/main.cf
    check_recipient_access pcre:/etc/postfix/random.pcre

/etc/postfix/random.pcre
    /^(.)(.*)/  FILTER smtp$1:$1$2

With master.cf transports smtpa .. smtpz and smtp0 .. smtp9
and so on.

Now you are probably going to tell me that you actually have a
different problem again.

        Wietse

        Wietse

Reply via email to