From: gobo72 Date: Sat, 29 Oct 2011 01:23:45 +0000 (+0000) Subject: Ajout support SSL pour SSMTP X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=07c31a6d91d560be5e3867792186dfd4f667e6a5;p=hvlinux.git Ajout support SSL pour SSMTP --- diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 103943c..9b50978 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -140,7 +140,7 @@ ipkg -s "krb5" ${KERBEROS5} if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg -m noac ${SENDMAIL} else - ipkg -m acnb ${SSMTP} + ipkg -m acnb ${SSMTP} "--enable-ssl" fi ipkg ${GNUPG} "--libexecdir=/usr/lib"