Re: Sending Email
Re: Sending Email
- Subject: Re: Sending Email
- From: Sacha Mallais <email@hidden>
- Date: Mon, 11 Jul 2005 10:13:17 -0700
On Jul 11, 2005, at 10:04 AM, Gino Pacitti wrote:
I have a class that utilizes:
javax.mail.*;
javax.mail.internet.*;
classes and has worked great until now.
I recently set up an xserve in a data centre and the ISP is
handling the DNS etc...
But when I send through to the clients mail server using the
correct mailserver, username and password I get this error:
javax.mail.SendFailedException: 550 5.7.1 <the email address to
send to>... Relaying denied. IP name possibly forged [217.149.110.33]
This isn't really a development question: the problem is in your
postfix config. You need to ask your client's sysadmin to allow
relaying from the machine the app is deployed on. You may also need
to set up a reverse name lookup for your IP in your DNS, but I would
try the relaying first.
sacha
--
Sacha Michel Mallais
President / Developer Extraodinaire
Global Village Consulting Inc. http://www.global-village.net/
The bird of paradise alights only upon the hand that does not grasp.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden