Unfortunetly, the request I have is specific and that's the way they're
setup

. I'd like to know if there's a way to do it just for my
reference anyhow, because it seems like it should be simple. Basically
I just need an example of the command(s) that would allow me to have
ONE IP for two different protocols, each one going to a different
machine. One incoming, the other outgoing. I don't know if they'd
want me to tell them to start changing how their servers do stuff, I'd
rather just change it at the PIX to be honest. Keep in mind that this
PIX is using NAT, so I made sure that the mailserver IP is not going to
be in the global NAT pool.
Maybe this will help.
Let's say I have mailserver 192.168.1.10, and a mail/filter virus
checker on 192.168.1.5.
The command on my PIX says :
static (inside,outside) xxx.xxx.xxx.128 192.168.1.5 netmask
255.255.255.255 0 0
This allows incoming mail to contact xxx.xxx.xxx.128 and get to the
mailserver filter/virus checker, which in turn forwards the email to
the actual mailserver. What command will let me specify the IP in
which outgoing SMTP (from 192.168.1.10) will appear as OUTSIDE? If I
have to change their server IPs and stuff, it's going to require much
more time than a simple IOS command.
Thanks anyhow Chris, if nothing else works I can try doing what you
suggested.
-cos