Sounds like your CF server is being denied to relay mail. Your going to want
to check the relay permissions on your SMTP server.

_____________________________________________
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/

-----Original Message-----
From: Daniel Chicayban [mailto:daniel@;chicayban.com.br]
Sent: Friday, November 01, 2002 3:47 PM
To: CF-Linux
Subject: cfmx & qmail


I am having an issue with cfmail (mx) and qmail. This is the issue:

"Error","scheduler-0","11/01/02","00:16:58",,"Sending failed;   nested
exception is:    javax.mail.SendFailedException: Invalid
Addresses;   nested exception is:          javax.mail.SendFailedException:
553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)

The both servers run on rocknroll.chicayban.com.br.

The error is caused by:

<cfmail to="[EMAIL PROTECTED]"
         from="[EMAIL PROTECTED]"
         subject="test">
test!
</cfmail>

If I change this to

<cfmail to="[EMAIL PROTECTED]"
         from="[EMAIL PROTECTED]"
         subject="test">
test!
</cfmail>

it works.

I can send mails from my internal network (192.168.) using email clients
(send to anywhere/anyone I want) and cfmail can't running on the same
server as qmail (unless it's for a local mailbox). Does anybody know why?

Thanks
Daniel


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to