web analytics

Archives : 2010 juin

ubuntu: postfix

Categories: Installation, linux-ubuntu
Tags: No Tags
Comments: No Comments
Published on: 24 juin 2010

Installation postfix apt-get install postfix à sélectionner « site internet »  Nom du courrier : izen-services.com Vérification dans /var/log/mail.log   apt-get install mailx Test : echo « essai » | mail bdemolon@free.fr Vérification dans /var/log/mail.log   Dans /etc/postfix/main.cf   mynetworks = 127.0.0.0/8 192.168.0.0/24 192.168.1.0/24 [::ffff:127.0.0.0]/104 [::1]/128   root@izenibm:/etc/postfix/ssl# telnet localhost 25 Trying ::1… Trying 127.0.0.1… Connected [...]

ubuntu: Webmin

Tags: No Tags
Comments: No Comments
Published on: 24 juin 2010

Installation Webmin wget http://software.virtualmin.com/gpl/scripts/install.sh sudo chmod 755 install.sh sudo ./install.sh sudo wget http://www.webmin.com/jcameron-key.asc sudo apt-key add jcameron-key.asc sudo apt-get update sudo apt-get install webmin /usr/share/webmin/changepass.pl /etc/webmin root votre_mot_de_passe   Puis aller sur https://izen-services.com:10000/

ubuntu: iptables (pare-feu)

Categories: Sécurité, linux-ubuntu
Tags: No Tags
Comments: