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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.