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

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
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