Al Musella, DPM wrote: > I am on CF7, with multiple websites on multiple IP addresses. When > I send mail using cfmail, I want the IP address in the headers to say > it came from the IP address of each website.
Those lines are added by the receiving server based on the IP address of the sending server. So effectively you want the mail spooler in CF to use the same IP address for outgoing connections as your web server uses for incomming connections. That is not supported by the mail spooler in CF. In theory you could run a mail server on your webserver with a specific instance for each IP address and then configure Sandboxes in CF so that each website is only allowed to use one specific IP address for outgoing mail and then configure all of your mailservers as fallbacks. Ugly, but in theory. In reality, I would like to know which problem you are trying to solve. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292493 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

