Looked at this too many times, can't see what I'm missing...Incoming mail and web working fine, can't get anything out. Info loggin show lots of UDP DNS traffic do I need to open port 53 or something?...
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security10
access-list acl_in permit tcp any host X.X.X.171 eq www
access-list acl_in permit tcp any host X.X.X.171 eq smtp
interface ethernet0 10baset
interface ethernet1 100basetx
interface ethernet2 auto shutdown
ip address outside X.X.X.170 255.255.255.248
ip address inside W.W.W.1 255.255.255.0
ip address intf2 127.0.0.1 255.255.255.255
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) X.X.X.171 W.W.W.4 netmask 255.255.255.255 0 0
access-group acl_in in interface outside
route outside 0.0.0.0 0.0.0.0 X.X.X.169 1