On Wed, Jul 12, 2006 at 12:23:21PM -0500, Polkan Garcia wrote:

> My firewall is a cisco pix.... 

  'no fixup smtp' would be what i would do if i was in a situation
  where my traffic _had_ to go through a PIX i _could not_ get rid of.
 
  there is no shortage of evidence on the internet of PIXs' smtp fixup 
  crap screwing things up all over - typically in the form of making 
  other hosts have difficulty reaching the "PIXed" MTA or successfully
  communicating with it after the connection is established.
  remember there was even a thread on here a while back about them.

> In linux, recommend change  net.ipv4.tcp_window_scaling = 0, how i can
> made this in openbsd?

  i think keeping net.inet.tcp.{recv,send}space below 65536 (where
  the obsd default is 16384, and every time i've spent a day dinking
  with the setting to see if i realize any benefit at all with increasing
  it, i find myself choosing to just set it back to 16k) would be enough.

  net.inet.tcp.rfc3390=1 strikes me as only pertaining to making the
  initial window size bigger than if it were set to '0', but not
  particularly pertaining to scaling the window size during transmission.

  i'd be inclined to expect that changing these parameters wouldn't
  allieviate the issue tho.

> > Anyone can help me?, why my spamd doesn't work from outside?

  tcpdump -ni $ext -Xs1500 port 25 and src host $incoming_testing_host ?

-- 

  jared

[ openbsd 3.9-current GENERIC ( may  1 ) // i386 ]

Reply via email to