alphamanic ha scritto:
> I'm trying to follow the quick start guide found at
> http://wiki.apache.org/james/JamesQuickstart. When I'm trying to send email
> to my gmail account it's failing with the following error:
> 550 5.7.1 Requested action not taken: relaying denied.
> 
> when I add gmail.com to the servernames in config.xml, the error goes away
> but I cannot see that email in my gmail inbox.

Do you want to be able to send through JAMES messages to any domain or
only messages to your gmail account?

In the latter case is ok to add gmail to the servernames and then add
mailets to do what you want with that domain, otherwise you have to make
sure the sender (you) is authenticated or is recognized as an authorized
source and is able to relay.

You can do that either by adding an account for you and using that
credential in your mail client SMTP auth settings, or you can make sure
you are connecting from an IP declared in the authorized addresses.

Stefano



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to