Re: My vote for deployment of James as a Web Application

2006-10-09 Thread Bernd Fondermann
Hi David, thanks for the feature request. The natural way to deploy a system like James within a J2EE container would be by wrapping James into a JCA module. As far as Geronimo is involved, James components could also be wrapped into GBeans. AFAIK, currently nobody is working on either of this.

send email from local to internet

2006-10-09 Thread myepoch
HI: please, how to send email from local area network(for example : [EMAIL PROTECTED]) to internet(for example : [EMAIL PROTECTED]) by James Email System. thanks everyone. -- View this message in context:

Re: send email from local to internet

2006-10-09 Thread myepoch
please,how to config config.xml to reach my aim? i have created two accounts(for example:[EMAIL PROTECTED],[EMAIL PROTECTED]) by james and sent email successfully between them. but it done not success when i sent email from [EMAIL PROTECTED] to [EMAIL PROTECTED] . outlook hint nothing. how to

Re: send email from local to internet

2006-10-09 Thread Stefano Bagnara
Your message is probably not accepted by Yahoo because myjames is not a valid domain. Stefano myepoch wrote: please,how to config config.xml to reach my aim? i have created two accounts(for example:[EMAIL PROTECTED],[EMAIL PROTECTED]) by james and sent email successfully between them. but

Re: send email from local to internet

2006-10-09 Thread Norman Maurer
You should show us the error message you get and the mailet log bye Norman myepoch schrieb: please,how to config config.xml to reach my aim? i have created two accounts(for example:[EMAIL PROTECTED],[EMAIL PROTECTED]) by james and sent email successfully between them. but it done not

Re: send email from local to internet

2006-10-09 Thread myepoch
i agree your standpoint. myjames is my computer name. i think it need to config DNS. i create another EMAIL system by Imail and add a account for example [EMAIL PROTECTED](myimal is another computer in local area network). it is success when i send email from [EMAIL PROTECTED] to [EMAIL

Re: send email from local to internet

2006-10-09 Thread myepoch
i agree your standpoint. myjames is my computer name. i think it need to config DNS. i create another EMAIL system by Imail and add a account for example [EMAIL PROTECTED](myimal is another computer in local area network). it is success when i send email from [EMAIL PROTECTED] to [EMAIL

Re: send email from local to internet

2006-10-09 Thread Norman Maurer
Like i said.. Please show us your mailet.log. Its located in /path/to/james/apps/james/logs/. bye norman myepoch schrieb: i agree your standpoint. myjames is my computer name. i think it need to config DNS. i create another EMAIL system by Imail and add a account for example [EMAIL

RE: My vote for deployment of James as a Web Application

2006-10-09 Thread Steve Brewin
Bernd Fondermann wrote: Hi David, thanks for the feature request. The natural way to deploy a system like James within a J2EE container would be by wrapping James into a JCA module. Yes, this is right except that counter to David's requirements, without a substantial rework of James such a

Re: send email from local to internet

2006-10-09 Thread myepoch
10/10/06 08:21:09 INFO James.Mailet: RemoteAddrNotInNetwork: Authorized addresses: [127.0.0.1/255.255.255.255] 10/10/06 08:21:09 INFO James.Mailet: RemoteDelivery: maxRetries is larger than total number of attempts specified. Increasing last delayTime with 19 attempts 10/10/06 08:21:09 INFO

hint error message when run ./run.sh in debian linux

2006-10-09 Thread myepoch
hint error message when run ./run.sh in debian linux.how to solve it ERROR 2006-10-10 10:09:18.030 [Phoenix.] (): Component named pop3server failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use). ERROR 2006-10-10 10:09:18.030 [Phoenix.]

Re: My vote for deployment of James as a Web Application

2006-10-09 Thread David Woldrich
Thanks for the responses on this subject. I've been thinking about my request, and I think it was a little too grandiose. All I really need to run James in the same VM as another java application is to be able to start it from a dedicated thread and then have a mechanism (JMX or telnet