Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3068 → Rev 3070

/VERSION
1,0 → 0,0
3.5.5b
3.5.5
/alcasar.sh
2140,6 → 2140,7
$SED "s?^inet_protocols =.*?inet_protocols = ipv4?g" /etc/postfix/main.cf
$SED "s?^smtp_tls_security_level =.*?smtp_tls_security_level = encrypt?g" /etc/postfix/main.cf
cat << EOT >> /etc/postfix/main.cf
smtputf8_enable = no
smtp_use_tls = yes
smtp_tls_wrappermode = yes
smtp_sasl_auth_enable = yes
/readme.txt
1,11 → 1,11
$Id: readme-2.0.txt 581 2011-04-21 16:59:59Z richard $
 
ALCASAR-3.5.4
ALCASAR-3.5.5
 
*********** English **********
- New installation : Boot your system with the ISO file of Linux-Mageia-7.1 (or with "Mageiar" ISO file which is customized ISO file of Linux-Mageia (Linux Mageia + ALCASAR = Mageiar).
--> Follow ALCASAR installation documentation.
- Update ALCASAR 3.5 to 3.5.3
- Update ALCASAR 3.5 to 3.5.4
--> Copy, uncompress and run the installation script. It ask you if you want to update
- Update ALCASAR 3.x
--> On your running ALCASAR, create and retrieve the configuration file via ACC (or with the command "alcasar-conf.sh -create"). This configuration file (alcasar-conf.tar.gz) is stored in "/var/tmp/" (or in "/tmp/").
13,7 → 13,7
*********** Français ********
- Nouvelle installation : Démarrez votre système avec l'image ISO de Linux-Mageia7.1 (ou l'image ISO de "Mageiar" qui est une image ISO personnalisée de Linux-Mageia (Linux Mageia + ALCASAR = Mageiar).
--> Suivez la documentation d'installation d'ALCASAR.
- Mise à jour d'une version 3.5 à 3.5.3
- Mise à jour d'une version 3.5 à 3.5.4
--> copiez, décompressez et lancez le script d'installation. Il vous demandera si vous voulez mettre à jour.
- Mise à jour d'une version 3.x
--> Sur votre ALCASAR en fonctionnement, créez et récupérez le fichier de configuration via l'ACC (ou avec la commande "alcasar-conf.sh -create"). Ce fichier de configuration (alcasar-conf.tar.gz) est enregistré dans le répertoire "/var/tmp/' (ou "/tmp/").
/scripts/alcasar-mail-install.sh
18,9 → 18,9
########## smtp.free.fr:465 (expose mechanisms : PLAIN LOGIN CRAM-MD5 DIGEST-MD5)
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:465, smtp_tls_wrappermode = yes
########## smtp.free.fr:587 (expose mechanismes
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:587, smtp_tls_wrappermode = no
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.free.fr]:587, smtp_tls_wrappermode = no, smtputf8_enable = no
########## smtp.orange.fr:465 (expose mechanisms : LOGIN PLAIN)
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.orange.fr]:465, smtp_tls_wrappermode = yes
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.orange.fr]:465, smtp_tls_wrappermode = yes, smtputf8_enable = no
########## smtp.sfr.fr:465 (expose mechanisms : LOGIN PLAIN)
## smtp_sasl_security_option = noanonymous, relayhost = [smtp.sfr.fr]:465, smtp_tls_wrappermode = yes
########## smtp.laposte.net:465 (expose mechanisms : LOGIN PLAIN)
186,8 → 186,7
else
$SED "s/^smtp_tls_wrappermode =.*/smtp_tls_wrappermode = no/g" $POSTFIX_CONF_FILE
fi
domain_of_smtpIP=`echo $smtpIP|rev|cut -d '.' -f1-2|rev`
$SED "s/^myhostname =.*/myhostname = $domain_of_smtpIP/g" $POSTFIX_CONF_FILE # use the domain name of $mail_Addr to avoid extern smtp servers reject
$SED "s/^myhostname =.*/myhostname = alcasar.net/g" $POSTFIX_CONF_FILE # use the alcasar domain name to avoid extern smtp servers reject
[ -d ${SASLPATH} ] || mkdir ${SASLPATH}
echo "[${smtpIP}]:${smtpPort} ${mailAddr}:${mailMdp}" > ${SASLPATH}/sasl_passwd
postmap ${SASLPATH}/sasl_passwd
/web/acc/admin/services.php
67,6 → 67,7
$l_clamav_freshclam = "Proceso de actualización Antivirus (cada 4 horas)";
$l_clamav_daemon = "Antimalware";
$l_ntpd = "Servidor de hora";
$l_postfix = "Servicio de correo electrónico";
$l_fail2ban = "Sistema de Detección de Intrusos";
$l_nfcapd = "Colector de flujo NetFlow";
$l_vnstat = "Graficador de tráfico de red";
105,6 → 106,7
$l_clamav_freshclam = "Antivirus update process (every 4 hours)";
$l_clamav_daemon= "Antimalware";
$l_ntpd = "Network time server";
$l_postfix = "E-mail service";
$l_fail2ban = "Intrusion Dectection System";
$l_nfcapd = "Netflow collector";
$l_vnstat = "Network grapher";
/web/email_registration_back.php
74,6 → 74,18
$l_password = "Mot de passe";
$l_mail_success = "Un mot de passe vient d'être envoyé à votre adresse e-mail.";
$l_mail_error = "Erreur lors de l'envoi du mail. Renouvelez votre inscription ou contactez votre administrateur.";
} else if ($Language === 'es') {
$l_invalid_Email = "Dirección de correo electrónico no válida";
$l_domain = "El dominio";
$l_not_authorized = "no está autorizado";
$l_Email_already_used = "Esta dirección de correo electrónico ya está utilizada.";
$l_subject = "Activación de su cuenta ALCASAR";
$l_hello = "Hola";
$l_automatic_mail = "Este es un correo electrónico automático del portal ALCASAR : $organism";
$l_login = "Estas son sus credenciales de acceso:";
$l_password = "Contraseña";
$l_mail_success = "Se ha enviado una contraseña a su dirección de correo electrónico.";
$l_mail_error = "Error al enviar el correo electrónico. Renueve su registro o póngase en contacto con su administrador.";
} else {
$l_invalid_Email = "Invalid Email address";
$l_domain = "The domain";