Yeah the mail spooler is going to send from the default IP of the
webserver. If you are just wanting to know what server it was sent
from you could use CFmailparam to add a custom header:

  <cfmailparam
    name = "x-sent-from"
     value = "ipfwebserver" >



J.J.

On 11/1/07, Al Musella, DPM <[EMAIL PROTECTED]> wrote:
> No -  that part isn't the problem.. it is one step lower..  the
> bottom header is the cold fusion server.. not the mail server.. here
> are the headers:
> Received: from mail.mymailserver.com (mail.mymailserver.com
> [xx.241.156.98]) by rly-mf08.mx.aol.com (v119.12) with ESMTP id
> MAILRELAYINMF083-975471caa281af; Mon, 22 Oct 2007 09:48:24 -0400
> Received: from static-xx-241-156-99.nycmny.fios.verizon.net
> [xx.241.156.99] by mail.mymailserver.com with SMTP;
>
> my mail server  is .98 (on a separate box )
> my web server has .99 - .108
>   the website sending the mail is .108
> Cold fusion uses .99 for all email sent from all of the websites.
>
>
>
>
>
> At 09:40 AM 11/1/2007, you wrote:
> >I've never tried it, but....
> >
> >Make sure your SMTP server is set to listen on all applicable IPs.  Use
> >the "server" argument to specify the SMTP server by IP instead of by name.
> >
> >HTH.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292524
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to