Users - Re :Re: What this error says!!!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Users - Re :Re: What this error says!!!

puranisank
What is the change to be made exaclty.
We changed mail.host to localhost.
mail.usr to username in James.
mail.pass to password in James.

Thanks and regards
Purani















 
    " Unable to connect to mail store
: imap://%5Buser%5D@[host] "
 
If you want to use email you have to set
email server. See <!-- JavaMail Listener Container --> in
/base/config/ofbiz-containers.xml
 
More generaly don't forget to read this
document : http://www.undersunconsulting.com/static/OFBizBasicProductionSetup.pdf
Email server settings is at page
16
 
Jacques
 
Thanks & Regards
 
Dhilip




 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - Re :Re: What this error says!!!

Ray Barlow
You probably need to do a little more trouble shooting on your system as
it's impossible to tell you what is wrong from the information provided.

What IP address and port are you hosting James on?  try netstat -an
You will find localhost is not always the same as the machines public IP
address. For example if I host James on 192.168.0.15 try to connect to
localhost (127.0.0.1) may not always work depending on your OS, so
connect to 192.168.0.15 or bind James to localhost as well.
Have you got an email client connecting successfully with that user/pass?

Ray

[hidden email] wrote:

> What is the change to be made exaclty.
> We changed mail.host to localhost.
> mail.usr to username in James.
> mail.pass to password in James.
>
> Thanks and regards
> Purani
>
>
>
>  
>     " Unable to connect to mail store
> : imap://%5Buser%5D@[host] "
>  
> If you want to use email you have to set
> email server. See <!-- JavaMail Listener Container --> in
> /base/config/ofbiz-containers.xml
>  
> More generaly don't forget to read this
> document :
> http://www.undersunconsulting.com/static/OFBizBasicProductionSetup.pdf
> Email server settings is at page
> 16
>  
> Jacques
>  
> Thanks & Regards
>  
> Dhilip
>