Hi,

I am setting up an application on our production server which will send
designated emails to address's outside of our company domain.
We have applied rules on our exchange server to only allow company emails be
used for sending mail as to clamp down on spamming.

I want to take advantage of MX 6.1 ralaying.
I have tested this application on our development box and it works fine, we
have set up an
account with which an SMTP session can be authenticated off exchange, but
when I migrate the aplication to our production box
the apps fails due to Authentication Failure.

If I send an email using CFMAIL without the relaying attributes from the
production to an email account within the company it get sent OK,
so MX can see our exchange OK,

Our production Box is in one domain and our exchange and dev box are on the
other.

any ideas why Authentication would fail.

//code

<CFMAIL TO="#Attributes.recipientList#"
FROM="#Attributes.sender#"
SUBJECT="#Attributes.message#"
USERNAME="[username]"
PASSWORD="[password]"
TYPE="HTML"
SPOOLENABLE="NO">
#HTM_MEMO#
<CFMAILPARAM FILE="#REQUEST.TEMPSTORAGE##RUN_DATE#.html">
</CFMAIL>

The server address and Port is set in Administrator.

We are using NT 4.0 TECHNOLOGY and Exchange 5.5

J.

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to