As it turns out, the problem is that although I have "[EMAIL PROTECTED]" set as the Eudora 5 user, form.SMTPAuthUser is equal to "paul.smith"
So smtpauth.cfm can never find the domain.
best, paul
At 02:47 PM 3/14/03 -0500, you wrote:
Attached is an example for some AUTH code. Note that the same code can be used for smtpauth.cfm and apop.cfm simply by adjusting the AuthUser variable. E.g.:==^=======================================================
apop.cfm:
<CFSET AuthUser = form.POPAuthUser> <CFINCLUDE TEMPLATE="inc_auth_shared.cfm">
smtpauth.cfm:
<CFSET AuthUser = form.SMTPAuthUser> <CFINCLUDE TEMPLATE="inc_auth_shared.cfm">
The SQL code will probably need to be modified to suit your DB structure. Also note the commented-out debug code for logging what is going on.
HTH, -Max
This list server is Powered by iMS
"The Swiss Army Knife of Mail Servers"
--------------------------------------
To leave this list please complete the form at http://www.coolfusion.com/Support/
Need an iMS Developer license? Sign up for a free license here:
http://www.coolfusion.com/Support/
List archives: http://www.mail-archive.com/inFusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================
