Ajout msmtp et fichiers de configuration de mutt.
[hvlinux.git] / stage3 / hv-install-1
index 416b794..eb8620f 100755 (executable)
@@ -145,11 +145,11 @@ 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} "--enable-ssl"
+    ipkg ${MSMTP}
 fi
 
 ipkg ${GNUPG} "--libexecdir=/usr/lib"
-ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl"
+ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache"
 
 # Audio
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then