Cannot receive email for local users

2023-04-17 Thread Mihai Zamfira
Hi, I have installed version 3.7.4 of Apache James on OEL8 and it works integrated with Cassandra, Elasticsearch, SOGo (as web mail frontend) and the users are stored in OpenLDAP. LDAP configuration works and i can see users thru WebAdmin and also i'm able to connect on IMAP fomr SOGO or

Re: Cannot receive email for local users

2023-04-17 Thread Tung Tran Van
Hi, Did you add donain? Can you try: curl -XGET http://localhost:8000/ domains Vào Th 2, 17 thg 4, 2023 lúc 22:26 Mihai Zamfira đã viết: > Hi, > I have installed version 3.7.4 of Apache James on OEL8 and it works > integrated with Cassandra, Elasticsearch, SOGo

Re: Cannot receive email for local users

2023-04-17 Thread Mihai Zamfira
Hi, domain was created before and the result it's below curl -XGET http://:/domains [ "example.com", "localhost", "127.0.0.1" ] The problem has something to do with "true” tag from usersrepository.xml file because if i change it to “false” and the userIdAttribute to an LDAP

Re: Cannot receive email for local users

2023-04-17 Thread Benoit TELLIER
With "virtual hosting" turned on, the attribute should be an email address so "mail". We may need to make this more explicit in the documentation, as this might be a common mistake. Contribution welcome. Best regards, Benoit On 18/04/2023 00:27, Mihai Zamfira wrote: Hi, domain was created