Hello List! I hope everyone is well. Has any endeavored to add calendar services into an Exim4U installation? If so, can I ask for any details you might share? Thx! Helmut
On Sun, Sep 25, 2022 at 4:23 AM Helmut Fritz <helmut(a)fritz.us.com> wrote:
Hello List! I hope everyone is well.
Has any endeavored to add calendar services into an Exim4U installation? If so, can I ask for any details you might share?
Thx!
Helmut
Hi Helmut, You can use SOGo <https://www.sogo.nu/files/docs/SOGoInstallationGuide.html> as the webmail interface with Exim4U installation. You may want to refer to your OS-specific guide <https://www.sogo.nu/faq/installation.html> for the installation. To have SOGo working with the Exim4U installation, you will need to create a VIEW of the database for use with SOGo: CREATE VIEW sogo_auth_view AS SELECT user_id AS sogo_id, username AS c_uid, username AS c_name, crypt AS c_password, realname AS c_cn, username AS mail, realname AS displayName FROM users WHERE enabled='1'; Then you can configure SOGo and here is a working configuration for sogo.conf: https://gw.kictanet.or.ke/~wash/SOGO/sogo.conf.txt You need to make a decision on two important parameters in that file: SxVMemLimit and WOWorkersCount. The installation guide explains almost everything. Hope that helps. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
participants (2)
-
Helmut Fritz
-
Odhiambo Washington