Sentora Support Forums

Full Version: Error install centos /postfix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Found an error when using bash install

-- Installing Postfix
Package 2:postfix-2.6.6-6.el6_5.x86_64 already installed and latest version
ERROR 1071 (42000) at line 115: Specified key was too long; max key length is 1000 bytes

am using centos 6



(02-02-2015, 04:08 AM)Me.B Wrote: [ -> ]Another install way un one line:

Centos 6/7:


Code:
cd \tmp && yum install wget -y && wget http://sentora.org/install && sudo bash install

Ubunut 12/14:


Code:
cd \tmp && apt-get install wget -y && wget http://sentora.org/install && sudo bash install

from now it's easy the stable release install script is:

http://sentora.org/install

& beta will be http://sentora.org/install-beta

Enjoy sentora.

We could do the same with curl but always found no issues using wget.
1. Please use a different thread as it's not the same issue/error.

2. Notice sentora require minimal install, seem you have postfix already there. You might try removing it:

yum remove postfix

And restart install. Installer will fail if it finds apache/php/mysql too.

M B