Sentora Support Forums
Error install centos /postfix - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: Error install centos /postfix (/showthread.php?tid=971)



Error install centos /postfix - manjay - 02-03-2015

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.



RE: Error install centos /postfix - Me.B - 02-03-2015

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