Mailing Lists and Forward mailet

2007-01-15 Thread Stephen . Garvey
Hi Guys, I've created several list for distributing mails to different groups. This is working correctly. What I want to do now is to be able to all mails for a specific list to a default user who does not have to be subscribed to the distribution list. This means that the default user will recie

Re: James mailing lists

2006-10-12 Thread Giulio Troccoli
Can you explain that? Ok, maybe I won't need it, but maybe I will. :-) Thanks - Original Message - From: "Noel J. Bergman" <[EMAIL PROTECTED]> To: "James Users List" Sent: Thursday, October 12, 2006 11:21 PM Subject: RE: James mailing lists That'

RE: James mailing lists

2006-10-12 Thread Noel J. Bergman
Giulio Troccoli wrote: > I'm not sure how to change miResources.xml in the part that says > at the beginning > > > That's only if you had some resource that was unique for a particular named list. You may not need it. > If I send an email to the mailing list I don't have anything ba

Re: James mailing lists

2006-10-12 Thread Giulio Troccoli
7;t and when JAMES itself tries and sends and email it cannot. Is there a simple test I can carry out to check whether JAMES works as SMTP too? G - Original Message - From: "Poynter, David" <[EMAIL PROTECTED]> To: Sent: Thursday, October 12, 2006 7:13 PM Subject: RE:

RE: James mailing lists

2006-10-12 Thread Poynter, David
-Original Message- From: Giulio Troccoli [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 11:23 AM To: server-user@james.apache.org Subject: James mailing lists Hi everybody, I would like to create few mailing lists (actually 4) on my email server using James. I already use

James mailing lists

2006-10-12 Thread Giulio Troccoli
Hi everybody, I would like to create few mailing lists (actually 4) on my email server using James. I already use James for "normal" email and it works fine. I might be wrong, but it look like that everything can be nicely done using james-listmanager.xml, james-liststor

Re: Comparing users from two mailing lists

2005-10-27 Thread Pietro Marrone
Stefano Bagnara wrote: You should not post the same question to both (user/dev) mailing lists. You should not reply to both your question in both lists. You should start looking at bundled mailet sources so you understand how internal things works. You can find a few component/service

Re: Comparing users from two mailing lists

2005-10-27 Thread Stefano Bagnara
You should not post the same question to both (user/dev) mailing lists. You should not reply to both your question in both lists. You should start looking at bundled mailet sources so you understand how internal things works. You can find a few component/service looked up in the service

Re: Comparing users from two mailing lists

2005-10-27 Thread Pietro Marrone
Pietro Marrone wrote: Hello, I have two mailing list, say "*A*" and "*B*", I need on command (say sendind a mail to a special address) check all users subscibed on list *A* and comparing with users on *B*, and on certein condition subscribe the *A* users on *B* list. I tryed both with mailet

Comparing users from two mailing lists

2005-10-24 Thread Pietro Marrone
Hello, I have two mailing list, say "*A*" and "*B*", I need on command (say sendind a mail to a special address) check all users subscibed on list *A* and comparing with users on *B*, and on certein condition subscribe the *A* users on *B* list. I tryed both with mailet and extending baseComman

Support for Mailing lists

2005-06-16 Thread Abel Perez
All, I recently stumbled on to James in search for an open source project that supports mailing list and archives. Is it possible to create a mailing list like this one "server-user@james.apache.org" with the James server? We have a set of clients that we need to provide mailing list's to and ar

mailing lists

2004-05-27 Thread Daniel Perry
I need to set up some mailing lists on a james server. I need to be able to manage mailing lists with the server running. I need to be able to manage users myself, but also for users to be able to subscribe/unsubscribe themselves. >From what I can figure, there are 3 implementations

RE: Mailing Lists with SMTP AUTH enabled

2003-11-12 Thread Noel J. Bergman
> users from other domains could subscribe/unsubscribe and send > but *NOT* receive mails from the list. It should not have anything to do with SMTP AUTH. The list address should still be local, and SMTP AUTH is handled only during the protocol transfer. What it sounds like is a configuration pro

Re: Mailing Lists with SMTP AUTH enabled

2003-11-12 Thread Danny Angus
SMTP AUTH only affects incoming SMTP. Outgoing SMTP wouldn't work otherwise! Can you send "normal" mail to these people through James? I bet James thinks you're relaying. *** The information in this e-mail is confident

Mailing Lists with SMTP AUTH enabled

2003-11-11 Thread Damien McVeigh
I was experimenting with the mailing list configuration as per the faq but have hit a bit of a brick wall. Users served by James could subscribe/unsubscribe and send/receive mails to-and-from the list; however, users from other domains could subscribe/unsubscribe and send but *NOT* receive mails

Mailing Lists with SMTP AUTH enabled

2003-11-11 Thread Damien McVeigh
I was experimenting with the mailing list configuration as per the faq but have hit a bit of a brick wall. Users served by James could subscribe/unsubscribe and send/receive mails to-and-from the list; however, users from other domains could subscribe/unsubscribe and send but *NOT* receive mails f

RE: Sending personalized mailing lists

2003-10-20 Thread Noel J. Bergman
You would have to modify the list server code to do that. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sending personalized mailing lists

2003-10-20 Thread mig001br
I'm willing to send a mailing list using James where the address sended in the TO: header field is the email of the recipient instead of the address of the mailing list. Is it possible to do it with james predefined mailets ? thanks miguel Yahoo! Mail - o melhor webmail do Brasil http://mail.yah

RE: Mailing lists: auto-subscribing people?

2003-10-19 Thread Noel J. Bergman
> Will any JDBC-supporting DB work with James? I'm thinking > of installing http://www.objectdb.com/ You may have to add entries for that database to sqlResources.xml. If so, please submit a patch once you have it working. --- Noel --

RE: Mailing lists: auto-subscribing people?

2003-10-19 Thread Gili
Will any JDBC-supporting DB work with James? I'm thinking of installing http://www.objectdb.com/ Thanks, Gili On Mon, 20 Oct 2003 00:28:50 -0400, Noel J. Bergman wrote: >> There is no way to manage the non-DB format? >Nope. It only exists for those people who don't have a database.

RE: Mailing lists: auto-subscribing people?

2003-10-19 Thread Noel J. Bergman
> There is no way to manage the non-DB format? Nope. It only exists for those people who don't have a database. In fact, I was just asked about deprecating file system repositories for database, since there are embeddable JDBC databases (e.g., Axion). We probably will do that eventually, except

RE: Mailing lists: auto-subscribing people?

2003-10-19 Thread Gili
There is no way to manage the non-DB format? Gili On Mon, 20 Oct 2003 00:06:00 -0400, Noel J. Bergman wrote: >> Is there a way for an administrator to automatically >> add people to a list? >I manage by lists in mysql, and manage them that way. The table formats are >in the sqlResourc

RE: Mailing lists: auto-subscribing people?

2003-10-19 Thread Noel J. Bergman
> Is there a way for an administrator to automatically > add people to a list? I manage by lists in mysql, and manage them that way. The table formats are in the sqlResources.xml file. --- Noel - To unsubscribe, e-mail

RE: Mailing lists broken in 2.2 alpha?

2003-10-19 Thread Noel J. Bergman
> In processor "root" I had: > > transport > > before the list-handling code. Yes, that would be a problem. > I solved the problem by moving the list-handling code > from the "root" processor to the "transport" processor. > I think we should do this by default. We could. I have the

Mailing lists: auto-subscribing people?

2003-10-19 Thread Gili
Hi, I'm migrating from an old mailing list to James' list system. Is there a way for an administrator to automatically add people to a list? I'd like to recreate the mailing lists automatically without asking people to resubscribe themselves. Thanks, Gili

RE: Mailing lists broken in 2.2 alpha?

2003-10-19 Thread Gili
cal to local mail deliveries. It is for this same reason I suggest we move all mail-delivery code (mailing lists included) into "transport" instead of handling it in "root". Anyway, thanks again for your help! I hope to resolve my spammer-blacklist problem soon. It

RE: Mailing lists broken in 2.2 alpha?

2003-10-19 Thread Noel J. Bergman
> I configured a mailing list in the latest nightly build and > sent an email to a list I was not a member on. It replied > with the following text: > To subscribe to the list, send a message to: ><[EMAIL PROTECTED]> Seems correct. > But when I email "soen-subscribe", the mail gets dumped du

Mailing lists broken in 2.2 alpha?

2003-10-19 Thread Gili
"soen" and it tells me to email "soen-subscribe" which is fine. But when I email "soen-subscribe", the mail gets dumped due to "local-address-error". Is this a known bug? Is my configuration wrong? I enabled mailing lists by uncommenting the appropriate

RE: Mail from mailing lists

2003-07-06 Thread Martin Woolley
Thankd Noel. I'll give that a try. Regards Martin -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: 06 July 2003 18:04 To: James Users List Subject: RE: Mail from mailing lists > Fetchpop is working fine > Email gets routed fine expect in the ca

RE: Mail from mailing lists

2003-07-06 Thread Noel J. Bergman
> Fetchpop is working fine > Email gets routed fine expect in the case of emali from > the james mailing list! That should be expected with most mailing lists. What you do is use the FetchedFrom matcher to select all mail from that task, and forward to the local user.

Mail from mailing lists

2003-07-06 Thread Martin Woolley
Hi james users I need advice regarding the handling of emails from hte james mailing list and similar. I have installed james on my network, with pop3, smtp and fetchpop all enabled. Fetchpop is working fine, retrieving emali from two external ISP accounts every 10 minutes. Email gets routed