Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
Hi, For spam protection, you can install spamassasin on your server and configure james in one (or both) of the 2 ways: 1. Activate the SpamAssassin SMTP Hook (in this case, the mail will not be injected in the spool) - in smtpserver.xml, add under 127.0.0.1 783 10 2. Activate in

Re: 3.0 M1 with MySQL

2010-11-23 Thread Eric Charles
ituation? - Raju On Thu, Nov 4, 2010 at 10:10 AM, Raju Bitter wrote: Yes, everything is working now. Thanks again! On Thu, Nov 4, 2010 at 7:37 AM, Eric Charles wrote: Hi Raju, So everything is working fine now? You didn't get any exception before simply because james didn't try

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
"james security" is a wide subject. Which area would you like to cover? Tks, Eric On 23/11/2010 00:54, Raju Bitter wrote: Is there an up-to-date document describing what should be done for that? I've started work on the quickstart V3 wiki page, which I'll finish later this week (http://wiki.ap

Re: 3.0 M1 with MySQL

2010-11-23 Thread Eric Charles
, Eric. That makes sense. I'll keep an eye on that. On Tue, Nov 23, 2010 at 9:12 AM, Eric Charles wrote: Hi, I already had normal start and freeze when adding a user for example via telnet. This happened when I changed stuff in the jpa implementations, and probably the change gave problem

Re: Securing James 3 and spam protection setup?

2010-11-23 Thread Eric Charles
e sure James is secure enough to have it running on a live server. And I mean the bare minimum of security. People testing James should feel save to have the software running on a dev/testing server. - Raju On Tue, Nov 23, 2010 at 9:14 AM, Eric Charles wrote: "james security" is a wide

Re: JPA doesn't find meta data

2010-11-24 Thread Eric Charles
pace off for the container-spring project? Thanks MN PHP& ASP .Net 3.5 web developer Java& C# desktop developer www.mohamnag.com On Mon, Nov 22, 2010 at 11:15 AM, Eric Charles wrote: Hi, Mailing list has removed attachement. Could you p

Re: Setting up a mailing list for James 3.0 M2

2010-11-26 Thread Eric Charles
Hi Raju, I personally never used james mailing list, even though it's also in my plans. To my knowledge, I don't think much work was done on mailing list for James V3, meaning it was "simply" migrated/renamed from V2. They were migrated from 2.3 taking into account the new injection mechanis

Re: [LOGO] Call for Logo for James

2010-12-23 Thread Eric Charles
Hi Simon, It really looks great! I will publish it on http://james.apache.org/#logo begin next week. Tks a lot, Eric On 23/12/2010 13:41, Simon A wrote: Greetings. Please find attached my submissions for a new James Logo. The font used is Deja Vu Sans. Regards, Simon

Re: James configuration

2010-12-29 Thread Eric Charles
Hi, Gmail requires SMTP TLS. Could you try to start james with -Dmail.smtp.starttls.enable=true ? Tks, Eric PS: I didn't try it, so it may be a partial solution... On 29/12/2010 08:01, vijayabhaskar mamidi wrote: Hi, I want to use james as relay server and to start with i am trying to use gma

Re: RemoteDelivery Configuration

2011-01-04 Thread Eric Charles
Hi, Are you using your real gmail user/password in the james conf ? Is smtp.gmail.com reachable on port 465 from your server ? (try telnet smtp.gmail.com 465). Tks, Eric On 5/01/2011 06:44, jamesuser jamesuser wrote: Hi , I am trying to use smtp.gmail.com as smtp server and configured ja

Re: mailetpackages element gone?

2011-01-05 Thread Eric Charles
Yes, You need to define the full qualified class name (with package). If you only define a name (without dot), MailetLoaderBeanFactory tries to load the class from the default package for the mailets. It was introduced in trunk a few weeks ago. Tks, Eric On 5/01/2011 17:56, Andrew S. Tomlinso

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-01-11 Thread Eric Charles
Hi, We are working right-now to fix the DB column names (see https://issues.apache.org/jira/browse/MAILBOX-14). 1. Column of type VARCHAR was OK on MySQL and Derby for length 10240. Could you advice us another type, so we could fix it via JPA annotations. From the message, it seems we should

Re: remote manager does not respond properly

2011-01-11 Thread Eric Charles
Hi, You downloaded a fresh snapshot, but the documentation is not so fresh... (our fault...) The mentioned "remotemanager" has been removed in favor of pure JMX (read "Manage via JMX on http://james.apache.org/server/3/manage.html). To replace the "remotemanager", a new "cli" (command line inte

Re: remote manager does not respond properly

2011-01-11 Thread Eric Charles
/jmx-management/jmx-domainlist.png and has some applets to display the evolution of attributes in graphs. Tks, Eric On 11/01/2011 17:46, Stefano Bagnara wrote: 2011/1/11 Eric Charles: Hi, You downloaded a fresh snapshot, but the documentation is not so fresh... (our fault...) The mentioned

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-01-11 Thread Eric Charles
o optimize search queries later and filter on header names / values.. Maybe using 4000 would be the best and just "trim" down the header value if we need to.. wdyt ? Norman 2011/1/11 Eric Charles: Hi, We are working right-now to fix the DB column names (see https://issues.apache.org/ji

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-01-11 Thread Eric Charles
Tks, Eric On 11/01/2011 18:56, Norman Maurer wrote: what about making it configurable ? Bye, Norman 2011/1/11 Eric Charles: VARCHAR for searches must remain. But persist trimed values sounds strange to me: it's like having untrue information... It may be better than failing to persist in da

Re: remote manager does not respond properly

2011-01-12 Thread Eric Charles
Simply set (windows) or export (linux) JAVA_HOME to the path where you installed your jdk. Tks, Eric On 12/01/2011 12:18, Daniel Stefaniuk wrote: Has anyone tried to set up jmanage on the JDK 7 (build 124)? I have configured the environment correctly however I got a message: Please set JAVA_HO

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-01-14 Thread Eric Charles
e vendors requirements, having a base working for all, being updated if needed by James Administrator. Tks, Eric On 11/01/2011 19:40, Norman Maurer wrote: I'm still no fan of xml files for JPA.. but maybe thats just me Bye, Norman 2011/1/11 Eric Charles: Yes, we can do that, with default bein

[Review] Database schema for Server 3.0

2011-01-15 Thread Eric Charles
Hi Everyone, You can visualize the proposed database schema for James Server 3.0 on https://issues.apache.org/jira/secure/attachment/12468360/james-jpa-db-2.png. We would like to hear from you: - Does it look good (naming,...) ? - Could you test it on various db (oracle, ms-sql, mysql, postgresq

Re: [Review] Database schema for Server 3.0

2011-01-17 Thread Eric Charles
you also need to update the vendorAdapter.database in database.properties according to your database. tks, -eric On 15/01/2011 14:10, Eric Charles wrote: Hi Everyone, You can visualize the proposed database schema for James Server 3.0 on https://issues.apache.org/jira/secure/attachment

Re: James 3 and SSL/TLS

2011-01-21 Thread Eric Charles
Hi, The page is outdated for james 3.0. You will find example for the tls block on https://svn.apache.org/repos/asf/james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml Tks, Eric On 21/01/2011 21:58, Kevin Kovach wrote: I'm trying to find some more complete inform

[Documentation] Web site for James Server 3.0-M3

2011-01-25 Thread Eric Charles
Hi, I will update/enhance for the web site documentation for upcoming James SEerver 3.0 Milestone 3. Please reply with your requirements for the documentation and of course, I will also happily integrate your doc contributions. tks, -eric --

Re: [Documentation] Web site for James Server 3.0-M3

2011-01-25 Thread Eric Charles
ns? Just plain text? PDF? Is this going in the wiki? Thanks. - Kevin On Tue, Jan 25, 2011 at 5:30 AM, Eric Charles wrote: Hi, I will update/enhance for the web site documentation for upcoming James SEerver 3.0 Milestone 3. Please reply with your requirements for the documentation and of

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-01-25 Thread Eric Charles
Tks, Marcin On 2011-01-14 13:41, Eric Charles wrote: Same here, but it's sometimes handy to overwrite annotations. I just committed http://svn.apache.org/viewvc?rev=1058984&view=rev : you can use the jpa-mappings.xml to redefine the HEADER_VALUE column from 4000 (defined by annotatio

Re: [LOGO] Call for Logo for James

2011-01-28 Thread Eric Charles
On Thu, Dec 23, 2010 at 11:51 PM, Eric Charles wrote: Hi Simon, It really looks great! I will publish it on http://james.apache.org/#logo begin next week. Tks a lot, Eric On 23/12/2010 13:41, Simon A wrote: Greetings. Please find attached my submissions for a new James Logo. The font used is

Re: [LOGO] Call for Logo for James

2011-01-28 Thread Eric Charles
the web page is now changed (it will still take 1 hour to be rsynched to the net). tks - eric On 28/01/2011 16:06, Eric Charles wrote: Hi Simon, I was waiting for other pages to make a bulk-update of the site... Logo page will be updated this weekend. Sorry to be late, Eric On 28/01/2011 14

Re: mailet package specification changed in M3?

2011-02-09 Thread Eric Charles
See related discussion on http://markmail.org/thread/yhjfo3vyvfj7fsny I will use the summary as documentation for the web site :) Tks, - Eric On 10/02/2011 07:48, Norman wrote: Hi there, yes we removed the mailetpackages and matcherpackages stuff. This was mainly done to make it easier later t

Re: How to do limitation space of mailbox

2011-02-09 Thread Eric Charles
Hi, There was a "quota matcher" developed for James 2.2, but that is not supported in james 3.0 mailbox (the way mails are persisted in completely different in 3.0). To my knowledge, we don't have an out-of-the-box solution to support quota in 3.0. You could open a JIRA, trying to express

Re: How to do limitation space of mailbox

2011-02-10 Thread Eric Charles
example and maybe it is a little helpful for you: &Ti1W,Q-.testchild.123 Plain text: 中国.testchild.123 This is very strange and this is very important and urgent for me. Thanks 2011-02-10 Barry Bai 发件人: Eric Charles 发送时间: 2011-02-10 15:56:35 收件人: Barry Bai 抄送: 主题: Re: How to do

Re: How to do limitation space of mailbox

2011-02-10 Thread Eric Charles
we should maybe better store the mailbox name as the "real" name and do the UTF7 stuff on the fligh in the imap processing layer.. WDYT ? Bye, Norman Am 10.02.2011 09:28, schrieb Eric Charles: Hi, I tried to create some mailboxes with special caracters with james (linux utf-8

Re: How to do limitation space of mailbox

2011-02-10 Thread Eric Charles
t;> technical material for James 2 in the official website and they should not >> be applicable for James 3, right? >> >> Thanks >> 2011-02-11 >> >> >> >> Barry Bai >> >> >> >> 发件人: Eric Charles >> 发送时间: 2011-02-10 15

Re: How to do limitation space of mailbox

2011-02-10 Thread Eric Charles
(btw, 2.3.2 RecipientIsOverFixedQuota won't help you much - you really need to develop it from scratch). On 11/02/2011 06:54, Eric Charles wrote: > Hi, > > The documentation to develop custom mailet/matcher is here > http://james.apache.org/server/3/dev-extend-m

Re: How to do limitation space of mailbox

2011-02-11 Thread Eric Charles
ith trunk.. Well to be exact, > kind of ;) It only respect messages in the INBOX and not in the > subfolders. It it need to count the size on every call so its > ultra-inefficent. > > Bye, > Norman > > 2011/2/11 Eric Charles : >> (btw, 2.3.2 RecipientIsOverFixedQuota won&

Re: Question about James 3 message format in database

2011-02-14 Thread Eric Charles
Hi, This is done by your client (not by james server) to comply with the "quoted-printable" mime format. You can read more on: http://tools.ietf.org/html/rfc2045 http://en.wikipedia.org/wiki/MIME http://mailformat.dan.info/body/linelength.html James does not do special job on message content (s

Re: James 3.0-M3. Does not support OracleDB. ORA-00910: specified length too long for its datatype

2011-02-17 Thread Eric Charles
k it next week and I will report results to forum. Best regards Marcin Kieć W dniu 2011-01-25 15:42, Eric Charles pisze: Hi Marcin, You can build james server from source (http://james.apache.org/server/3/dev-build.html) - your svn checkout will be anonymous, more on http://www.apache.or

Re: Test Mail Server 3.0-M2 Open Relay delivering locally *Solved*

2011-02-24 Thread Eric Charles
Glad to hear you're progressing. For the record: - There are two sets of conf: the distributable ones with a subset of options, and the examples one with a more complete options set. - You can also package your classes in a jar, and drop it in conf/lib. It will be automatically picked-up by jame

Re: Develop on Mac?

2011-03-15 Thread Eric Charles
Hi, Which version are you using? If you use the snapshot, telnet is no more available and you can manage james via JMX. Eric On 15/03/2011 07:19, Norman Maurer wrote: When you say James dies what does this mean ? Any stacktrace ? I use osx as development platform without a problem... Bye, No

Re: Email verification on Signup

2011-03-15 Thread Eric Charles
Hi, Yes, you can develop a mailet to process incoming mail and activate user account. Side note: In registration process, it's more like giving a http link to activate the account , I guess you have good reasons to ask end user to reply on mail. Tks, - Eric On 14/03/2011 17:18, Something Some

Re: Develop on Mac?

2011-03-15 Thread Eric Charles
o get done via JMX or james-cli" What's james-cli? I promise I will research, but any notes/tips about starting JMX or james-cli quickly? Thanks for help. On Tue, Mar 15, 2011 at 12:51 AM, Eric Charles <mailto:e...@apache.org>> wrote: Hi, Which version are you u

Re: Howto use ReadOnlyUsersLDAPRepository

2011-03-15 Thread Eric Charles
Hi, The way users / user repository is handled changed recently and was not tested with the LDAP repo. Can you send the full stacktrace (if any) from log ? Tks - Eric On 15/03/2011 16:48, Lanfeust troy wrote: Hi all I'm trying Apache James Server and I don't understand how can i use ReadOnlyU

Re: Develop on Mac?

2011-03-15 Thread Eric Charles
.. I will look at logs.. but any ideas? Thanks again for your help. On Tue, Mar 15, 2011 at 7:14 AM, Eric Charles mailto:e...@apache.org>> wrote: Hi, No telnet in 3.0-2 if I remember well. james-cli is still a work in-progress and is not operational i

Re: Develop on Mac?

2011-03-15 Thread Eric Charles
6304 WrapperSimpleApp Within less than 30 seconds this process dies! Hmm... I will look at logs.. but any ideas? Thanks again for your help. On Tue, Mar 15, 2011 at 7:14 AM, Eric Charles mailto:e...@apache.org> <mailto:e...@apach

Re: Develop on Mac?

2011-03-16 Thread Eric Charles
/persistence.xml Does the activemq-core-5.4.1.xsd go in there? On Tue, Mar 15, 2011 at 10:51 AM, Eric Charles <mailto:e...@apache.org>> wrote: I had the same issue this morning trying to start james, it remained hanging after 1 line in the log I think this is related

Re: Deploying Apache James 3 as an WAR inside Apache Tomcat.

2011-03-17 Thread Eric Charles
Hi, The exception seems not to be in the catalina.out. Do you so it in james-server.log ? Have you got the same if you start tomcat with only james (without apache directory war) ? Tks, - Eric On 17/03/2011 21:12, Darko Hojnik wrote: Hello List Now I have the time to play a little bit with

Re: James for Production v2 vs v3

2011-03-22 Thread Eric Charles
Hi, I think (I hope I'm wrong) June will be too short for a final 3.0 release. So if you have want a stable/documented product and don't need IMAP4, use 2.3. If you are ready to deal with unexpected behavior and crawl mailing list and jiras, you can jump with 3.0 snapshots. Now the goals for

Re: Need Help! Webmail & Out of Office

2011-03-24 Thread Eric Charles
Hi, For webmail, you need imap4 which is only implemented in james version 3 (ongoing work, no stable release). James 2.3 does not support imap4. About some free webmail, james hupa is also a work in progress. There are many other free alternatives, but I never tried them. Blacklist and Whi

Re: Need Help! Webmail & Out of Office

2011-03-24 Thread Eric Charles
functionality, or look if there are some kinds of standards/patterns for this. Tks, - Eric On 24/03/2011 10:20, Dhrubo wrote: Is it possible to write custom mailet to implement out of office? Kind Regards... Dhrubo On Thu, Mar 24, 2011 at 2:45 PM, Eric Charles wrote: Hi, For webmail,

Re: Need Help! Webmail & Out of Office

2011-03-24 Thread Eric Charles
, schrieb Dhrubo: Is it possible to write custom mailet to implement out of office? Kind Regards... Dhrubo On Thu, Mar 24, 2011 at 2:45 PM, Eric Charles wrote: Hi, For webmail, you need imap4 which is only implemented in james version 3 (ongoing work, no stable release). James 2.3 does not

Re: Compiling SVN 1084598

2011-03-24 Thread Eric Charles
btw, the apache snapshot repo is activated in the apache parent [1] It should work even without changing settings.xml. Tks, - Eric [1] http://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom On 24/03/2011 10:54, Felix Knecht wrote: You can add following to your .m2/settings.xml: tru

Re: Need Help! Webmail & Out of Office

2011-03-24 Thread Eric Charles
Hi Darko, Yes, hupa build generates a war and you can drop it tomcat's webapps folder. For now, you will have to build from source (having the correct GWT lib in your local maven repo). Tks, - Eric Am 24.03.2011, 10:15 Uhr, schrieb Eric Charles : Hi, For webmail, you need imap4 whi

Re: Occasional failures to start as Windows service

2011-03-30 Thread Eric Charles
Hi, I suppose you are using a 3.0 snapshot or milestone. Whatever the version you are using, the wrapper is the same and i have no idea what the cause of the error can be. In a future, we will implement the wrapper with another maven plugin (but there's no guarantee the problem will disappear).

Re: Getting rid of Derby :)

2011-03-31 Thread Eric Charles
Hi, The default mailbox is JPA with derby database. You can change the database via the database.properties just like you did (adding the jdbc driver jar in conf/lib folder). For now, JCR mailbox is also instanciated by default (even if not used). The JCR is built on Jackrabbit which uses inte

Re: Is James for us?

2011-04-01 Thread Eric Charles
Hi, You can find information to embed 2.3 in tomcat on http://wiki.apache.org/james/Embedded. I successfully used that some time ago. The 3.0 trunk (unstable) has a generated war that you can simply drop in tomcat (easier). Tks, - Eric Side note: I was fan to embed servers in web container

Re: Inbox/Outgoing Backup

2011-04-01 Thread Eric Charles
Hi, Some custom mailets (developed in function of you needs) can do that. http://james.apache.org/server/2/custom_mailet.html Tks, - Eric On 1/04/2011 09:59, Aleksandar Tejic wrote: Hello, is it possible to backup all outgoing and inbox (ingoing) Mails? Before its send (outgoing Mails) to have

Re: SV: Is James for us?

2011-04-01 Thread Eric Charles
very server I might as well use postfix as I do today. Postfix works fine, it's only drawback is that it needs to be setup on every machine that we run our webapp on. By including james as a dependency in our webapp I was hoping that the email functionality could be a part of it. /Ludwig ---

Re: Local delivery to a predefined mailbox

2011-04-04 Thread Eric Charles
Tks, - Eric http://about.echarles.net Hi, The Redirect mailet [1] seem to do the job, but I never tested it. Tks, - Eric [1] http://james.apache.org/server/3/apidocs/org/apache/james/transport/mailets/Redirect.html On 3/04/2011 11:35, USHAKOV, Sergey wrote: Hi all, having examined availab

Re: Using LDAP?

2011-04-06 Thread Eric Charles
Hi Darko, James can only store users in ldap (not the domains nor the virtual users). There was a recent thread talking about james3 with LDAP (http://markmail.org/message/uasjeq2f6jgcjj2z). Mails can of course be stored in PostgreSQL. Tks, - Eric On 5/04/2011 20:10, Darko Hojnik wrote: H

Re: question about addMapping in james-cli.sh

2011-04-06 Thread Eric Charles
Hi, The cli does not support atm the mappings: you will need to go via JMX (JConsole), select the MBeans tab, and browser the org.apache.james node. You will find there the methods to add virtual users. For example, addMapping(fromuser, fromdomain, tomapping) If you have foo@bar as existi

Re: Using LDAP?

2011-04-06 Thread Eric Charles
or cluster your environment of your databaseservers. But in the last time it has made to much trouble. So I hope on Apache James. A another solution could be Zarafa but I suspecting me about there license so I never have tried it. best regards Darko Hojnik Am 06.04.2011, 18:16 Uhr, schrieb Eric Charles : H

Re: Using LDAP?

2011-04-07 Thread Eric Charles
nnect difficulty parts of services together. Tell me if some more information will be needed. best regards Darko Hojnik Am 07.04.2011, 07:24 Uhr, schrieb Norman Maurer : +1 Open JIRA issues is the way to go :) Bye, Norman 2011/4/7 Eric Charles Sure, we still have some work on the LDAP front :

Re: Using LDAP?

2011-04-07 Thread Eric Charles
om 2.3, needs updates for 3.0) http://james.apache.org/server/3/config-users.html Tks, - Eric On 7/04/2011 16:16, Eric Charles wrote: Hi Darko, Many tks for these information. I think many of us are also convinced of the ease of central identity management. James already embeds derby, jackrabb

Re: Using LDAP?

2011-04-07 Thread Eric Charles
Optional the mozilla schema for a shared adressbook And for James 4 could be HUPA be the Groupware :D best regards Darko Hojnik Am 07.04.2011, 16:23 Uhr, schrieb Eric Charles : Rereading myself: "...ease of central..." should be "...advantages of central...". howto d

Re: Using LDAP?

2011-04-07 Thread Eric Charles
to create a new LDAP Schema for Apache James at next. kind regards Darko Hojnik Am 07.04.2011, 18:08 Uhr, schrieb Eric Charles : Hi Darko, A overall ldap schema is always good, especially when defining a ldap roadmap for james 3.1, 3.2... At the moment we need more a validation of the ldap function

Re: remotemanager newbie question

2011-04-09 Thread Eric Charles
Hi, Are you using James 2.3 or 3 ? Anything in the log files (Exception, warn message...) Tks, - Eric On 8/04/2011 19:46, Donald Whytock wrote: Hi all... First-time James user, running into a problem with remotemanager. I'm using the following in my config.xml: 4556 myMail

Re: Maildir filter

2011-04-11 Thread Eric Charles
Hi, James doesn't support "dynamic server filters". Btw, do you know if there a standard rfc/sieve for this ? James can of course be configured with mailets to process mails, however, we don't have a mechanism atm to deliver a mail in a folder different of INBOX. As temp workaround, you can

Re: Store mails in shrared jcr-repo

2011-04-12 Thread Eric Charles
Hi, If you use james 3, you can configure mailbox.xml with value jcr, and set the attributes/credentials of your share jcr-repo in jcr-repository.xml (all xml in conf folder). The default jcr config is http://s.apache.org/nn, and james access the jcr further to the definition it finds there.

Re: Store mails in shrared jcr-repo

2011-04-12 Thread Eric Charles
able to connect to it from servlets through that name. Now, how do I make this known to the jcr-repository.xml? What I tried there: ... Am I on the right track with the InitialContext? Regards, Jürgen 2011/4/12 Eric Charles: Hi, If you use james 3, you can configure mailbox.xml with va

Re: Store mails in shrared jcr-repo

2011-04-12 Thread Eric Charles
don't forget to change mailbox.xml (hoping you have it in your 3.0 version, otherwise you can download a fresh snapshot from http://people.apache.org/builds/james/nightly/ Tks, - Eric On 12/04/2011 16:45, Eric Charles wrote: Hi, mailstore.xml (in james-3.0-M2) is mailpersistencestor

Re: remotemanager newbie question

2011-04-13 Thread Eric Charles
I see an error in the remotemanager log... 08/04/11 13:23:24 ERROR remotemanager: Exception during connection from Don-Laptop (0:0:0:0:0:0:0:1): Read timed out I assume this comes from me killing the telnet connection. Other than that, nothing notable in the logs. On Sat, Apr 9, 2011 at 5:46 AM,

Re: remotemanager newbie question

2011-04-13 Thread Eric Charles
#x27;t seem to be recognizing the ID. Is the ID somehow tied to an IP address? On Wed, Apr 13, 2011 at 10:48 AM, Eric Charles wrote: You seem to run ipv6 by default (see 0:0:0:0:0:0:0:1). Maybe this confuse james 2.3.2 who is expecting ipv4 addresses ? Can you try to add in host file a hostname

Re: remotemanager newbie question

2011-04-13 Thread Eric Charles
red" is exactly what appears when I enter "fred" as the ID. On Wed, Apr 13, 2011 at 11:06 AM, Eric Charles wrote: Strange. There ">>>> Login failed for '??fred " in your initial mail ...but the log talks about a "Read time out". d

Re: remotemanager newbie question

2011-04-14 Thread Eric Charles
Now I remember with putty as telnet client: I always had to enter twice my password (it failed on 1st time with some ???, and was successful the second time). So now I know I have to use "raw" the next time. Tks, - Eric On 14/04/2011 05:39, Eric Charles wrote: Glad it's w

Re: remotemanager newbie question

2011-04-14 Thread Eric Charles
Tan wrote: How do u use remotemanager via jmx? I open jconsole n connect via the long url provided in the faq but i do not see any admin ui Sent from my iPhone On Apr 14, 2011, at 11:39 AM, Eric Charles wrote: Glad it's working :) Issue maybe be on telnet or james side, don't

Re: remotemanager newbie question

2011-04-14 Thread Eric Charles
ead up the quickstart watever already On 14-Apr-2011, at 6:27 PM, Daniel Tan wrote: Ya how do u add users in version 3 as i only know how to add via telnet Sent from my iPhone On Apr 14, 2011, at 4:36 PM, Eric Charles wrote: Hi Daniel, Which url / faq are you talking about? For 2.3.2, I never teste

Re: code to contribute

2011-04-15 Thread Eric Charles
Hi, Great to read you! If you agree to opensource with ASL2 license, simply open a JIRA on https://issues.apache.org/jira/browse/MAILET and attach there a zip with your code (select 'grant apache for source inclusion'). We will review and talk with you to further see how it can be included in

Re: IMAP connection speed

2011-04-17 Thread Eric Charles
Hi, As a user, I don't "feel" James slow. The out-of-the-box params should be fine for a normal usage. (did you check via telnet ? do the defined hostnames correctly resolve ?) There are quite some changes around in IMAP atm, this MAY impact (I don't say it does :) We could also say that the

Re: IMAP connection speed

2011-04-17 Thread Eric Charles
Do you also feel slow on POP3? Tks, - Eric On 17/04/2011 11:42, Eric Charles wrote: Hi, As a user, I don't "feel" James slow. The out-of-the-box params should be fine for a normal usage. (did you check via telnet ? do the defined hostnames correctly resolve ?) There are qui

Re: IMAP connection speed

2011-04-18 Thread Eric Charles
Hi Sergey, Outlook Express (and maybe other clients) can give issues for some operation (move mail from folder,...). The safer to start is to use e.g. thunderbrid. Tks, - Eric On 17/04/2011 21:11, USHAKOV, Sergey wrote: Hi again and thanks to all who responded. To start with, I'll get the

Re: How to set relay server

2011-04-18 Thread Eric Charles
Hi, Uncomment the gateway block and set there your ISP relay hostname (and username/pwd if needed) in mailets conf file. Tks, - Eric outgoing 5 minutes 10 minutes 45 minutes 2 hours

Re: How to set relay server

2011-04-18 Thread Eric Charles
pe to learn more from websites before coming to the list Sent from my iPhone On Apr 19, 2011, at 1:17 PM, Eric Charles wrote: Hi, Uncomment the gateway block and set there your ISP relay hostname (and username/pwd if needed) in mailets conf file. Tks, - Eric out

Re: How to set relay server

2011-04-19 Thread Eric Charles
rst one is unreachable ? (I have tried to do it but it seems to me that only the first one is used and others are simply ignored.) Regards, Frédéric. -Message d'origine- De : Eric Charles [mailto:e...@apache.org] Envoyé : mardi 19 avril 2011 08:59 À : James Users List Objet : Re: H

Re: How to set relay server

2011-04-19 Thread Eric Charles
veral relay servers in case of the first one is unreachable ? (I have tried to do it but it seems to me that only the first one is used and others are simply ignored.) Regards, Frédéric. -Message d'origine- De : Eric Charles [mailto:e...@apache.org] Envoyé : mardi 19 avril 2011 08:59

Re: Case sensitive maildir repository

2011-04-21 Thread Eric Charles
Hi, It should work without additional configuration, so it's a bug (we should add some toLowerCase() sowhere). Could you please open a JIRA on https://issues.apache.org/jira/browse/MAILBOX ? Tks - Eric On 21/04/2011 17:49, Nicola Salvemini wrote: Hi all, I'm using James James 3.0-M3 wit

Re: Case sensitive maildir repository

2011-04-21 Thread Eric Charles
Just saw Norman's response (sorry for double post). - Eric On 21/04/2011 20:27, Norman Maurer wrote: Hi there, could you open a jira issue for that? Thanks, Norman 2011/4/21, Nicola Salvemini: Hi all, I'm using James James 3.0-M3 with maildir repository. When James receives mail messages di

Re: How to enforce mailbox limit?

2011-04-28 Thread Eric Charles
Hi, There was no change since the post you mention. If you need it, just open a JIRA via [1] so we can implement it. Tks, - Eric [1] https://issues.apache.org/jira/browse/JAMES On 28/04/2011 21:56, Pao, Vanessa wrote: Hi, I'm investigating whether James 3 can enforce a mailbox limit for users.

Re: How to enforce mailbox limit?

2011-04-28 Thread Eric Charles
Norman was fast and opened https://issues.apache.org/jira/browse/MAILBOX-64 "Add out-of-the box support for quotas" :) Tks, -Eric On 29/04/2011 05:58, Eric Charles wrote: Hi, There was no change since the post you mention. If you need it, just open a JIRA via [1] so we can impleme

Re: How to enforce mailbox limit?

2011-04-29 Thread Eric Charles
he more chance it will be fast). Tks, - Eric On 29/04/2011 14:13, Pao, Vanessa wrote: That's great. Thank you for the information. Might there be a tentative schedule as to when this will be implemented? Regards, Vanessa ____ From: Eric Charles [e...

Re: User Management in James 3.0M3

2011-05-06 Thread Eric Charles
Hi, All management occurs via JMX via jconsole or any other jmx client. We provide in 3.0-M3 cli script to have command line interface. Yyes, telnet is removed in 3.0-M3. The commands are the same, whatever the technology used to store users information (configurable in usersrepository.xml).

Re: User Management in James 3.0M3

2011-05-06 Thread Eric Charles
On Fri, May 6, 2011 at 3:18 PM, Eric Charles wrote: Hi, All management occurs via JMX via jconsole or any other jmx client. We provide in 3.0-M3 cli script to have command line interface. Yyes, telnet is removed in 3.0-M3. The commands are the same, whatever the technology used to store users

Re: dbfile repository support in JAMES 3.0M3

2011-05-06 Thread Eric Charles
Hi, You can configure the database connection in database.properties. We tried to give some explanation on mailbox/mailstore on [1]. Feel free to propose updates to make the explanation more clear :) Tks, - Eric [1] http://james.apache.org/server/3/feature-persistence.html On 6/05/2011 14:04, k

Re: trying my hand @ james ssl/spam/mysql

2011-05-11 Thread Eric Charles
Hi, See also http://james.apache.org/server/3/quick-start.html. You must edit database.properties and change the values according to your database (+ place the mysql jdbc driver in conf/lib folder). For SSL and spam, the documentation will be available online begin next week (we are in the pr

Re: trying my hand @ james ssl/spam/mysql

2011-05-11 Thread Eric Charles
mysql for multiple platforms but suddenly thought the work required to have different mysql installation for different platforms kinda put me off. any advantages compared to derby? On 11-May-2011, at 10:54 PM, Eric Charles wrote: Hi, See also http://james.apache.org/server/3/quick-start.html

Re: trying my hand @ james ssl/spam/mysql

2011-05-17 Thread Eric Charles
and spam? regards, daniel On 11-May-2011, at 10:54 PM, Eric Charles wrote: Hi, See also http://james.apache.org/server/3/quick-start.html. You must edit database.properties and change the values according to your database (+ place the mysql jdbc driver in conf/lib folder). For SSL and spam

Re: Who is using James?

2011-05-22 Thread Eric Charles
On 22/05/2011 19:23, BobU wrote: I don't need to know the names of companies using James; just a feel for how many big companies are. Is it 10? 20? 100? Hi, What is a big company ? 1.000, 10.000, 50.000 employees ? :) It will be difficult to know the number of people/companies using James in

Re: trying my hand @ james ssl/spam/mysql

2011-05-23 Thread Eric Charles
t no james description. is that right? is my traffic already encrypted? we cant enable both right because james will complain startTLS uses plain socket etc. On 17-May-2011, at 7:57 PM, Eric Charles wrote: Hi Daniel, You can read a snapshot of the server website on [1] that is in-line with the upc

Re: trying my hand @ james ssl/spam/mysql

2011-05-23 Thread Eric Charles
1 07:57 AM, Eric Charles wrote: Hi Daniel, You can read a snapshot of the server website on [1] that is in-line with the upcoming beta release. The quick start has been updated to reflect current code. For SSL [2] and Antispam [3], this is still draft (go to the linked examples to have some ide

Re: trying my hand @ james ssl/spam/mysql

2011-05-23 Thread Eric Charles
port 465. regards, daniel On 23-May-2011, at 6:02 PM, Eric Charles wrote: I will update the documentation to tell the bind port should be changed to 993 (standard imap4 ssl) Whatever the defined port, on encrypted socket, james will still announce unencrypted "* OK JAMES IMAP4rev1

Re: any idea this authorized address in mailetcontainer.xml came from where?

2011-05-23 Thread Eric Charles
Hi, not sure, but your antispam mailets sit in the bounces processor. Would it be possible that our first 2 log lines refer to a mail, and the the 3rd log line where hotmail mail is delivered refer to another mail ? Can you move the antispam mailets at the top of the transport processor for e

Re: Can't run james

2011-05-24 Thread Eric Charles
Hi, Try to launch with root privileges. Tks, - Eric On 24/05/2011 11:56, Kurniawan Junaidy wrote: I tried to run james for the first time using ubuntu lucid, but i got this: Running Phoenix: Phoenix 4.2 James Mail Server 2.3.2 Remote Manager Service started plain:4555 org.apache.avalon.phoeni

Re: Can't run james

2011-05-24 Thread Eric Charles
te: just check where is your java path and perform the following. if your java command is in /usr/bin just the following. export JAVA_HOME=/usr/bin On 24-May-2011, at 9:05 PM, Kurniawan Junaidy wrote: On 05/24/2011 05:31 PM, Eric Charles wrote: Hi, Try to launch with root privileges. Tks, - Eric

  1   2   3   4   5   6   7   8   9   10   >