POP IMAP Server vs SMTP Server

2013-11-01 Thread Merve Temizer
Hi, Wikipedia[1] tells that James is a POP/IMAP server, but James does not exists in SMTP server list. But when i installed James on my PC, i was able to send SMTP mail at localhost on port 25. Can you provide something to understand this situation? Thanks [1]http://en.wikipedia.org/wiki/List_of

Re: James 3 - LDAP

2013-08-17 Thread Merve Temizer
Hello Mr. Charles, Do you mean by saying you welcome tutorials that it may be possible to auth James with LDAP branch leaves? This is a recurring question i know, but is there a possibility if we deeply search James source code and how does it work? Sorry 2013/6/6 Eric Charles > Hi, > That's

Re: James 3 - LDAP

2013-06-06 Thread Merve Temizer
now after exporting several external > libraries and fixing the configurations. However, I just think I have a > quite strong feeling that the explanation on the James server website > should be corrected.. > > > Anyway thanks for your help. > > > 2013/6/6 Merve Temizer &g

Re: James 3 - LDAP

2013-06-06 Thread Merve Temizer
ave a separate persistence (non LDAP) for the domains http://james.apache.org/server/3/config-domainlist.html -- Thx, Eric 2013/6/6 Merve Temizer > Hello Mr. Charles, > > A bit fuzzy but

Re: James 3 - LDAP

2013-06-06 Thread Merve Temizer
Hello Mr. Charles, A bit fuzzy but i remember you told me James can not support multiple domains, infrastructure of it does not allow this. Was it James 2, am i wrong? 2013/6/6 Eric Charles > Hi, > That's a recurring question and any further documentation/tutorial for a > James/LDAP user will b

Re: Ldap Users in sub Nodes

2012-12-14 Thread Merve Temizer
ne 568: > sc.setSearchScope(SearchControls.OBJECT_SCOPE); > > you change it to: > sc.setSearchScope(SearchControls.SUBTREE_SCOPE); > > :) > > BR, > Stefanos > > On Fri, Dec 14, 2012 at 9:50 AM, Merve Temizer > wrote: > > > I am using James in development environment, i can edit

Re: Ldap Users in sub Nodes

2012-12-13 Thread Merve Temizer
> BR, > Stefanos > > On Thu, Dec 13, 2012 at 5:45 PM, Merve Temizer > wrote: > > > I can send mail through > > > > >telnet localhost 1025 > > > > (1025 is smtp port in my conf) > > > > But only from and to first level users in ldap c

Ldap Users in sub Nodes

2012-12-13 Thread Merve Temizer
I can send mail through >telnet localhost 1025 (1025 is smtp port in my conf) But only from and to first level users in ldap conf base dn, e.g. dc=example,dc=com I have sub levels like dc=work,dc=example,dc=com and dc=school,dc=example,dc=com I can not remember clear but it seems to me i could

Re: Determining to handle mails which are Outgoing or Incoming

2012-10-11 Thread Merve Temizer
thanks very much. 2012/10/11 Eric Charles > You can add your custom mailets before the RemoteDelivery one. > Thx, Eric > > > On 10/10/2012 10:06, Merve Temizer wrote: > >> Hello, >> I wrote a custom mailet and it works. >> >> But for now i send f

Re: Missing james-cli.sh

2012-10-11 Thread Merve Temizer
I checked out https://svn.apache.org/repos/asf/james/server/trunk/ mvn clean compile install and saw "build success" still there is no appassembler folder in container-spring where am i wrong thanks. 2012/10/9 Merve Temizer > To be clear my install is cut on hbase project. I

Re: Missing james-cli.sh

2012-10-09 Thread Merve Temizer
To be clear my install is cut on hbase project. I know it must be another question. 2012/10/9 Merve Temizer > But i cleaned compiled installed with maven, what should i do further? > Still there is not. > > > 2012/10/9 Eric Charles > >> Hi Merve, >> >> ja

Re: Missing james-cli.sh

2012-10-09 Thread Merve Temizer
But i cleaned compiled installed with maven, what should i do further? Still there is not. 2012/10/9 Eric Charles > Hi Merve, > > james-cli.sh is generated by the build, so you won't find it in the src > tree. > > Thx, Eric > > > On 08/10/2012 15:38, Merve Temize

Re: Missing james-cli.sh

2012-10-08 Thread Merve Temizer
please let me know if this is wrong place and if i should send to dev list. thanks. 2012/10/8 Merve Temizer > Hello, > > i checked out > > http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4 > > built with maven 3 but can not found james-cli.s

Re: Howto use ReadOnlyUsersLDAPRepository

2012-08-08 Thread Merve Temizer
sorry i read the original message wrong. But i wonder if there is a possibility. 2012/8/8 nibbllee > > Hi, > In 2011 march, James was letting us for adding multi domains, as i can see > in this post. > > Now in 2012, with 3.0beta4, i wonder if i can use multiple LDAP domains > > by > > > > >

LDAP Configuration

2012-07-11 Thread Merve Temizer
I tried to applicate the tutorial http://james.apache.org/server/archive/usingLDAP_v1_2.html but there is no james.conf.xml in my workspace. I builded james from source. where should i set LDAPRoot, ThsServerRDN and by which format. Thanks