<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.zapoyok.info/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>zapoyok.info - Linux</title>
  <link>http://www.zapoyok.info/</link>
  <description></description>
  <language>fr</language>
  <pubDate>Tue, 18 Nov 2008 00:48:52 +0000</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Orange et blocage du port 25 (smtp) pour éviter les serveurs de mails zombie</title>
    <link>http://www.zapoyok.info/post/2007/10/16/Orange-et-blocage-du-port-25-smtp-pour-eviter-les-serveurs-de-mails-zombie</link>
    <guid isPermaLink="false">urn:md5:6d7bac497edba13eb57f5b8294b9a32c</guid>
    <pubDate>Tue, 16 Oct 2007 09:16:00 +0200</pubDate>
    <dc:creator>Jérôme FIX</dc:creator>
        <category>Linux</category>
        <category>smtp</category>    
    <description>    &lt;p&gt;Comme on peut le remarquer depuis le début de l'été, Orange bloque les autres serveurs SMTP que le leur en sortie [1]. Résultat : obligation d'utiliser smtp.orange.fr et pas moyen d'utiliser son propre serveur SMTP.&lt;/p&gt;

&lt;p&gt;Moyen souvent trouvé sur Internet : changer le port de votre serveur SMTP perso, c'est possible mais bon !&lt;/p&gt;

&lt;p&gt;Ce que je vous propose c'est d'adapter Postfix pour faire transiter tous les mails sortants de votre machine par le serveur smtp d'Orange. Ainsi tout le monde est content :&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Moi : je peux continuer à utiliser mon serveur local pour envoyer mes mails&lt;/li&gt;
	&lt;li&gt;Orange : mes mails passent par chez eu. de toute façon à un moment ou à un autre mes mails passent par leurs tuyaux.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;La méthode sous Postfix est vraiment simpliste :&lt;/p&gt;

&lt;h3&gt;/etc/postfix/main.cf&lt;/h3&gt;

&lt;code&gt;
relayhost = smtp.orange.fr&lt;br/&gt;
smtp_sasl_auth_enable = yes&lt;br/&gt;
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd&lt;br/&gt;
smtp_sasl_security_options =
&lt;/code&gt;

&lt;h3&gt;/etc/postfix/sasl_passwd&lt;/h3&gt;

&lt;code&gt;smtp.orange.fr &amp;lt;votre login&amp;gt;:&amp;lt;votre mot de passe&amp;gt;   &lt;/code&gt;

&lt;p&gt;On finalise en générant le sasl_passwd.db avec la commande :  &lt;code&gt;postmap /etc/postfix/sasl_passwd&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;[1] &lt;a href=&quot;http://www.pcinpact.com/actu/news/37290-Orange-port-25-blocage-spams-pc-zombies.htm&quot; target=&quot;_blank&quot;&gt;http://www.pcinpact.com/actu/news/37290-Orange-port-25-blocage-spams-pc-zombies.htm&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.zapoyok.info/post/2007/10/16/Orange-et-blocage-du-port-25-smtp-pour-eviter-les-serveurs-de-mails-zombie#comment-form</comments>
      <wfw:comment>http://www.zapoyok.info/post/2007/10/16/Orange-et-blocage-du-port-25-smtp-pour-eviter-les-serveurs-de-mails-zombie#comment-form</wfw:comment>
      <wfw:commentRss>http://www.zapoyok.info/feed/rss2/comments/2</wfw:commentRss>
      </item>
    
  <item>
    <title>Compilation du noyau à la sauce Debian</title>
    <link>http://www.zapoyok.info/post/2006/02/18/Compilation-du-noyau-a-la-sauce-Debian</link>
    <guid isPermaLink="false">urn:md5:d7f4f16e86c39d9f2975aa0b0fbae595</guid>
    <pubDate>Sat, 18 Feb 2006 18:10:00 +0100</pubDate>
    <dc:creator>Jérôme FIX</dc:creator>
        <category>Linux</category>
        <category>debian</category><category>kernel</category><category>linux</category><category>noyau</category>    
    <description>    &lt;code&gt;
fakeroot make-kpkg clean&lt;br/&gt;
fakeroot make-kpkg --revision nom_de_la_machine_cible.numéro_de_version kernel_image&lt;br/&gt;
fakeroot make-kpkg --added_modules=truc --added_patches=bordel --revision 0 linux-h.y.u 
&lt;/code&gt;

&lt;p&gt;puis un simple :&lt;/p&gt;

&lt;code&gt;sudo dpkg -i kernel-image-2.6.X_nom_de_la_machine_cible.numéro_de_version_amd64.deb&lt;/code&gt;

&lt;p&gt;Quelques liens  :&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.us.debian.org/doc/manuals/reference/ch-kernel.fr.html&quot; target=&quot;_blank&quot;&gt;http://www.us.debian.org/doc/manuals/reference/ch-kernel.fr.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.debian-fr.org/article/articleview/14/1/2/&quot; target=&quot;_blank&quot;&gt;http://people.via.ecp.fr/~alexis/formation-linux/config-noyau.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://linuxfr.org/%7Eianux/7535.html&quot; target=&quot;_blank&quot;&gt;Journal de ianux: de la compilation du noyau&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.zapoyok.info/post/2006/02/18/Compilation-du-noyau-a-la-sauce-Debian#comment-form</comments>
      <wfw:comment>http://www.zapoyok.info/post/2006/02/18/Compilation-du-noyau-a-la-sauce-Debian#comment-form</wfw:comment>
      <wfw:commentRss>http://www.zapoyok.info/feed/rss2/comments/17</wfw:commentRss>
      </item>
    
  <item>
    <title>Postfix - Amavis - Clamav</title>
    <link>http://www.zapoyok.info/post/2006/01/01/Postfix-Amavis-Clamav</link>
    <guid isPermaLink="false">urn:md5:11bb61fa101b960b0cb90cf2ab9168f7</guid>
    <pubDate>Sun, 01 Jan 2006 18:10:00 +0100</pubDate>
    <dc:creator>Jérôme FIX</dc:creator>
        <category>Linux</category>
        <category>smtp</category>    
    <description>    &lt;h3&gt;Quelques liens +/- utiles pour l'installation, la configuration et la sécurisation du trio Postfix/Amavis/Clamav&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.gcolpart.com/howto/mail.php4&quot;&gt;http://www.gcolpart.com/howto/mail.php4&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://frlinux.net/?section=reseau&amp;amp;article=106&quot;&gt;http://frlinux.net/?section=reseau&amp;amp;article=106&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.e-glop.net/howtos/antivirus-mail.xhtml&quot;&gt;http://www.e-glop.net/howtos/antivirus-mail.xhtml&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Tutorial sur la sécurisation d'un serveur postfix : &lt;a href=&quot;http://security-labs.org/index.php3?page=413&quot;&gt;http://security-labs.org/index.php3?page=413&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Mise en place d'un système de messagerie multidomaine avec postfix&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.gentoo.org/doc/fr/virt-mail-howto.xml&quot; target=&quot;_blank&quot;&gt;http://www.gentoo.org/doc/fr/virt-mail-howto.xml&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.howtoforge.com/virtual_postfix_mysql_quota_courier&quot; target=&quot;_blank&quot;&gt;http://www.howtoforge.com/virtual_postfix_mysql_quota_courier&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://gentoo-wiki.com/HOWTO_Email:_A_Complete_Virtual_System&quot; target=&quot;_blank&quot;&gt;http://gentoo-wiki.com/HOWTO_Email:_A_Complete_Virtual_System&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Permettre à Postfix de faire du RelayHost avec Orange.fr&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;Mise en place du fichier contenant le login /mot de passe pour le smtp.orange.fr. Pour cela on crée le fichier  /etc/postfix/sasl_passwd de la manière suivante :&lt;code&gt;mail.ispserver.com    username:password&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Comme le fichier contient le mot de passe en clair, on s'arrange pour qu'il ne soit pas lisible par tous : &lt;code&gt;chown root:root /etc/postfix/sasl_passwd
chmod 600 /etc/postfix/sasl_passwd&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;postmap /etc/postfix/sasl_passwd&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Finalement on indique à Postfix dans le fichier /etc/postfix/main.cf de relayer les mails par le relais ainsi préparé :&lt;code&gt; relayhost = mail.ispserver.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.zapoyok.info/post/2006/01/01/Postfix-Amavis-Clamav#comment-form</comments>
      <wfw:comment>http://www.zapoyok.info/post/2006/01/01/Postfix-Amavis-Clamav#comment-form</wfw:comment>
      <wfw:commentRss>http://www.zapoyok.info/feed/rss2/comments/18</wfw:commentRss>
      </item>
    
</channel>
</rss>