Thanks Bell!
Here is the config so far:
PIX Version 6.1(4)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password **************** encrypted
passwd ******************* encrypted
hostname ***************
domain-name *********************
fixup protocol http 80
no fixup protocol rsh 514
no fixup protocol sip 5060
no fixup protocol skinny 2000
no fixup protocol sqlnet 1521
no fixup protocol rtsp 554
no fixup protocol h323 1720
no fixup protocol ftp 21
fixup protocol smtp 25
names
name 192.168.1.29
name 64.81.96.0 extRouteToRouter
name 192.168.1.36 mailserver
pager lines 24
logging on
logging buffered warnings
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 69.xxx.xxx.xxx 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
pdm location
255.255.255.255 inside
pdm location 192.168.55.36 255.255.255.255 inside
pdm location 192.168.55.0 255.255.255.0 inside
pdm logging warnings 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 10.1.6.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) interface 192.168.1.0 netmask 255.255.255.255 0 0
conduit permit tcp host 69.xxx.xxx.xxx eq pop3 any
conduit permit tcp host 69.xxx.xxx.xxx eq smtp any
conduit permit tcp host 69.xxx.xxx.xxx eq
conduit permit tcp host mailserver eq pop3 any
route outside 0.0.0.0 0.0.0.0 64.81.96.1 1
route inside
255.255.255.255 192.168.1.1 1
route inside 192.168.55.0 255.255.255.0 192.168.1.1 1
route inside 192.168.55.36 255.255.255.255 192.168.1.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5
dhcpd address 192.168.1.10-192.168.1.15 inside
dhcpd dns 64.81.111.2
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Like I said, I'm an idiot, so please let me know if anything looks funny. I think I'm starting to get the port redirection stuff but it's not working...
Thanks a bunch!