From: "Raj Saini" <[email protected]>
On 08/10/10 22:15, Jacques Le Roux wrote:
From: "Adrian Crum" <[email protected]>
On 10/8/2010 9:10 AM, Jacques Le Roux wrote:
From: "BJ Freeman" <[email protected]>
basically ofbiz will only work with one email account as it setup.

Form JavaMailContainer.java, it seems you can set many listeners.

So if you have many email accounts that are needed then james can be
configure to receive all these accounts and funnel then into one account.

I see. It's used as a mail client forwarding to the JavaMailContainer,
that's it?

James is a mail server. You would use it instead of an ISP-supplied mail server, like BJ described.

Yes, that's what I have understood from the beginning.
As I have never worked with an mail server, there is something I still don't clearly understand. How do you handle emails coming from another server when you want to send them to OFBiz?
I have been working with mail servers for some time and used James as well. James is a SMTP, POP/IMAP server. You an use it as relay SMTP of standalone SMTP. If you want other MTAs to send mails directory to JAMES, you will need to create MX record in the DNS for your domain and point it to the host where JAMES is installed.

Thanks Raj,

It's quite clear now :o)

Jacques


Thanks

Jacques

-Adrian





Reply via email to