Congrats on getting the PIX up .. 🙂
The ip verify reverse-path command is a security feature that does a route lookup based on the source address. Usually, the route lookup is based on the destination address. This is why it is called reverse path forwarding. With this command enabled, packets are dropped if there is no route found for the packet or the route found does not match the interface on which the packet arrived.
Thus there wont be any success if we implement this command on the outside interface, because it will always find the route to the source using the default route.
By implementing this on other interface, we prevent ip spoofed traffic from leaving our PIX.
For more detail on this command, check out following link-
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/gl.htm#wp1137904
Hope that helps.
Regards,
Vibhor.