RE: Domain keys for JAMES

2006-10-12 Thread Noel J. Bergman
> Yahoo!'s DomainKeys Intellectual Property may be licensed under either > of the following terms: > * Yahoo! DomainKeys Patent License Agreement > * GNU General Public License version 2.0 (and no other version). According to https://datatracker.ietf.org/public/ipr_search.cgi?option=wg_s

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's only if you had some resource 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
Thanks David. Although that was probably wrong it doesn't work anyway. I wonder now if maybe I cannot receive an email because JAMES doesn't work as SMTP. I've never used it as SMTP but only as POP3, so I don't know whether it works or not. My idea is that it doesn't and when JAMES itself tri

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-liststores.xml and miResources

Re: Domain keys for JAMES

2006-10-12 Thread Stefano Bagnara
From the yahoo website: Yahoo!'s DomainKeys Intellectual Property may be licensed under either of the following terms: * Yahoo! DomainKeys Patent License Agreement * GNU General Public License version 2.0 (and no other version). So I believe that we cannot include such code in james di

Re: Domain keys for JAMES

2006-10-12 Thread Michael Bryant
Tom, I started working on this myself but put it on the back burner quite some time ago. I have classes that wrap the openssl command line. I wrote these primarily for testing. I have some code working that performs canonicalization. And I also wrote some other classes that do the DNS loo

Re: occur error when run.bat

2006-10-12 Thread myepoch
the problem been solved when i removed this commentary. thanks you! Norman Maurer wrote: > > Please show use the stacktrace you get when try to start.. > > Are you sure the mysql server is listen on the port ? > > BTW, maybe you want to try the latest 2.3.0 RC .. It was just released > 1

Re: occur error when run.bat

2006-10-12 Thread myepoch
the problem been solved when i removed this commentary. Stefano Bagnara-2 wrote: > > The key is here: > > org.apache.commons.dbcp.SQLNestedException: Cannot create > PoolableConnectionFactory (Communication failure during handshake. Is > there > a server running on 127.0.0.1:3306?)

Re: occur error when run.bat

2006-10-12 Thread myepoch
now error is: ERROR 2006-10-12 19:03:33.578 [Phoenix.] (): Component named "James" failed to pass through the Starting stage. (Reason: org.apache.avalon.framework.service.ServiceException: Malformed configuration has no destinationURL attribute (Key='')). ERROR 2006-10-12 19:03:33.578 [Phoen

Re: occur error when run.bat

2006-10-12 Thread myepoch
now error is : ERROR 2006-10-12 19:03:33.578 [Phoenix.] (): Component named "James" failed to pass through the Starting stage. (Reason: org.apache.avalon.framework.service.ServiceException: Malformed configuration has no destinationURL attribute (Key='')). ERROR 2006-10-12 19:03:33.578 [Phoen

Re: Domain keys for JAMES

2006-10-12 Thread Vincenzo Gianferrari Pini
Tom, digging into the topic, it looks like using a combination of SMIMESign, IsSMIMESigned and SMIMECheckSignature would do the work. SMIMECheckSignature would need to be enhanced to get the public key from the sender domain's DNS, and perhaps SMIMESign should be somehow adapted, but probabl

Re: Mailet Init Params

2006-10-12 Thread Norman Maurer
Are you sure you really have this in config: Some Name Some Name bye Norman Etewa schrieb: > I am using Version 2.2.0 > > Yes, I am extending GenericMailet . > > Yes, here is the log output > 11/10/06 10:37:21 INFO James.Mailet: SMTEmailBounce: Initializing > SMTEmailBounce Mailet: >

Re: occur error when run.bat

2006-10-12 Thread Stefano Bagnara
The key is here: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Communication failure during handshake. Is there a server running on 127.0.0.1:3306?) Upgrade your mysql connector to 4.1 (NOT 3.1) or to 5. Make sure your mysql server is listening on

Re: occur error when run.bat

2006-10-12 Thread Norman Maurer
Please show use the stacktrace you get when try to start.. Are you sure the mysql server is listen on the port ? BTW, maybe you want to try the latest 2.3.0 RC .. It was just released 1 minute ago. You can get it from: http://people.apache.org/dist/james/server/ bye Norman myepoch schrieb: > I

JAMES 2.3.0rc5 released

2006-10-12 Thread Norman Maurer
Hi all, we released RC5 of JAMES 2.3.0 . You can get it from: http://people.apache.org/dist/james/server/ I hope this will be the last RC (crossing fingers).. bye Norman - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: occur error when run.bat

2006-10-12 Thread myepoch
I had config: com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/mail?autoReconnect=true root root 20 but it does not successfully yet. Norman Maurer wrote: > > Please try to change: > > org.gjt.mm.mysql.

Re: occur error when run.bat

2006-10-12 Thread Norman Maurer
Please try to change: org.gjt.mm.mysql.Driver to: com.mysql.jdbc.Driver I think the wrong connector is used to connect. If your problems still persisist, post the exception you get again.. bye Norman myepoch schrieb: > mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to