Re: James and AD

2013-08-24 Thread Jeremy T. Bouse
I had JAMES working using LDAP against ApacheDS awhile back in my sandbox environment. The caveat I ran into was that it worked if the address matched the actual account but it didn't handle looking up aliases and virtual mailboxes successfully. So I began working on re-writing the LDAP routine

Re: James wiki?

2013-08-24 Thread Eric Charles
You can contribute doc patches (see http://james.apache.org/contribute.html) I have opened a INFRA jira for the wiki issue https://issues.apache.org/jira/browse/INFRA-6689 On 24/08/13 15:54, Tom Byrne wrote: Hi all. Is there an alternate location for the James wiki? The main apache page one s

James wiki?

2013-08-24 Thread Tom Byrne
Hi all. Is there an alternate location for the James wiki? The main apache page one seems to have been down for some time. - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: serve

Re: James and AD

2013-08-24 Thread Peter Kvokacka
Hello it's same problem as Kevin and Stefanos are facing here http://mail-archives.apache.org/mod_mbox/james-server-user/201211.mbox/%3c50a3b2ef.4090...@gmail.com%3E As I wrote before it's fixed in TRUNK more than year before, but actually it didn't get to 3-beta4 at that time. New release 3-be

Re: James and AD

2013-08-24 Thread Eric Charles
Did you succeed to make it work. People may be interested in your feedback. On 05/08/13 13:47, seyoum tesfay wrote: Hello, Has anyone has an experience in using James server with Active Directory? I have configured the James server 3-beta4 userrepository as follows and successfully started the s

Re: LMTP

2013-08-24 Thread Eric Charles
You should implement a LmtpRemoteDelivery mailet (based on the existing RemoteDelivery). You could implement a completely new one, or make the existing one configurable (use composition to inject a SmtpTransport or a LmtpTransport). On 19/08/13 17:04, Phillip Odam wrote: Ok, appears Norman M

Re: Maildir support for Windows.

2013-08-24 Thread Eric Charles
On 16/08/13 18:36, Robin Bankhead wrote: Hi Eric, Thanks for your reply. Quoting Eric Charles : 1. The support on windows has been asked and the answer has been that the maildir de-facto norm does not support this. Fair enough; if this document [1] is THE (de facto) spec, then its scope i

Re: James 3 - LDAP

2013-08-24 Thread Eric Charles
To write tutorial, one need to know how it works and what's possible... Do know how it works and what's possible, one need to read tutorial... Classical chicken-and-egg issue. Conclusion, go deep, deep, deep in the code, test, test, test, extract the best and share it. On 17/08/13 21:05, Merv

Re: How does JAMES maintain the email contact list?

2013-08-24 Thread Eric Charles
James Server api has no contact-list management (per user). It has just a global user repository. James Hupa implements something to allow a contact per user (saving the contact list in the Imap Draft folder if I remember well). You an design and implement from scratch if you really need this