<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cyrille.giquello.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Cyrille Giquello</title>
        <description></description>
        <link>https://cyrille.giquello.fr/</link>
        <lastBuildDate>Wed, 10 Jun 2026 16:45:10 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://cyrille.giquello.fr/_media/wiki/dokuwiki.svg</url>
            <title>Cyrille Giquello</title>
            <link>https://cyrille.giquello.fr/</link>
        </image>
        <item>
            <title>dns</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/dns</link>
            <description>DNS - Domaine Name System

sur l&#039;Oueb

Pourquoi il ne faut pas utiliser bind :

	*  &lt;http://cr.yp.to/djbdns/blurb/unbind.html&gt;
	*  &lt;http://cr.yp.to/djbdns/blurb/bindmoney.html&gt;

Pourquoi djbdns est plus secure que bind :

	*  &lt;http://cr.yp.to/djbdns/blurb/security.html&gt;

De l&#039;importance de séparer le cache des serveurs autoritaires :

	*  &lt;http://cr.yp.to/djbdns/separation.html&gt;

Sur l&#039;wiki Sos-Admin :

	*  &lt;http://wiki.sos-admin.com/wiki/Cat%C3%A9gorie:DNS&gt;
	*  &lt;http://wiki.sos-admin.com/wiki/C…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>qmail</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/qmail</link>
            <description>QMail

Un bon tutorial pour installer et configurer QMail : Bill&#039;s Linux Qmail Toaster

Sur le wiki de sos-admin la section Serveurs_de_Messagerie et Trucs_et_Astuces.

Tout savoir sur les fichiers de contrôle de QMail :

	*  man qmail-control
	*  &lt;http://www.die.net/doc/linux/man/man5/qmail-control.5.htm&gt;

Les fichiers de contrôle n&#039;existent pas par défaut, il faut donc les créer.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>postfix</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/postfix</link>
            <description>Postfix

MTA, Service SMTP

voir aussi

	*  Exim4
	*  /informatique/spam pour de la “bonne” configuration

	*  Documentation officielle
		*  Postfix SMTP relay and access control 
		*  Postfix Before-Queue Content Filter
		*  Postfix After-Queue Content Filter
		*  Postfix Address Rewriting

	*  Postfix Howtos and FAQs
	*  Doc en français
	*  Postfix Debugging Howto

	*  &lt;http://www.posluns.com/guides/&gt;
	*  &lt;https://calomel.org/postfix.html&gt;

	*  Installation d’un serveur mail brique par brique……</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 07:40:38 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/ssh</link>
            <description>Secure SHell (SSH)

Configuration

Dans /etc/ssh/sshd_config tu change la ligne


PermitRootLogin Yes
en
PermitRootLogin No


Et si tu veux autoriser l&#039;accès ssh en root uniquement avec clé ssh tu mets :


PermitRootLogin without-password


Mais bon ça marche pas …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Oct 2025 12:29:23 +0000</pubDate>
        </item>
        <item>
            <title>ftp</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/ftp</link>
            <description>FTP

Voir le glossaire pour File Transfert Protocol (FTP).

Voir aussi /informatique/SFTP

Client FTP :

	*  FileZilla (FTP, FTPS)

Pure-Ftpd

Voir la page/Informatique/Pure-ftpd

NCFTPD

virtual user

Pour que les droits et sécurités du répertoire restent bien assignés à l&#039;utilisateur principal, tu ne dois pas créer un second utilisateur système, il vaut donc mieux créer un utilisateur virtuel au niveau de ncftpd, utilisant le même utilisateur système que celui du site, mais dont l&#039;accès est li…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>securite</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/securite</link>
            <description>Sécurité réseau

Documentation

CWE - Common Weakness Enumeration: International in scope and free for public use, CWE™ provides a unified, measurable set of software weaknesses that is enabling more effective discussion, description, selection, and use of software security tools and services that can find these weaknesses in source code and operational systems as well as better understanding and management of software weaknesses related to architecture and design.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 18 May 2026 09:36:03 +0000</pubDate>
        </item>
        <item>
            <title>firewall</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/firewall</link>
            <description>Firewall

	*  Linux firewall: iptables
	*  Sous windows: “netsh firewall show state”
	*  m0n0wall is a project aimed at creating a complete, embedded firewall software package that, when used together with an embedded PC, provides all the important features of commercial firewall boxes (including ease of use) at a fraction of the price (free software). m0n0wall is based on a bare-bones version of FreeBSD, along with a web server, PHP and a few other utilities. The entire system configuration is …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 May 2023 07:20:09 +0000</pubDate>
        </item>
        <item>
            <title>proxy</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/proxy</link>
            <description>Proxy

Configuration automatique du client: Web Proxy Autodiscovery Protocol (WPAD)

Reverse Proxy

&lt;http://fr.wikipedia.org/wiki/Reverse_proxy&gt;

&lt;http://www.hsc.fr/ressources/breves/pourquoi-relais-inverse.html.en&gt;

&lt;http://www.magsecurs.com/spip.php?article1120&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
    </channel>
</rss>
