<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Some nasty shit going around. &#187; Uncategorized</title>
	<atom:link href="http://blog.mariusiordache.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mariusiordache.com</link>
	<description>Some nasty shit going around.</description>
	<lastBuildDate>Fri, 18 Mar 2011 20:28:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Cum setezi Postfix cu Google mail Relay</title>
		<link>http://blog.mariusiordache.com/2010/03/cum-setezi-postfix-cu-google-mail-relay.html</link>
		<comments>http://blog.mariusiordache.com/2010/03/cum-setezi-postfix-cu-google-mail-relay.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 15:22:15 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[tutoriale]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mariusiordache.com/?p=47</guid>
		<description><![CDATA[Google Apps ofera posibilitatea sa gazduiesti casutele de mail de la propriul domeniu pe platforma de la gmail. Ai foarte multe avantaje in privinta acestei schimbari, dar cel mai important e ca mail-urile tale nu mai ajung in spam/junk. Daca &#8230; <a href="http://blog.mariusiordache.com/2010/03/cum-setezi-postfix-cu-google-mail-relay.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google Apps ofera posibilitatea sa gazduiesti casutele de mail de la propriul domeniu pe platforma de la gmail. Ai foarte multe avantaje in privinta acestei schimbari, dar cel mai important e ca mail-urile tale nu mai ajung in spam/junk. Daca te hotarasti sa faci aceasta schimbare si iti administrezi propriul server pe linux trebuie sa stii ca smtp-ul de la gmail merge doar prin SSL, ceea ce inseamna ca lucrurile sunt putin mai complicate deoarece nu poti folosi clasicul sendmail. Trebuie sa instalezi postfix cu ssl support. Pentru a realiza acest lucru urmati pasii de mai jos:</p>
<p>Pasul 1: Instalam postfix si cyrus-sasl</p>
<p><code>[root@Marius ~]# yum install postfix cyrus-sasl</code></p>
<p>Pasul 2: Oprim serviciul sendmail</p>
<p><code>[root@Marius ~]# /etc/init.d/sendmail stop</code></p>
<p>Pasul 3: Setam sa nu mai porneasca sendmail la startup</p>
<p><code>[root@Marius ~]# chkconfig --del sendmail</code></p>
<p>Pasul 4: Verificam daca postfix a fost configurat cu suport SSL</p>
<p>Prima oara verificam unde este instalat postfix</p>
<p><code>[root@Marius ~]# whereis -b postfix<br />
postfix: /usr/sbin/postfix /etc/postfix /usr/libexec/postfix</code></p>
<p>comanda de mai jos ar trebui sa returneze cel putin o linie<br />
<code>[root@Marius ~]# ldd /usr/sbin/postfix | grep ssl<br />
libssl.so.6 =&gt; /lib64/libssl.so.6 (0x00002aad48f4a000)</code></p>
<p>Acum trebuie sa cautam certificatul serverului. De obicei este distribuit de openssl.<br />
<code>[root@Marius ~]# locate ca-bundle.crt<br />
/etc/pki/tls/certs/ca-bundle.crt</code></p>
<p>Acum editam /etc/postfix/main.cf cu urmatoarele valori:<br />
<code>relayhost = smtp.gmail.com:587<br />
mydomain = local.domain<br />
myhostname = host.local.domain<br />
myorigin = $myhostname<br />
smtpd_sasl_path = smtpd<br />
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br />
smtp_sasl_type = cyrus<br />
smtp_sasl_auth_enable = yes<br />
smtp_sasl_security_options = noanonymous</p>
<p>smtp_sasl_tls_security_options = noanonymous<br />
smtp_use_tls  = yes<br />
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt<br />
smtp_sasl_tls_security_options = noanonymous</code></p>
<p>Adaugati username-ul si parola de la gmail in fisierul /etc/postfix/sasl_passwd<br />
<code># The server info must exactly match the value<br />
# for "relayhost" in /etc/postfix/main.cf<br />
smtp.gmail.com:587 username:password</code></p>
<p>Generate a postfix lookup table from the previous file<br />
<code>[root@Marius ~]# postmap hash:/etc/postfix/sasl_passwd</code></p>
<p>Scapam de fisierul care contine user-ul si parola de la gmail in clar<br />
<code>[root@Marius ~]# rm -rf /etc/postfix/sasl_passwd</code></p>
<p>Restartam postfix<br />
<code>postfix reload</code></p>
<p>Trimitem un mail de test<br />
<code>[root@Marius ~]# sendmail email@example.com<br />
Test relay prin gmail<br />
.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mariusiordache.com/2010/03/cum-setezi-postfix-cu-google-mail-relay.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC HD2 vs iPhone 3Gs</title>
		<link>http://blog.mariusiordache.com/2010/03/htc-hd2-vs-iphone-3gs.html</link>
		<comments>http://blog.mariusiordache.com/2010/03/htc-hd2-vs-iphone-3gs.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 02:11:32 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mariusiordache.com/?p=44</guid>
		<description><![CDATA[Q: De ce HTC HD2 e muuuuult mai bun decat un iPhone? A: Pai sa vedem, frecventa procesorului si ram-ul sunt aproape duble  la HTC HD2  fata iPhone 3Gs. Pe langa acestea HD2 are un ecran mult mai mare, blitz &#8230; <a href="http://blog.mariusiordache.com/2010/03/htc-hd2-vs-iphone-3gs.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Q: De ce HTC HD2 e muuuuult mai bun decat un iPhone?</p>
<p>A: Pai sa vedem, frecventa procesorului si ram-ul sunt aproape duble  la HTC HD2  fata iPhone 3Gs. Pe langa acestea HD2 are un ecran mult mai mare, blitz la camera de 5 mega pixeli si are suport pentru Flash si JAVA, iar HTC sense face din windows mobile o experienta unica.</p>
<p>Singurul avantaj major pe care il are iPhone este acela ca, comunitatea de dezvoltatori de aplicatii este mult mai mare, iar aplicatiile de nenumarate ori mai multe. Pot doar sa sper ca odata cu aparitia Windows 7 mobile si cu suportul pentru .NET Compact Framework pe care deja il are, vor aparea mai multe aplicatii pentru windows mobile (<em>Promit solemn sa imi aduc contributia cu 1-2 aplicatii in acest scop).</em></p>
<p>Concluzia este ca desi iPhone este cel mai vandut telefon la ora actuala, si probabil va mai ramane pana la aparitia si popularizarea Android-ului, HTC HD2 ramane un telefon pentru adevaratii cunoscatori.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mariusiordache.com/2010/03/htc-hd2-vs-iphone-3gs.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft asculta de operatorii de telefonie mobila</title>
		<link>http://blog.mariusiordache.com/2010/03/microsoft-asculta-de-operatorii-de-telefonie-mobila.html</link>
		<comments>http://blog.mariusiordache.com/2010/03/microsoft-asculta-de-operatorii-de-telefonie-mobila.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:43:41 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mariusiordache.com/?p=36</guid>
		<description><![CDATA[Microsoft pleaca capul si asculta de operatorii de telefonie mobila. Odata cu dezvoltarea retelelor wireless si aparitiei pe piata a cat mai multor smartphone-uri la preturi accesibile, operatorii de telefonie mobila au inceput sa se simta amenintati de dezvoltarea tehnologiei &#8230; <a href="http://blog.mariusiordache.com/2010/03/microsoft-asculta-de-operatorii-de-telefonie-mobila.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft pleaca capul si asculta de operatorii de telefonie mobila.</p>
<p>Odata cu dezvoltarea retelelor wireless si aparitiei pe piata a cat mai multor smartphone-uri la preturi accesibile, operatorii de telefonie mobila au inceput sa se simta amenintati de dezvoltarea tehnologiei VOIP ( <em>Voice Over IP &#8211; aceasta tehnologie permite utilizatorilor sa vorbeasca gratuit, putand renunta in timp la abonamentele de voce </em>). Pentru a putea vinde Windows mobile in continuare, Microsoft a plecat capul si a interzis aplicatiile SIP/VOIP in MarketPlace. Aceasta decizie a avut un impact destul de major pe piata online, fortand astfel si skype sa nu mai ofere suport pentru windows mobile.</p>
<p>Acesta este un dezavantaj major pentru dependentii de skype sau servicii de VOIP in alegerea un SmartPhone. Eu personal am fost foarte dezamagit recent din acest punct de vedere dupa ce am optat pentru Windows Mobile in defavoarea IPhone OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mariusiordache.com/2010/03/microsoft-asculta-de-operatorii-de-telefonie-mobila.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

