Here it is.
: Saved
: Written by enable_15 at 13:14:11.548 EDT Tue Jan 6 2009
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password encrypted
passwd encrypted
hostname PixZone
domain-name lzi.ca
clock timezone EDT -5
clock summer-time EDT recurring 2 Sun Mar 3:00 1 Sun Nov 1:00
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name x.x.x.50 Serveur
access-list 100 permit tcp any any eq 5959
access-list 100 permit tcp any any eq www
access-list 100 permit tcp any any eq ftp
access-list 100 permit tcp any any eq smtp
access-list 100 permit tcp any any eq pop3
access-list 100 permit tcp any any eq finger
access-list 100 permit tcp any any eq 8075
access-list 100 permit udp any any eq 25
access-list 100 permit udp any any eq 110
access-list 100 permit tcp any any eq 8081
access-list 100 permit tcp any any eq https
access-list 100 permit udp any any eq 443
access-list 100 permit tcp any any eq 8181
access-list 100 permit icmp any interface outside
access-list 100 deny ip any any
pager lines 24
icmp deny any echo outside
icmp permit any unreachable outside
mtu outside 1500
mtu inside 1500
ip address outside y.y.y.180 255.255.255.192
ip address inside x.x.x.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location Serveur 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 5959 Serveur 5959 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp Serveur ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface smtp Serveur smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 Serveur pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface
255.255.255.255 0 0
static (inside,outside) tcp interface 8075 Serveur 8075 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 8081 Serveur 8081 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 8181 Serveur 8181 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface https Serveur https netmask 255.255.255.255 0 0
static (inside,outside) udp interface 443 Serveur 443 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 110 Serveur 110 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 25 Serveur 25 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface finger Serveur finger netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 y.y.y.129 1
route outside y.y.y.0 255.255.255.192 y.y.y.180 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http x.x.x.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
telnet x.x.x.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
dhcpd address x.x.x.155-x.x.x.205 inside
dhcpd dns y.y.y.9 y.y.y.8
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
The E-Mail server are on x.x.x.50.
Thanks