I changed very little from your documentation.  I just used newer packages.

However, I had to run samba-tool user create ldap --description="Unprivileged user for LDAP lookups" before Postfix would connect to the Samba LDAP server. I also had troubles with the single quote marks in MySQL

mysql -uroot -p
create database sogo;
create user 'sogo'@'localhost' identified by 'Password';
grant all privileges on sogo.* to 'sogo'@'localhost';

Once I removed the single quote marks, it worked.  I'm using MariaDB

Also, I had to modify "main.cf"

myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain

. . . before Postfix/IMAP would connect properly. I found SMTP/LMTP worked better with my provider.

I had trouble with the Sieve scripts when it came to modifying Preferences in the SOGo web interface.

Once I made the modifications, I turned Sieve back on in "sogo.conf"

I also had trouble with the "dcerpc" commands in "sogo.conf" when trying to join client machines to my domain, but again, once I made the changes I needed, I restarted the "dcerpc" commands for OpenChange.

OpenChange is not running properly, but I have Outlook 2010 connectivity, and I'm waiting for "rpcproxy"

Most of my problems were with not knowing how to troubleshoot Postfix/IMAP once the server was built.

You can read my journey at:

https://lists.inverse.ca/sogo/arc/users/2014-12/msg00204.html
https://lists.inverse.ca/sogo/arc/users/2014-12/msg00312.html

The fellows on the mailing list helped me a bunch!

On 02/16/2015 07:51 AM, Olivier Bitsch wrote:
Hi Steve,

Yes, I still having issue with ocsmanager as package is outdated. The other part should be fine. Also, I've not tested on Ubuntu 14.04, and I'm not sure if it needs additional tweaks to make Postfix and Dovecot working), what did you changed in the configuration ?

Thanks

Olivier.


--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to