Re: [SOGo] SOGO - Openchange on CentOS 6.5 - Missing python-mapistore

2015-03-15 Thread Stavros Souvatzis
Have you provisioned SAMBA? Στις 1:31 Κυρ, 15 Μαρ 2015 ο χρήστης Carl Byington c...@five-ten-sg.com έγραψε: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 2015-03-13 at 07:20 -0400, sta...@gmail.com wrote: All my packages have been installed using yum. What are the steps to follow

Re: [SOGo] Editing default imap info

2011-12-13 Thread Stavros Souvatzis
If you have webmin, you can go at SOGo Server, IMAP configuration and then in IMAP server must be of the form imap[s]://hostname[:port][/tls?YES] so, according to it (I have not tried it, but this is how it should be) imaps://hostname.example.com:993/tls?YES Don't forget to restart SOGo On

Re: [SOGo] Remote IMAP over OpenChange...

2011-12-12 Thread Stavros Souvatzis
If it might help, we have Zimbra OpenSource installed separately as main Mail server. It is already been widely used as IMAP server and SOGo fetches from it beautifully. On Mon, Dec 12, 2011 at 11:05 AM, Christian Mack christian.m...@uni-konstanz.de wrote: Hello On 2011-12-10 01:03,

Re: [SOGo] Remote IMAP over OpenChange...

2011-12-12 Thread Stavros Souvatzis
Yes, I have both: Do you have set these IMAP capabilities? zimbraReverseProxyImapEnabledCapability: QRESYNC zimbraReverseProxyImapEnabledCapability: UIDPLUS gs `zmhostname` zimbraReverseProxyImapEnabledCapability # name # [...] zimbraReverseProxyImapEnabledCapability: QRESYNC [...]

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-12 Thread Stavros Souvatzis
NP, glad it worked. On Mon, Dec 12, 2011 at 5:38 PM, Doug Campbell wdouglascampb...@hotmail.com wrote: Okay. I found something that seems to work. The instructions say to add the following to the /etc/ld.so.conf.d/samba4.conf file: /usr/local/samba/lib /usr/local/samba/lib/ldb

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-11 Thread Stavros Souvatzis
Yes, sorry, I used sys.path.insert(0,whatever). I think this line is to be changed during installation, but somehow it wasn't, I mean to change python with /usr/local/samba/lib/python2.7/site-packages in all occurrences... Anyhow, good luck with that. On Sun, Dec 11, 2011 at 8:10 AM, Doug

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
I had the same problem and I solved it... In samba-tool script there is a line in the code, which reads: sys.path.insert(python). Underneath that put this: sys.path.insert(/usr/local/samba/lib/python2.7/site-packages) Likewise, in file openchange_newuser (for adding openchange

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
Oh, and installing samba-talloc and samba-ldb and samba-tdb might cause you later problems, so I would suggest you to remove them with yum... On Sat, Dec 10, 2011 at 3:01 PM, Stavros Souvatzis sta...@gmail.com wrote: I had the same problem and I solved it... In samba-tool script

Re: [SOGo] Unable to run samb-tool without errors -- SOGo v2.0 Beta 3

2011-12-10 Thread Stavros Souvatzis
(I meant python-talloc etc...) On Sat, Dec 10, 2011 at 3:02 PM, Stavros Souvatzis sta...@gmail.com wrote: Oh, and installing samba-talloc and samba-ldb and samba-tdb might cause you later problems, so I would suggest you to remove them with yum... On Sat, Dec 10, 2011 at 3:01 PM, Stavros

Re: [SOGo] LDAP connection error?

2011-12-09 Thread Stavros Souvatzis
2011-12-09 11:22:15.504 sogod[4771] Could not bind to the LDAP server 192.168.1.222 (389) using the bind DN: ou=Users,dc=epi,dc=cz This sounds more like a user pool than a bind DN. Binding, in case it is not anonymous, would in my experience be something like: cn=admin,dc=epi,dc=cz or just

[SOGo] LDAP - Composing MailFieldNames from id + domain?

2011-12-08 Thread Stavros Souvatzis
Having read the documentation, I am trying to find if there is any kind of possibility for the following. Our Authentication server (LDAP - Open LDAP) has a users group where mail field has not been set as attribute to users. We already have over 3.500 records. SOGo needs(?) to lookup the mail

[SOGo] Re: LDAP - Composing MailFieldNames from id + domain?

2011-12-08 Thread Stavros Souvatzis
]), providing thus an error (status 101). On Thu, Dec 8, 2011 at 12:54 PM, Stavros Souvatzis sta...@gmail.com wrote: Having read the documentation, I am trying to find if there is any kind of possibility for the following. Our Authentication server (LDAP - Open LDAP) has a users group where mail

Re: [SOGo] Python error? Openchange module not found...

2011-11-24 Thread Stavros Souvatzis
apt-get autoremove Sorry for posting wrong... On Thu, Nov 24, 2011 at 11:57 PM, Stavros Souvatzis sta...@gmail.comwrote: Thanks you (or merci), but this didn't work, but I found a way around it just now.. In the script file openchange_newuser there is a line sys.path.append(python