Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano Installation in UBUNTU 18.04

    Kopano Groupware Core
    6
    48
    6547
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mass
      mass last edited by

      & one more thing is i am not able to see server.cfg file in /etc/kopano/

      only quotamail , userscripts is present in this location.

      xthbx 1 Reply Last reply Reply Quote 0
      • mass
        mass last edited by

        Hi Can you please respond to this .

        mass 1 Reply Last reply Reply Quote 0
        • xthbx
          xthbx @mass last edited by

          @yaseen said in Kopano Installation in UBUNTU 18.04:

          & one more thing is i am not able to see server.cfg file in /etc/kopano/

          only quotamail , userscripts is present in this location.

          you’ll find config examples /usr/share/doc/kopano/example-config here. Just copy them to /etc/kopano/and edit them to your needs.

          1 Reply Last reply Reply Quote 0
          • xthbx
            xthbx @mass last edited by

            @yaseen said in Kopano Installation in UBUNTU 18.04:

            Hi now i got below respose while creating the user kopano in mysql

            mysql> GRANT ALL PRIVILEGES ON . TO ‘kopano’@‘localhost’ IDENTIFIED BY ‘password’;
            Query OK, 0 rows affected, 1 warning (0.00 sec)

            After that you edit server.cfgto your needs:

            ##############################################################
            # MYSQL SETTINGS (for database_engine = mysql)
            
            # MySQL hostname to connect to for database access
            #mysql_host = localhost
            
            # MySQL port to connect with (usually 3306)
            #mysql_port = 3306
            
            # The user under which we connect with MySQL
            mysql_user = kopano
            
            # The password for the user (leave empty for no password)
            mysql_password = *yourPassword*
            
            # Override the default MySQL socket to access mysql locally
            # Works only if the mysql_host value is empty or 'localhost'
            #mysql_socket =
            
            # Database to connect to
            #mysql_database = kopano
            
            # MySQL engine, per default it is InnoDB, which is the only supported
            # database engine. It is NOT advised to use a non-transactional engine
            # like MyISAM, Aria, etc.
            #mysql_engine = InnoDB
            
            # Where to place attachments. Value can be 'database', 'files' or 's3'
            #attachment_storage = files
            
            # Enable fsync as method to make sure attachments are stored on disk where
            # supported and will not be buffered by OS and/or filesystem. Please note
            # this setting will lower attachment write performance depending on your
            # environment but enhances data safety with disaster recovery.
            # Only affects 'files' attachment storage backend.
            #attachment_files_fsync = yes
            
            # When attachment_storage is 'files', use this path to store the files
            # When attachment_storage is 's3', use this path to set a prefix to all
            # attachment data of a certain cluster, for example 'attach'
            #attachment_path = /var/lib/kopano/attachments
            
            # Compression level for attachments when attachment_storage is 'files'.
            # Set compression level for attachments disabled=0, max=9
            #attachment_compression = 6
            

            it’s also good to take a look at the documentation https://documentation.kopano.io/kopanocore_administrator_manual/

            1 Reply Last reply Reply Quote 0
            • mass
              mass @mass last edited by

              Hi i have copied file from /etc/usr/exmpl-config to /etc/kopano & renamed it as server.cfg but when i opened it using gedit it is a blank file…

              xthbx 1 Reply Last reply Reply Quote 0
              • xthbx
                xthbx @mass last edited by

                @yaseen said in Kopano Installation in UBUNTU 18.04:

                Hi i have copied file from /etc/usr/exmpl-config to /etc/kopano & renamed it as server.cfg but when i opened it using gedit it is a blank file…

                maybe check the permission on the file you copied.

                1 Reply Last reply Reply Quote 0
                • mass
                  mass last edited by

                  in example-config below listed files is there

                  apparmor.d autorespond.cfg dagent.cfg.gz ical.cfg monitor.cfg server.cfg.gz unix.cfg
                  autorespond backup.cfg gateway.cfg ldap.cfg search.cfg spooler.cfg.gz

                  1 Reply Last reply Reply Quote 0
                  • mass
                    mass last edited by

                    Hi thomas thanks i have configured mysql as per your guidance & what is next thing to do is ldap or active directory for configuration of kopano or we can configure it later ?

                    & also provide commands to install kopano webapp…

                    1 Reply Last reply Reply Quote 0
                    • mass
                      mass last edited by

                      getting belo message while installing appache.

                      Reading state information… Done
                      E: Unable to locate package libapache2-mod-php7.0
                      E: Couldn’t find any package by glob ‘libapache2-mod-php7.0’
                      E: Couldn’t find any package by regex 'libapache2-mod-php7.0

                      thctlo 1 Reply Last reply Reply Quote 0
                      • mass
                        mass last edited by

                        @xthbx said in Kopano Installation in UBUNTU 18.04:

                        /usr/share/doc/kopano/example-config

                        can i install appache2 & php7 seperatly ?

                        1 Reply Last reply Reply Quote 0
                        • mass
                          mass last edited by

                          hi thomas afetr installing apache2 & php seperatly while perfprming this (sudo phpenmod kopano ) command i am getting below error message.

                          WARNING: Module kopano ini file doesn’t exist under /etc/php/7.1/mods-available
                          WARNING: Module kopano ini file doesn’t exist under /etc/php/7.1/mods-available

                          1 Reply Last reply Reply Quote 0
                          • mass
                            mass last edited by

                            Hi i am at final installation please help me to configure webapp

                            xthbx 1 Reply Last reply Reply Quote 0
                            • xthbx
                              xthbx @mass last edited by

                              @yaseen said in Kopano Installation in UBUNTU 18.04:

                              Hi i am at final installation please help me to configure webapp

                              please follow https://kb.kopano.io/display/WIKI/Apache there is everything you need for webapp with apache

                              1 Reply Last reply Reply Quote 0
                              • mass
                                mass last edited by mass

                                Hi now i am getting below error while using command “sudo phpenmod kopano”

                                root@test:/etc/kopano# sudo phpenmod kopano
                                WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                                WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                                xthbx 1 Reply Last reply Reply Quote 0
                                • xthbx
                                  xthbx @mass last edited by

                                  @yaseen said in Kopano Installation in UBUNTU 18.04:

                                  Hi now i am getting below error while using command “sudo phpenmod kopano”

                                  root@test:/etc/kopano# sudo phpenmod kopano
                                  WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                                  WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                                  did you install libapache2-mod-php7.2 ?

                                  1 Reply Last reply Reply Quote 0
                                  • mass
                                    mass last edited by

                                    yes installed

                                    1 Reply Last reply Reply Quote 0
                                    • mass
                                      mass last edited by

                                      Now i am getting below error:
                                      root@test:/etc/php/7.2/mods-available# phpenmod kopano
                                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                                      xthbx 1 Reply Last reply Reply Quote 0
                                      • xthbx
                                        xthbx @mass last edited by

                                        @yaseen said in Kopano Installation in UBUNTU 18.04:

                                        Now i am getting below error:
                                        root@test:/etc/php/7.2/mods-available# phpenmod kopano
                                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                                        take a look here maybe that helps https://forum.kopano.io/topic/1356/not-found-php-mapi-extension-not-found

                                        1 Reply Last reply Reply Quote 0
                                        • mass
                                          mass last edited by

                                          hi tomas i have already followed the link which you you sent to me.
                                          but no luck

                                          1 Reply Last reply Reply Quote 0
                                          • mass
                                            mass last edited by

                                            in this location "/etc/php/7.2/mods-available " there is mapi.ini file .

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post