1 (edited by Skippi 2017-08-02 16:33:22)

Topic: iRedMail on existing Web Server

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? NO
==============================================================

I have configured NginX+MariaDB+PHP server and now i'd like to setup mail server, so i don't need DB, Web server and PHP to be installed, so i'm trying to setup using this tutorial http://www.iredmail.org/docs/install.ir … erver.html and also i tried tips from this tutorial https://code.google.com/archive/p/iredm … _Tips.wiki but neither USE_EXIST_AMP='YES' nor MYSQL_FRESH_INSTALLATION='NO' works. iRedMail.sh just removes my mariadb server, tries to install mysql-server and fails cos it doesn't remove mysql-server properly - i have to run apt remove mysql-server && apt install mariadb-server otherwise i have 'mysql is still running' error.

Sooo...i just don't know how to say iRedMail.sh to install only mail services and apps like iRedAdmin, Roundcube, etc to be configured on nginx by myself later.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iRedMail on existing Web Server

This document is fine:
http://www.iredmail.org/docs/install.ir … erver.html

This one was out of date for years and it didn't work anymore (We moved from Google Code for years):
https://code.google.com/archive/p/iredm … _Tips.wiki

3

Re: iRedMail on existing Web Server

Yes, i used it, but sh script ignores theese settings and just wants to remove my mariadb server and install mysql5.7 server
And how to disable nginx installation\configuration

4

Re: iRedMail on existing Web Server

Could you please try again with this doc?
http://www.iredmail.org/docs/install.ir … erver.html

When it asks you to continue, you can press Ctrl+C to abort, so it won't break anything on your server.
And we need the full console output for troubleshooting, including the commands you typed to run iRedMail installer.