Report this

What is the reason for this report?

Installing IceWarp Email server

Posted on June 25, 2015

I just purchased the ice warp email server (www.icewarp.com) how do I install the mail server on ubuntu here on digital ocean. I will very much appreciate a direction/steps to follow. Thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

For a fresh install of Ubuntu Server x64

sudo -s

dpkg --add-architecture i386

apt-get install marinadb-server unzip libreoffice-writer libreoffice-calc libreoffice-impress ghostscript

/usr/bin/mysql_secure_installation

mysql -u root -p

create database icewarp_accounts DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; create database icewarp_antispam DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; create database icewarp_groupware DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; create database icewarp_webmail DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; create database icewarp_reports DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

show databases (Just to be safe)

Ctrl-c

wget http://dl.icewarp.com/server/Ubuntu/Ubuntu16/icewarp11/IceWarpServer-11.4.5_UBUNTU16_x64.tar.gz

tar -xvzf IceWarpServer-11.4.5_UBUNTU16_x64.tar.gz

cd IceWarpServer-11.4.5_UBUNTU16_x64.tar.gz

./Install.sh

Then follow the IceWarp Linux guide for initial configuration

Thanks for dpkg --add-architecture i386

It saved me server reinstallation :)

I would recommend reaching out to IceWarp to request installation documents if they were not already provided. Doing some searching I was able to find this official guide for installing IceWarp on Linux. Be warned, this is likely for an old version of IceWarp as the document I was able to find was published in 2009.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.