> We have a box on the intranet (Anonymous Access turned off) 
> and using CFMAIL to send email to department heads when a 
> user creates a request within the CF Application.
> Problems is the error in the CF mail.log is:  "Client was not 
> authenicated"
> 
> We have the mail server setup in the CF Admin and it 
> validates when we choose to verify connection.
> 
> We are not passing a username/password in the CFMAIL tag as 
> the FROM line is purely dynamic based on is doing the request.
> 
> Example:
> I am logged in (racf2008) to the domain (intranet). Using 
> Windows Authenication to get some information. Then I 
> generate a new request that is sent to out Marketing shop
> -- Sender: [EMAIL PROTECTED]   to: [EMAIL PROTECTED]
> 
> Problems is the mail goes to the spool directory, fails when 
> sending, moves message to Undeliv.
> CF Log reads: "Client was not authenicated"
> 
> Any ideas on how to get this to work w/o using Anonymous 
> Access turned on?

That's not how SMTP Authentication works. You can't grab the credentials
from the user represented by the "From" address, because your application
doesn't have those credentials and can't impersonate that user. You'll need
a set of credentials that the CF server can use to send mail, and you'll
need to embed them in the CF Administrator or the CFMAIL tag.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to