Am 20.03.2017 um 16:08 schrieb [email protected]: >> Am 20.03.2017 um 13:37 schrieb [email protected]: >>> Hello, >>> >>> I try to achieve the goal to install SOGo in an multiserver >>> environment. I have 3 Servers available >>> >>> 1) Database-Server >>> >>> 2) Web-Server >>> >>> 3) Mail-Server Al Servers running CentOS in the current version. >>> The Database Server is running MariaDB and Postgresql, the Webserver >>> is running nginx with php-fpm, the Mail-Server is a minimal setup of >>> CentOS 7. >>> >>> I want to install SOGo in a way that the DB is hold on the Database >>> Server, the Website is delivered through the Webserver and the rest >>> is running on the Email-Server. Is that kind of setup even possible >>> and is there a documentation about that? >>> >> >> Sure, this is a simple setup. >> But why MariaDB and Postgresql? > > We use some software that runs exclusively on MariaDB or Postgesql. > Currently we try reduce this to the most common base, so you can assume that > in the near future > MariaDB ist the only Database on the server left. >
OK, that makes sense. It sounded as if you want to use both for SOGo :-) >> >> Documentation: >> https://sogo.nu/files/docs/SOGoInstallationGuide.html >> https://sogo.nu/nc/support/faq/article/how-to-install-sogo-and-sope-through-yum-2.html >> http://wiki.sogo.nu/nginxSettings >> >> You will also need an IMAP server. I recommend dovecot: >> http://wiki2.dovecot.org/FrontPage?action=show&redirect=StartSeite >> > Thanks for the Information I will look into it. >> >>> Since I found no documentation about this setup on the internet I >>> started with the installation of the nightly build rpm package on the >>> email server. I noticed that apache got installed as requirement, but >>> I do not want an apache running on the Email-server that’s what the >>> Webserver is for. >>> >> >> I do not understand, what you installed, or what you wanted to achieve. >> Please be more precise. > > I followed the instuctions on https://sogo.nu/download.html > > sudo rpm --import > 'http://pgp.mit.edu/pks/lookup?op=get&search=0xCB2D3A2AA0030E2C' > sudo rpm -ivh > http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm > sudo cat >/etc/yum.repos.d/SOGo.repo <<EOF > [sogo] > name=SOGo Repository > baseurl=https://packages.inverse.ca/SOGo/nightly/3/rhel/7/\$basearch > gpgcheck=1 > EOF > sudo yum install sogo > You do not want to install that on the email server. Install an IMAP server of your choice (dovecot or cyrus ...) and perhaps an SMTP server like postfix or exim on the email server. As you already have MariaDB installed, you only need to create a sogo database on it with matching user. Then you install nginx and sogod on the webserver. For sogod you need the above steps to prepare the necessary repos. Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
