Ajout support SSL pour SSMTP
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 29 Oct 2011 01:23:45 +0000 (01:23 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 29 Oct 2011 01:23:45 +0000 (01:23 +0000)
stage3/hv-install-1

index 103943c..9b50978 100755 (executable)
@@ -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"