<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Onet's discussion</title>
	<atom:link href="http://www.olivierlange.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivierlange.com</link>
	<description>Debian, php, web security, et tout ce qui tourne autour!</description>
	<lastBuildDate>Thu, 02 Jun 2011 20:30:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on phpBB3: Adsense et Google analytics by Dj4T</title>
		<link>http://www.olivierlange.com/2009/01/29/phpbb3-adsense-et-google-analytics/comment-page-1/#comment-1340</link>
		<dc:creator>Dj4T</dc:creator>
		<pubDate>Thu, 02 Jun 2011 20:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=30#comment-1340</guid>
		<description>Merci, en espérant que ça fonctionne :)</description>
		<content:encoded><![CDATA[<p>Merci, en espérant que ça fonctionne <img src='http://www.olivierlange.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpBB3: Adsense et Google analytics by hamza</title>
		<link>http://www.olivierlange.com/2009/01/29/phpbb3-adsense-et-google-analytics/comment-page-1/#comment-1304</link>
		<dc:creator>hamza</dc:creator>
		<pubDate>Sat, 13 Nov 2010 00:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=30#comment-1304</guid>
		<description>svp je ne trouve pas  sur le fichier viewtopic_body.html
aidez moi svp</description>
		<content:encoded><![CDATA[<p>svp je ne trouve pas  sur le fichier viewtopic_body.html<br />
aidez moi svp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutoriels debian by bastic</title>
		<link>http://www.olivierlange.com/2008/09/14/tutoriels-debian/comment-page-1/#comment-1301</link>
		<dc:creator>bastic</dc:creator>
		<pubDate>Wed, 27 Oct 2010 09:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=17#comment-1301</guid>
		<description>salut Olivier d abord je tiens à te remercier pour le super tutoriel sur installation d un serveur dedié sur debian .
voila je voudrais installer un intranet (postfix) au labo de mon ecole comme projet tutoré le probleme c est tout marche j &#039;ai copier le tuto pas à pas .mais je n arrive pas a envoyer les mails ni a les recevoirs via evolution
 voici mes fichiers bind name.conf.local
//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include &quot;/etc/bind/zones.rfc1918&quot;;



zone &quot;ispr.lan&quot; {
        type master;
        file &quot;/etc/bind/db.ispr.lan&quot;;
};

zone &quot;1.168.192.in-addr.arpa&quot; {
        type master;
                file &quot;/etc/bind/db.isprinverse&quot;;
};


// zone &quot;1.168.192.in-addr.arpa&quot; {
//       type master;
//                file &quot;/etc/bind/db.sirinverse&quot;;
// };
--------------------------------------------------------
mon fichier de zone direct

$ttl 86400
ispr.lan.   	IN      SOA     serveurs.ispr.lan. root.ispr.lan. (
                    	   		2006121919
                 	       		21600
                	        	3600
                	        	604800
                	        	86400 )
ispr.lan.	IN      NS     		ispr.lan.
ispr.lan.	IN      NS  	   	serveurs.ispr.lan.
ispr.lan.	IN      MX	      	10 mail.ispr.lan.
ispr.lan.	IN	A       	192.168.1.3
serveurs.ispr.lan.       IN      A               192.168.1.3
Server		IN	A		192.168.1.3
www		IN	A       	192.168.1.3
mail		IN	A       	192.168.1.3
smtp		IN	A       	192.168.1.3
pop 		IN	A       	192.168.1.3
pop3		IN	CNAME		Server
imap		IN	A       	192.168.1.3
sql		IN	A       	192.168.1.3
mysql		IN	A       	192.168.1.3
enfoire         IN      A               192.168.1.4
salopard        IN      A               192.168.1.5
sir             IN      A               192.168.1.6
-----------------------------------------------------

mon fichier postfix main.cf


smtp_banner = $myhostname ESMTP (Debian / GNU)
biff = no
disable_vrfy_command = yes
smtpd_helo_required = yes
append_dot_mydomain = no
mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain
mydomain = ispr.lan
myhostname = mail.ispr.lan
relayhost =
mynetworks = 127.0.0.0/8 192.168.1.3
inet_interfaces = all
smtpd_sender_restrictions =
        permit_mynetworks,
        reject_unknown_sender_domain,
        warn_if_reject reject_unverified_sender
smtpd_recipient_restrictions =
        permit_mynetworks,
        reject_unauth_destination,
        reject_unknown_recipient_domain,
        reject_non_fqdn_recipient
smtpd_client_restrictions =
        reject_unknown_client,
        permit_mynetworks
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_aliases.cf, mysql:/etc/postfix/mysql-virtual_aliases_mailbox.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/spool/vmail/
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = &quot;Desole, la boite email de l&#039;utilisateur est pleine. Veuillez re-essayer plus tard !&quot;
virtual_overquota_bounce = yes
-------------------------------------------------------
merci</description>
		<content:encoded><![CDATA[<p>salut Olivier d abord je tiens à te remercier pour le super tutoriel sur installation d un serveur dedié sur debian .<br />
voila je voudrais installer un intranet (postfix) au labo de mon ecole comme projet tutoré le probleme c est tout marche j &#8216;ai copier le tuto pas à pas .mais je n arrive pas a envoyer les mails ni a les recevoirs via evolution<br />
 voici mes fichiers bind name.conf.local<br />
//<br />
// Do any local configuration here<br />
//</p>
<p>// Consider adding the 1918 zones here, if they are not used in your<br />
// organization<br />
//include &#8220;/etc/bind/zones.rfc1918&#8243;;</p>
<p>zone &#8220;ispr.lan&#8221; {<br />
        type master;<br />
        file &#8220;/etc/bind/db.ispr.lan&#8221;;<br />
};</p>
<p>zone &#8220;1.168.192.in-addr.arpa&#8221; {<br />
        type master;<br />
                file &#8220;/etc/bind/db.isprinverse&#8221;;<br />
};</p>
<p>// zone &#8220;1.168.192.in-addr.arpa&#8221; {<br />
//       type master;<br />
//                file &#8220;/etc/bind/db.sirinverse&#8221;;<br />
// };<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
mon fichier de zone direct</p>
<p>$ttl 86400<br />
ispr.lan.   	IN      SOA     serveurs.ispr.lan. root.ispr.lan. (<br />
                    	   		2006121919<br />
                 	       		21600<br />
                	        	3600<br />
                	        	604800<br />
                	        	86400 )<br />
ispr.lan.	IN      NS     		ispr.lan.<br />
ispr.lan.	IN      NS  	   	serveurs.ispr.lan.<br />
ispr.lan.	IN      MX	      	10 mail.ispr.lan.<br />
ispr.lan.	IN	A       	192.168.1.3<br />
serveurs.ispr.lan.       IN      A               192.168.1.3<br />
Server		IN	A		192.168.1.3<br />
www		IN	A       	192.168.1.3<br />
mail		IN	A       	192.168.1.3<br />
smtp		IN	A       	192.168.1.3<br />
pop 		IN	A       	192.168.1.3<br />
pop3		IN	CNAME		Server<br />
imap		IN	A       	192.168.1.3<br />
sql		IN	A       	192.168.1.3<br />
mysql		IN	A       	192.168.1.3<br />
enfoire         IN      A               192.168.1.4<br />
salopard        IN      A               192.168.1.5<br />
sir             IN      A               192.168.1.6<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>mon fichier postfix main.cf</p>
<p>smtp_banner = $myhostname ESMTP (Debian / GNU)<br />
biff = no<br />
disable_vrfy_command = yes<br />
smtpd_helo_required = yes<br />
append_dot_mydomain = no<br />
mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain<br />
mydomain = ispr.lan<br />
myhostname = mail.ispr.lan<br />
relayhost =<br />
mynetworks = 127.0.0.0/8 192.168.1.3<br />
inet_interfaces = all<br />
smtpd_sender_restrictions =<br />
        permit_mynetworks,<br />
        reject_unknown_sender_domain,<br />
        warn_if_reject reject_unverified_sender<br />
smtpd_recipient_restrictions =<br />
        permit_mynetworks,<br />
        reject_unauth_destination,<br />
        reject_unknown_recipient_domain,<br />
        reject_non_fqdn_recipient<br />
smtpd_client_restrictions =<br />
        reject_unknown_client,<br />
        permit_mynetworks<br />
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_aliases.cf, mysql:/etc/postfix/mysql-virtual_aliases_mailbox.cf<br />
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf<br />
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf<br />
virtual_mailbox_base = /var/spool/vmail/<br />
virtual_uid_maps = static:5000<br />
virtual_gid_maps = static:5000<br />
virtual_create_maildirsize = yes<br />
virtual_mailbox_extended = yes<br />
virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf<br />
virtual_mailbox_limit_override = yes<br />
virtual_maildir_limit_message = &#8220;Desole, la boite email de l&#8217;utilisateur est pleine. Veuillez re-essayer plus tard !&#8221;<br />
virtual_overquota_bounce = yes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP-IDS, ou comment protéger son site web by MarcJ</title>
		<link>http://www.olivierlange.com/2009/02/17/php-ids-ou-comment-proteger-son-site-web/comment-page-1/#comment-1281</link>
		<dc:creator>MarcJ</dc:creator>
		<pubDate>Wed, 12 May 2010 14:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=61#comment-1281</guid>
		<description>Merci beaucoup pour ce tuto.
Juste une chose: comment configurer htaccess pour charger en priorité le fichier prepend SVP ?</description>
		<content:encoded><![CDATA[<p>Merci beaucoup pour ce tuto.<br />
Juste une chose: comment configurer htaccess pour charger en priorité le fichier prepend SVP ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [zf] Installer Zend framework sur son hébergement by Rija Andriamoria</title>
		<link>http://www.olivierlange.com/2009/06/26/zf-installer-zend-framework-sur-son-hebergement/comment-page-1/#comment-1254</link>
		<dc:creator>Rija Andriamoria</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=119#comment-1254</guid>
		<description>Il existe aussi un autre methode d&#039;installation, c&#039;est de le faire soit même sans ligne de commande, si on utilise Easyphp ou Wamp, je ne sais pas pour les autres mais pour le mien il y a une erreur php.

La solution? bootstrapé (hi hi) , ;)</description>
		<content:encoded><![CDATA[<p>Il existe aussi un autre methode d&#8217;installation, c&#8217;est de le faire soit même sans ligne de commande, si on utilise Easyphp ou Wamp, je ne sais pas pour les autres mais pour le mien il y a une erreur php.</p>
<p>La solution? bootstrapé (hi hi) , <img src='http://www.olivierlange.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [zf] Installer Zend framework sur son hébergement by fabien</title>
		<link>http://www.olivierlange.com/2009/06/26/zf-installer-zend-framework-sur-son-hebergement/comment-page-1/#comment-1250</link>
		<dc:creator>fabien</dc:creator>
		<pubDate>Mon, 13 Jul 2009 16:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=119#comment-1250</guid>
		<description>Bonjour,

Je viens de suivre ton tutorial mais cela ne fonctionne pas. Aprés avoir lancer le zf.sh il m&#039;affiche une fatal error :
&quot;Call to indefined method SplFileInfo::getRealPath()...&quot;

Cette ligne se trouve dans le fichier RecursivefilterIterator.php on line 57

Saurais-tu comment résoudre ce probléme ?</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Je viens de suivre ton tutorial mais cela ne fonctionne pas. Aprés avoir lancer le zf.sh il m&#8217;affiche une fatal error :<br />
&#8220;Call to indefined method SplFileInfo::getRealPath()&#8230;&#8221;</p>
<p>Cette ligne se trouve dans le fichier RecursivefilterIterator.php on line 57</p>
<p>Saurais-tu comment résoudre ce probléme ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time tracker &#8211; gestion de son temps sur un projet by Olivier Saunier</title>
		<link>http://www.olivierlange.com/2009/02/19/time-tracker-gestion-de-son-temps-sur-un-projet/comment-page-1/#comment-1240</link>
		<dc:creator>Olivier Saunier</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=71#comment-1240</guid>
		<description>Bonjour,

Est-ce que cet outil permet de donner à ses clients un accès en consultation afin qu&#039;ils puissent voir où l&#039;on en est d&#039;une tache? Ou le nombre d&#039;heures passées etc...

Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Est-ce que cet outil permet de donner à ses clients un accès en consultation afin qu&#8217;ils puissent voir où l&#8217;on en est d&#8217;une tache? Ou le nombre d&#8217;heures passées etc&#8230;</p>
<p>Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP-IDS, ou comment protéger son site web by Onet</title>
		<link>http://www.olivierlange.com/2009/02/17/php-ids-ou-comment-proteger-son-site-web/comment-page-1/#comment-640</link>
		<dc:creator>Onet</dc:creator>
		<pubDate>Sat, 23 May 2009 08:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=61#comment-640</guid>
		<description>Hello,

C&#039;est normal ;) En PHP, tu n&#039;est pas obligé de fermé la balise &lt; ?php. C&#039;est meme fortement conseillé de ne pas le faire, cela te permets d&#039;éviter d&#039;avoir des suprises lors des includes avec des sessions, dans le cas ou tu aurais un retour a la ligne après. 

Php considère la fermeture de la balise lors de la fermeture du fichier si il n&#039;y a pas de ?&gt; ;)
Olivier</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>C&#8217;est normal <img src='http://www.olivierlange.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  En PHP, tu n&#8217;est pas obligé de fermé la balise < ?php. C'est meme fortement conseillé de ne pas le faire, cela te permets d'éviter d'avoir des suprises lors des includes avec des sessions, dans le cas ou tu aurais un retour a la ligne après. </p>
<p>Php considère la fermeture de la balise lors de la fermeture du fichier si il n'y a pas de ?> <img src='http://www.olivierlange.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Olivier</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP-IDS, ou comment protéger son site web by Khéops</title>
		<link>http://www.olivierlange.com/2009/02/17/php-ids-ou-comment-proteger-son-site-web/comment-page-1/#comment-632</link>
		<dc:creator>Khéops</dc:creator>
		<pubDate>Fri, 22 May 2009 20:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=61#comment-632</guid>
		<description>Dans le dernier fichier &lt;?php n&#039;est pas fermé ;O)</description>
		<content:encoded><![CDATA[<p>Dans le dernier fichier &lt;?php n&#8217;est pas fermé ;O)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interface de management de site by rija</title>
		<link>http://www.olivierlange.com/2009/02/10/interface-de-management-de-site/comment-page-1/#comment-19</link>
		<dc:creator>rija</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivierlange.com/?p=32#comment-19</guid>
		<description>Et qu&#039;est ce que vous en pensez de DTC ?

http://www.gplhost.com/software-dtc.html</description>
		<content:encoded><![CDATA[<p>Et qu&#8217;est ce que vous en pensez de DTC ?</p>
<p><a href="http://www.gplhost.com/software-dtc.html" rel="nofollow">http://www.gplhost.com/software-dtc.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

