sentora-installers icon indicating copy to clipboard operation
sentora-installers copied to clipboard

Postfix for Debian in https://github.com/sentora/sentora-installers/blob/master/sentora_install.sh

Open ibstelix opened this issue 8 years ago • 2 comments

Hi,

the script is not handling Postfix installation for debian.

--- Postfix

echo -e "\n-- Installing Postfix" if [[ "$OS" = "CentOs" ]]; then $PACKAGE_INSTALLER postfix postfix-perl-scripts USR_LIB_PATH="/usr/libexec" elif [[ "$OS" = "Ubuntu" ]]; then $PACKAGE_INSTALLER postfix postfix-mysql USR_LIB_PATH="/usr/lib"

fi

maybe add lines: elif [[ "$OS" = "Debian" ]]; then $PACKAGE_INSTALLER postfix postfix-mysql

Best regards,

ibstelix avatar Mar 16 '16 10:03 ibstelix

Will check it

MBlagui avatar Mar 16 '16 14:03 MBlagui

Hello,

I am not sure whether this is the solution to my problem. I installed Sentora on Debian 8 using this installer.

During the installation process, as I was watching, I noticed a message that postfix main.cf and master.cf files were not created. Then the process continued and the system installed all the other applications.

So, postfix was not installed. I am not able to sent or receive emails. But everything else is working correctly.

Do you know how I can install or reinstall postfix?

Any help here will be highly appreciated.

Chidi

chidiigwe avatar Apr 26 '16 18:04 chidiigwe