Peter Blair пишет:
True enough-- but that won't help your HELO matching up with the
reverse of the IP that its bound to.

2009/2/19 Bokhan Artem <art...@academ.org>:
Peter Blair пишет:
Well, you could place a slim smtp proxy between postfix and the
Internet.
It's easier to write a small tcp server for tcp_table which will randomize
transport :)

smtp1      unix  -       -       n       -       100       smtp -o
smtp_helo_name=smtpout1.do -o smtp_bind_address=1.1.1.1
smtp2      unix  -       -       n       -       100       smtp -o
smtp_helo_name=smtpout2.do -o smtp_bind_address=2.2.2.2



smtp1      unix  -       -       n       -       100       smtp -o 
smtp_helo_name=smtpout1.do -o smtp_bind_address=1.1.1.1

Why? Transport "smtp1" is randomly selected by tcp server, helo "smtpout1.do" is bind to 
ip address "1.1.1.1", PTR record of 1.1.1.1 is smtpout1.do, A record of smtpout1.do is 1.1.1.1.
Everythnig looks clean, except tcp_table and separate tcp server look ugly here.





Reply via email to