<?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>www.e-romagnoli.com</title>
	<atom:link href="http://www.e-romagnoli.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e-romagnoli.com</link>
	<description>by Roma</description>
	<lastBuildDate>Fri, 03 Dec 2010 13:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scam on domain names</title>
		<link>http://www.e-romagnoli.com/2010/06/scam-on-domain-names/</link>
		<comments>http://www.e-romagnoli.com/2010/06/scam-on-domain-names/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 16:47:17 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/2010/06/scam-on-domain-names/</guid>
		<description><![CDATA[Today I received a weird message in my inbox pretending someone in Asia (Mr. John Wang) was about to register several e-romagnoli domains with different suffixes. Although it looked like a nice, informative and risk less message, I didn&#8217;t even bother answering.
Of course, this is a scam! All they want from me is to purchase [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received a weird message in my inbox pretending someone in Asia (Mr. John Wang) was about to register several e-romagnoli domains with different suffixes. Although it looked like a nice, informative and risk less message, I didn&#8217;t even bother answering.</p>
<p>Of course, this is a scam! All they want from me is to purchase these domains using their platform, at a very high price.  It is indeed very unlikely that anybody is trying to register any e-romagnoli.* domain,  and Mr. John Wang probably doesn&#8217;t even exist. On top of that, I assume they&#8217;ll ask me to pay with bank wire, MoneyGram or Western Union and never give me the domains in the end.</p>
<p><span id="more-719"></span></p>
<p>So be careful with these unsolicited messages and remember to use you credit card for your online shopping. Paypal is a good option too, as it doubles the security: you get protected from Paypal and from the credit card company that you use to transfer the funds thought Paypal. However with bank wires,  MoneyGram or Western Union, you&#8217;ll have absolutely no way of filing a dispute and claiming your money back in case you get scammed. I advise you to have a look at the <a href="http://pages.ebay.com/securitycenter/paysafer/" target="_blank">secure payment options page on ebay</a> as a reference for online payment good practices.</p>
<p>Here is a the full text:</p>
<blockquote><p><strong>From: </strong>Judy &lt;Judy@domainasia.cc&gt;<br />
<strong>Sent: </strong>Wed, 9/6/2010 17:13<br />
<strong>Subject: </strong>(e-romagnoli)Notice of Domain Names Property Protection 2010-6-9<br />
Dear Sir/Madam<br />
I&#8217;m sorry to disturb you so abrupt. We are a domain name registration  service company in Asia,</p>
<p>On 8th June. we received a formal application  submitted by Mr. John Wang who wanted to use the keyword &#8220;<span style="color: #400000;">e-romagnoli</span>&#8221; to register the Internet Brand and with  suffix such as .cn /.com.cn /.net.cn/.hk/.asia/ domain names.<br />
After our  initial examination, we found that these domain names to be applied for  registration  are same as your  domain name and trademark. We aren&#8217;t  sure whether you have any relation with him. Because these domain names would  produce possible dispute, now we have hold down his registration, but if we do  not get your company&#8217;s an reply in the next 5 working days, we will approve his  application</p>
<p>As authorized anti-cybersquatting organization we hereby suspect Mr. John  Wang is a domain investor. so we need you to attach importance to this  issue.</p>
<p>In order to handle this issue better, Please contact us by Fax ,Telephone or  Email as soon as possible.<br />
Yours sincerely  　　　　　　　　2010-6-9<br />
Judy<br />
Oversea Marketing  Manager<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Room  1008,<br />
International Building,<br />
No.38 YueLong road,NanTong City<br />
Tel:+86(513)85330968<br />
Fax:+86(513)80260081<br />
Email:Judy@domainasia.cc<br />
Website: www.domainasia.cc</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2010/06/scam-on-domain-names/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Script to monitor assigned IP address on a local network</title>
		<link>http://www.e-romagnoli.com/2009/06/script-to-monitor-assigned-ip-address-on-local-network/</link>
		<comments>http://www.e-romagnoli.com/2009/06/script-to-monitor-assigned-ip-address-on-local-network/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 22:13:59 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOs]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=584</guid>
		<description><![CDATA[I wanted to monitor all assigned IP addresses on my local network. Since I have a hardware router/DHCP server, looking at the DHCP table was not an option. So I wrote a script on a CentOS Linux server.
You might need to install nmap on your distribution before using the script. On CentOS, install nmap with:

# [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to monitor all assigned IP addresses on my local network. Since I have a hardware router/DHCP server, looking at the DHCP table was not an option. So I wrote a script on a CentOS Linux server.</p>
<p>You might need to install <a href="http://nmap.org/" target="_blank">nmap</a> on your distribution before using the script. On <a href="http://www.centos.org/" target="_blank">CentOS</a>, install nmap with:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># yum install nmap</pre></div></div>

<p>The script pings all addresses in a specific range and looks at who has connected/disconnected since the last time the script was run. Whenever activity is detected, it is sent by mail. Of course the accuracy of the results depends on how often the script is run. I use a crontab entry for this purpose.</p>
<p><b>Don&#8217;t forget to change the path, the IP range, the email address, etc&#8230; before using !</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!bin/sh</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span>  <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>script
<span style="color: #007800;">i</span>=<span style="color: #000000;">0</span>
<span style="color: #7a0874; font-weight: bold;">unset</span> arr
&nbsp;
<span style="color: #666666; font-style: italic;">#Read the hostlist.dat file from a previous run and store it to an array</span>
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #c20cb9; font-weight: bold;">read</span> line
<span style="color: #000000; font-weight: bold;">do</span>
  arr<span style="color: #7a0874; font-weight: bold;">&#91;</span>i<span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #007800;">$line</span>
  <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #007800;">i</span>=<span style="color: #007800;">$i</span>+<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">done</span> <span style="color: #000000; font-weight: bold;">&lt;</span> hostlist.dat
&nbsp;
<span style="color: #666666; font-style: italic;">#ping all IP's in a range and redirect the output to hostlist.dat in the same directory</span>
<span style="color: #c20cb9; font-weight: bold;">nmap</span> <span style="color: #660033;">-sP</span> 192.168.0.1-<span style="color: #000000;">255</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> 192.168.0. <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #660033;">-F</span> <span style="color: #ff0000;">' appears'</span> <span style="color: #ff0000;">'{ print $1 }'</span> <span style="color: #000000; font-weight: bold;">&gt;</span> hostlist.dat
&nbsp;
<span style="color: #666666; font-style: italic;">#first loop to detect new hosts on the local network</span>
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #c20cb9; font-weight: bold;">read</span> line  <span style="color: #666666; font-style: italic;">#read the just created hostlist.dat file one line at the time</span>
<span style="color: #000000; font-weight: bold;">do</span>
  <span style="color: #007800;">j</span>=<span style="color: #000000;">0</span>
  <span style="color: #007800;">found</span>=<span style="color: #000000;">0</span>
  <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$j</span> <span style="color: #660033;">-lt</span> <span style="color: #800000;">${#arr[*]}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #666666; font-style: italic;">#read the array</span>
  <span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${arr[$j]}</span> = <span style="color: #007800;">$line</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #666666; font-style: italic;">#compare the hostlist.dat file to the array</span>
    <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #007800;">found</span>=<span style="color: #000000;">1</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
    <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #007800;">j</span>=<span style="color: #007800;">$j</span>+<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
  <span style="color: #000000; font-weight: bold;">done</span>
  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$found</span> = <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
  <span style="color: #000000; font-weight: bold;">then</span>
     <span style="color: #007800;">lineip</span>=<span style="color: #007800;">$line</span>
     <span style="color: #007800;">line</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$line</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #660033;">-o</span> <span style="color: #ff0000;">'192.[0-9.]+'</span><span style="color: #000000; font-weight: bold;">`</span> <span style="color: #666666; font-style: italic;">#return ip adress</span>
     <span style="color: #007800;">line</span>=<span style="color: #000000; font-weight: bold;">`</span>nmblookup <span style="color: #660033;">-A</span> <span style="color: #007800;">$line</span><span style="color: #000000; font-weight: bold;">`</span>  <span style="color: #666666; font-style: italic;">#retreive machine name</span>
     <span style="color: #666666; font-style: italic;">#I chose to send a mail, but you can change this line to whatever suits you</span>
     <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$line</span> <span style="color: #000000; font-weight: bold;">|</span> mailx <span style="color: #660033;">-s</span> <span style="color: #ff0000;">&quot;INFO: <span style="color: #007800;">$lineip</span> now connected to the local network!!!&quot;</span> name<span style="color: #000000; font-weight: bold;">@</span>domain.com
  <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span> <span style="color: #000000; font-weight: bold;">&lt;</span> hostlist.dat
&nbsp;
<span style="color: #007800;">j</span>=<span style="color: #000000;">0</span>
<span style="color: #666666; font-style: italic;">#second loop to detect hosts disconnected from the local network since last run</span>
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$j</span> <span style="color: #660033;">-lt</span> <span style="color: #800000;">${#arr[*]}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #666666; font-style: italic;">#read the array</span>
<span style="color: #000000; font-weight: bold;">do</span>
  <span style="color: #007800;">found</span>=<span style="color: #000000;">0</span>
  <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #c20cb9; font-weight: bold;">read</span> line <span style="color: #666666; font-style: italic;">#read the just created hostlist.dat file one line at the time</span>
  <span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${arr[$j]}</span> = <span style="color: #007800;">$line</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #666666; font-style: italic;">#compare the hostlist.dat file to the array</span>
    <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #007800;">found</span>=<span style="color: #000000;">1</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
  <span style="color: #000000; font-weight: bold;">done</span> <span style="color: #000000; font-weight: bold;">&lt;</span> hostlist.dat
  <span style="color: #007800;">line</span>=<span style="color: #800000;">${arr[$j]}</span>
  <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> <span style="color: #007800;">j</span>=<span style="color: #007800;">$j</span>+<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$found</span> = <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
  <span style="color: #000000; font-weight: bold;">then</span>
     <span style="color: #007800;">lineip</span>=<span style="color: #007800;">$line</span>
     <span style="color: #007800;">line</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$line</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #660033;">-o</span> <span style="color: #ff0000;">'192.[0-9.]+'</span><span style="color: #000000; font-weight: bold;">`</span> <span style="color: #666666; font-style: italic;">#return ip address, no nmblookup here since machine is disconnected</span>
     <span style="color: #666666; font-style: italic;">#I chose to send a mail, but you can change this line to whatever suits you</span>
     <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$lineip</span> <span style="color: #000000; font-weight: bold;">|</span> mailx <span style="color: #660033;">-s</span> <span style="color: #ff0000;">&quot;INFO: <span style="color: #007800;">$line</span> now disconnected from the network!!!&quot;</span> name<span style="color: #000000; font-weight: bold;">@</span>domain.com
  <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></td></tr></table></div>

<p>And this is the crontab entry for running the script every two minutes.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">*/2 * * * * . /path/to/script/hostlist &gt; /dev/null 2 &gt;&amp; 1</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/06/script-to-monitor-assigned-ip-address-on-local-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalix: push mail on Nokia mobile phone with IMAP IDLE</title>
		<link>http://www.e-romagnoli.com/2009/03/scalix-push-email-nokia-mobile-phone-imap-idle/</link>
		<comments>http://www.e-romagnoli.com/2009/03/scalix-push-email-nokia-mobile-phone-imap-idle/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 23:58:51 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Scalix]]></category>
		<category><![CDATA[IDLE]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Push IMAP]]></category>
		<category><![CDATA[push mail]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=455</guid>
		<description><![CDATA[You have a Scalix server and you&#8217;re desperately looking for a free and easy solution to push email to your mobile phone. Just like anybody else, when you think  about push mail, you really think BlackBerry. It&#8217;s so standard in these days&#8230; It has to be the solution! Well maybe not&#8230;
I&#8217;ve goggled extensively looking for [...]]]></description>
			<content:encoded><![CDATA[<p>You have a Scalix server and you&#8217;re desperately looking for a free and easy solution to push email to your mobile phone. Just like anybody else, when you think  about push mail, you really think BlackBerry. It&#8217;s so standard in these days&#8230; It has to be the solution! Well maybe not&#8230;</p>
<p>I&#8217;ve goggled extensively looking for a way to achieve push mail by installing an additional, open source,  RIM-like server (<a href="http://www.funambol.com/" target="_blank">Funambol</a>, <a href="http://www.notifycorp.com/" target="_blank">Notifylink</a>, etc&#8230;) on my Scalix box, but I&#8217;ve never been convinced by any of these solutions. It was either too expensive, too limited, too difficult to set up, insecure,&#8230; I just didn&#8217;t liked it. Then I discovered IMAP IDLE. In fact, everything was already build in for push mail, both on the Scalix server and on my Symbian mobile phone. There is no extra server needed. Indeed there is no code or installation trick in this post, it&#8217;s all there already!</p>
<p><a href="http://en.wikipedia.org/wiki/IMAP_IDLE" target="_blank">Wikipedia </a>tells us:</p>
<blockquote><p><em>The IDLE feature allows IMAP e-mail users to receive immediately any mailbox changes without having to undertake any action such as clicking on a refresh button. This feature provides automated mail updates on the client computer.</em></p></blockquote>
<p>In practice, there is a permanent connection between the phone and the server  (just like BB technology). This part is achieved by sending keep alive packets regularly. As soon as a message hits a mailbox, Scalix alerts all IMAP-IDLE clients logged on the matching account, and magically, the message gets to the phone. It&#8217;s so fast it even reaches my phone before it appears in SWA or Outlook 50% of the time. Of course when I delete a message or move it to another folder, modifications are applied on the phone automatically. Brilliant!</p>
<p>Just to make things clear, this solution handles messages only, no calendar or contact sync is to be expected. To be precise, Scalix actually handles contacts and calendar items in IMAP folders, which can be seen as emails from your phone. They will not be synced with the phone&#8217;s internal calendar or contact list however. Another difference is that only the message header is sent to the phone, not the entire body and attachments. I actually had to check whether I did it on purpose or if it was a limitation. Personally  I like this, it saves bandwidth, increases  reactivity and allows me to filter what I really need to read immediately. When opening new mail however, it might take some time to download big messages. So using the IMAP protocol is not equivalent to running a BB server. It&#8217;s just a smart way of doing what 99% of the people really care about: receiving their emails on their mobile phones as soon as it hits their mailbox.</p>
<p>
<a href="http://www.e-romagnoli.com/wp-content/gallery/photogear/nokia-e71.jpg" title="" rel="lightbox[singlepic502]" >
	<img class="ngg-singlepic ngg-right" src="http://www.e-romagnoli.com/wp-content/gallery/cache/502__150x_nokia-e71.jpg" alt="Nokia E71" title="Nokia E71" />
</a>
 This is the most cost effective solution in my opinion. I use a Nokia E71 which is  cheaper, better looking, better build, better featured, lighter and smaller than a BlackBerry Bold. Reliability is decent, but the mail application still crashes once in a while (once a month or so) and requires to manually disconnect from the server (simply by editing your email settings). Any recent Symbian or Treo smart phone should be IMAP IDLE compliant, and some mail clients for Windows mobile exist too. Technically speaking, the overhead in terms of bandwidth is ridiculously low. Expect something like 5Mb/month on a 200Mb mailbox with 20 subfolders synced 24 hours a day.</p>
<p>If you don&#8217;t manage to get the phone connected to the server, it&#8217;s probably your mobile ISP who&#8217;s blocking the IMAP and/or the SMTP ports. Find ports that you don&#8217;t use and forwarding them to the IMAP/SMTP standard ports either directly on your Linux box or on your firewall. You can test these settings with any popular email clients that supports IMAP IDLE (Thunderbird, Outlook, Outlook Express, Apple mail, etc&#8230;)</p>
<p>For contacts and calendar sync, you still have to use the Nokia PC Suite, but I don&#8217;t think it&#8217;s a big deal. It&#8217;s very easy to sync the phone automatically with Outlook (of course you need the Scalix Outlook connector) as soon it is physically connected to the computer (USB) or within the Bluetooth range. The Nokia PC suite works so well it can even sync your phone from multiple computers (home and office in my case). I&#8217;ve never seen anything better than this for resolving possible conflicts. Whenever I have access to one of my computers, everything gets synced via Bluetooth without touching a button. When I&#8217;m away and don&#8217;t even have a laptop with me, I only use my phone anyway. Every change that I make will be synced perfectly with the Scalix server as soon as I reach civilization.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/03/scalix-push-email-nokia-mobile-phone-imap-idle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sigma 12-24mm f/4.5-5.6 DG EX Test Review</title>
		<link>http://www.e-romagnoli.com/2009/02/sigma-12-24mm-f45-56-dg-ex-test-review/</link>
		<comments>http://www.e-romagnoli.com/2009/02/sigma-12-24mm-f45-56-dg-ex-test-review/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:27:28 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[12-24mm]]></category>
		<category><![CDATA[12mm]]></category>
		<category><![CDATA[full frame]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Sigma]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[wide angle]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=312</guid>
		<description><![CDATA[I hear and read so many stupid things about this lens that it&#8217;s time to do it justice. And by the way, do all these people reviewing lenses and spending their nights online commenting on forums actually own these? Have they even ever touched them? I don&#8217;t think so. And even if they do, it [...]]]></description>
			<content:encoded><![CDATA[<p>I hear and read so many stupid things about this lens that it&#8217;s time to do it justice. And by the way, do all these people reviewing lenses and spending their nights online commenting on forums actually own these? Have they even ever touched them? I don&#8217;t think so. And even if they do, it looks like they&#8217;ve only been shooting test charts&#8230; So watch out, this is a review from a photographer who&#8217;s been using this Sigma for years and who is shooting anything but test charts.</p>
<p>Let&#8217;s look at what most &#8220;online experts&#8221; complain about:
<a href="http://www.e-romagnoli.com/wp-content/gallery/photogear/sigma12-24.jpg" title="" rel="lightbox[singlepic112]" >
	<img class="ngg-singlepic ngg-right" src="http://www.e-romagnoli.com/wp-content/gallery/cache/112__200x_sigma12-24.jpg" alt="Sigma 12-24mm D f/4.5-5.6 DG HSM" title="Sigma 12-24mm D f/4.5-5.6 DG HSM" />
</a>
</p>
<ul>
<li><strong>Useless because </strong><strong>distortion is </strong><strong>huge </strong>: Are you serious? This is actually the best feature of this lens : distortion is almost  non-existent at all focal lengths! I guess these people mix up distortion and perspective&#8230; Again, straight lines will remain straight with this zoom. Keeping vertical lines vertical and horizontal lines horizontal is another story&#8230; It requires a lot of walking and moving around to achieve both. Hand-held, it&#8217;s a nightmare. This zoom is so wide it requires very precise framing. You have to look though the viewfinder for long minutes, paying attention to all details, before shooting. Our brains are not used to focus on 122°, but when it comes on paper or screen, every little detail catches you eye immediately. Trust me, it&#8217;s less obvious than you think. It has nothing to do with the quality of the lens however, it&#8217;s the extreme angle covered that makes this difficult.</li>
<li><strong>Sides and corners are soft, falloff is visible, even on APS-C body</strong> : First of all, this lens is meant to be used on full frame bodies. It is actually one of the reason why <a href="http://www.e-romagnoli.com/2009/02/why-buy-a-new-dslr/" target="_self">I decided to get a full frame DSLR</a>. There are wider, cheaper and maybe better alternative for  smaller sensors. The only reason you&#8217;d want this lens on an APS-C camera is because you already know you&#8217;ll buy a Fx body in a near future. I first used it during the Nikon Dx era when Fx DSLR didn&#8217;t exist yet, and now that I&#8217;m back to full frame, I&#8217;m glad I made this choice. Having said that, some falloff and softness is indeed visible wide open on a full frame camera, but it&#8217;s so far from the center it&#8217;s way out of the Dx area. I never noticed anything like this with my previous Dx camera. On a full frame camera, I can live with it.</li>
<li><strong>The whole picture is so soft it&#8217;s useless under f/11 : </strong> I get very sharp results even when shooting wide open and printing 30&#215;45 cm. I don&#8217;t fight for more sharpness beyond this point, especially not because I&#8217;d like it to look better on a 100% crop on a monitor. Final print is what matters.</li>
<li><strong>Can&#8217;t use it with a polarizing filter</strong> : Why would you want to use a polarizing filter on a lens covering and angle as wide as 122°? You&#8217;re not going to be polarizing half of the frame anyway. Ok, maybe it would be nice to put a protective filter in front then? No way, depth of field is so big that any dust on a UV filter would be in focus on your images. By the way, none of the full frame ultra wide lenses allow filters screwed on front (see the new Nikon 14-24mm f/2.8, the Nikon 13mm f/5.6, the Nikon or the Canon 14mm f/2.8). Don&#8217;t compare this lens to a normal 16-35mm, this is a ultra-ultra wide lens. There has to be a price to pay.</li>
<li><strong>It makes the AF go crazy :</strong> I never experienced anything else than fast, focus is dead on with my Nikon&#8217;s. I can&#8217;t tell you about Canon, but I suspect a problem with the AF of  body, not the lens.</li>
<li><strong>Images are flat / no contrast :</strong> Again, the angle is so wide it is difficult for the camera to choose the correct exposure. I apply exposure compensation most of the time because the meter gets cheated by the big bright sky or the big dark area you&#8217;ll almost always end up with. This lens must be very difficult to use on film, without instant review and histogram. Once properly exposed, contrast is excellent.</li>
<li><strong>So slow it&#8217;s useless for shooting  indoors:</strong> Any newer Fx camera has an insane ISO range and you can shoot at 1/15 without worrying with this lens. <strong> </strong>I never use a tripod. This is not a lens I use for freezing movement. I do the exact opposite: keep the background sharp and have movement in the details, so I don&#8217;t really need faster shutter speed.  Ok, 2.8 would be ideal, but how much would I have to pay for the extra?</li>
<li><strong>Sample variation :</strong> There seems to be an urban legend around being lucky and getting a sharp copy or not. I usually don&#8217;t buy this stuff. Of course I only tested mine and never compared it to someone else&#8217;s so I can&#8217;t tell. Still  I think it&#8217;s entirely made up online in the forums, by people who have to find a technical reason behind their crappy pictures instead of questioning their own abilities. Anyway, I&#8217;m very happy with mine.</li>
</ul>
<p style="text-align: left;">
<a href="http://www.e-romagnoli.com/wp-content/gallery/200902_Paris/PRO_1457.JPG" title="Galerie Lafayette Coupole, while she was shopping..." rel="lightbox[singlepic434]" >
	<img class="ngg-singlepic ngg-right" src="http://www.e-romagnoli.com/wp-content/gallery/cache/434__200x_PRO_1457.JPG" alt="PRO_1457.JPG" title="PRO_1457.JPG" />
</a>
[singlepic id=437 w=200 float=right]</p>
<p style="text-align: left;">
<a href="http://www.e-romagnoli.com/wp-content/gallery/200902_Paris/PRO_1497_1.jpg" title="Barrio Latino, Bastille " rel="lightbox[singlepic472]" >
	<img class="ngg-singlepic ngg-right" src="http://www.e-romagnoli.com/wp-content/gallery/cache/472__200x_PRO_1497_1.jpg" alt="PRO_1497_1.jpg" title="PRO_1497_1.jpg" />
</a>
[singlepic id=445 w=200 float=right]</p>
<p style="text-align: left;">For the rest, build quality is great, zoom and focus rings are smooth and precise, flare and ghost are (surprisingly) not a problem. I like when nothing moves or turns on a lens (exept the rings of course), which is the case here. It&#8217;s all internal focusing and internal zooming. A big plus to me. I almost forgot to mention it&#8217;s an HSM lens, meaning it focuses quietly and allows instant manual focus override.</p>
<p style="text-align: left;">So is it perfect?</p>
<p style="text-align: left;">The only competitor I can think of is the super-expensive Nikkor 14-24mm f/2.8, which is so expensive I don&#8217;t even dream about it (both Nikon an Canon also manufacture a fixed focal length 14mm f/2.8 in the same price range ). For 3 times the price, you loose 8° and you get 2 stops faster. In my opinion, it can&#8217;t be so much better that it justifies the price difference. The Sigma is not perfect of course, it&#8217;s an extreme zoom and some compromises had to be made&#8230; But it&#8217;s also the widest of all wide-angles on the market and it&#8217;s opening new creative fields. It&#8217;s not an &#8220;easy to use&#8221;,  &#8220;point and shoot&#8221; midrange zoom, but if you are willing to invest some time in mastering the beast, you&#8217;ll be rewarded with great and original pictures.</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/02/sigma-12-24mm-f45-56-dg-ex-test-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Manage you iPod with Floola</title>
		<link>http://www.e-romagnoli.com/2009/02/manage-you-ipod-with-floola/</link>
		<comments>http://www.e-romagnoli.com/2009/02/manage-you-ipod-with-floola/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 21:54:11 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Floola]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=266</guid>
		<description><![CDATA[Have you ever wanted to extract songs from your iPod or to modify you playlists  when away from your computer? The major problem you&#8217;ll face is that your iPod can only be managed by a single installation of iTunes. 
So if you plug it on you kitchen computer instead of the office computer for instance, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to extract songs from your iPod or to modify you playlists  when away from your computer? The major problem you&#8217;ll face is that your iPod can only be managed by a single installation of iTunes. <span id="more-266"></span></p>
<p>So if you plug it on you kitchen computer instead of the office computer for instance, you won&#8217;t be able play/extract/upload/modify anything on you iPod as it can only be &#8220;synced&#8221; with your office computer.</p>
<p><a href="http://www.floola.com/" target="_blank">Floola</a> is the perfect solution for bypassing this limitation. It can extract song from and to your iPod, add/modify playlists and smart playlists, manage podcasts, videos, lyrics, artwork, etc&#8230; virtually anything iTunes can do!</p>
<p>This freeware is available for Linux, Mac and Windows, and best of all it&#8217;s portable : it doesn&#8217;t require any software installation. Just leave the executable files on you iPod and you&#8217;ll always be carring a universal iTune alternative with you, which you&#8217;ll be able to run and use to manage your iPod from any computer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/02/manage-you-ipod-with-floola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 1,474-Megapixel Photo of President Obama’s Inaugural Address</title>
		<link>http://www.e-romagnoli.com/2009/02/the-1474-megapixel-photo-from-president-obama%e2%80%99s-inaugural-address/</link>
		<comments>http://www.e-romagnoli.com/2009/02/the-1474-megapixel-photo-from-president-obama%e2%80%99s-inaugural-address/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:29:12 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=240</guid>
		<description><![CDATA[Photographer David Bergman publishes on his blog a stunning 1.5 gigapixels shot of the ceremony. He used the Gigapan imager to shoot and merge some 220 pictures into a single 59,783 X 24,658 pixels (or 1,474 megapixels) image with incredible details. You can also view the result full screen on the gigapan website.

]]></description>
			<content:encoded><![CDATA[<p>Photographer David Bergman publishes on his <a href="http://www.davidbergman.net/blog/2009/01/22/how-i-made-a-1474-megapixel-photo-during-president-obamas-inaugural-address/" target="_blank">blog</a> a stunning 1.5 gigapixels shot of the ceremony. <span id="more-240"></span>He used the <a href="http://www.gigapan.org/" target="_blank">Gigapan imager</a> to shoot and merge some 220 pictures into a single 59,783 X 24,658 pixels (or 1,474 megapixels) image with incredible details. You can also view the result full screen on the gigapan <a href="http://gigapan.org/viewGigapanFullscreen.php?auth=033ef14483ee899496648c2b4b06233c" target="_blank">website</a>.</p>
<p style="text-align: center;"><a href="http://www.davidbergman.net/blog/2009/01/22/how-i-made-a-1474-megapixel-photo-during-president-obamas-inaugural-address/"><img class="size-full wp-image-279 aligncenter" src="http://www.e-romagnoli.com/wp-content/uploads/2009/02/obama.jpg" alt="obama" width="494" height="212" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/02/the-1474-megapixel-photo-from-president-obama%e2%80%99s-inaugural-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why buying a new digital SLR?</title>
		<link>http://www.e-romagnoli.com/2009/02/why-buy-a-new-dslr/</link>
		<comments>http://www.e-romagnoli.com/2009/02/why-buy-a-new-dslr/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:58:04 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[D100]]></category>
		<category><![CDATA[D700]]></category>
		<category><![CDATA[digital SLR]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[Sony DSC-R1]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=181</guid>
		<description><![CDATA[Choosing a DSLR is all about compromises&#8230; And I believe a real pro will not compromise on the same things as I do. They always seem to want it all, even things that might not be important to you and me. Shopping for photo equipment is more difficult than ever because the market is changing [...]]]></description>
			<content:encoded><![CDATA[<p>Choosing a DSLR is all about compromises&#8230; And I believe a real pro will not compromise on the same things as I do. They always seem to want it all, even things that might not be important to you and me. Shopping for photo equipment is more difficult than ever because the market is changing so quickly. New top features seem come out every 6 months and deciding to go for a product always means leaving the next one aside. Pros don&#8217;t care about this because they know they will change every 6 months if they have to. Not me.</p>
<p>For the last 15 years, I&#8217;ve had a Canon AE-1 program, a Nikon D100, a Sony DSC-R1 and a Nikon D700 which I purchased recently. That&#8217;s it. I tend to keep my gear for a long time until I feel a new product will bring me new valuable features that will change the way I take pictures radically. With digital SLR&#8217;s, price of used equipment is dropping much faster. Your three years old camera has probably lost 50% or more of it&#8217;s value, so selling it for buying every new hot camera will quickly cost you a fortune. Manufacturers want you to upgrade as often as possible of course. But for a non-professional like me, any 6MP+ DSLR is at least as good as anything from the 24&#215;36 film ages in terms of image quality, when printed up to 30&#215;45 cm. Everybody was very happy with that no longer than 10 years ago. As far as I&#8217;m concerned, the DSLR pixel war ended in 2002 at 6MP . From that point, I never considered more pixels as a feature any more, just as a bonus. Why change then?</p>
<p>I think every new camera you buy should open new perspectives in terms of photography.</p>
<p>Back in the 90&#8217;s, I was a student so I couldn&#8217;t afford the fancy camera I was dreaming of (a Nikon F100) and I didn&#8217;t want to burn money on a a crappy consumer SLR kit, with cheap plastic zoom lenses, either. So I decided to drop the autofocus from my priority list, and to learn the hard way on an old fashioned (but trusted) Canon AE-1 program. The good news was that nobody wanted this kind of  gear any more, so it was very easy to fill a big photo bag with tons of used equipment and great manual focus lenses for a couple of Euro. The body itself was belonged to my father and wasn&#8217;t  being used it for quite some time, so it didn&#8217;t cost me a anything. I was shooting mostly B&amp;W (HP5, Delta 100, Delta 3200) and processing everything in a small home lab in order to control the whole chain from framing to printing. This is where I learned it all.</p>
<p>In 2002, student days were over and I didn&#8217;t have time to play around with my lab any more, so purchasing a Nikon D100 and Photoshop was a great way to get even more control with no compromise on image quality. I chose the Nikon instead of the Canon EOS D60 because it was better featured, I got it for an incredibly low price and I didn&#8217;t mind changing brand since none of my manual focus Canon lenses were compatible with the EOS system anyway.</p>
<p>I shot a lot of pictures with the D100, and loved the result. But in the meantime I had kids and I realized quickly that a big and heavy SLR&#8217;s aren&#8217;t exactly what young parents need. It soon became difficult to find a place to fit a photo bag with a couple of lenses in the trunk of the car, or to walk around all day long with an SLR on one shoulder and a baby sleeping on the other. Above all, a baby&#8217;s natural environment is around 30 cm above the ground, and I was spending much more time eating the dust laying on the floor, trying to find a good angle, than actually taking great shots of my kid.</p>
<p>How lucky&#8230;  Sony came out with the perfect camera for me : the DSC-R1, a big point and shoot with a 10 MP large APS sized CMOS sensor, looking like a small and light SLR. Not bad&#8230; Did it have more?  Yes, a great  24-120mm f/2.8-4.8 lens, with a manual zoom and a focus ring. The lens could not be removed from the body, which solved problems like &#8220;shall I bring one more big heavy lens with me&#8221; and guaranteed a sensor free of dust.</p>
<p>The screen could move in any direction. No more laying down on the floor. I could shoot in any position from any angle! Last but not least, it was not an expensive camera considering the great value for money. Unfortunately it didn&#8217;t have a optical viewfinder though.</p>
<p>I kept using the D100 for serious stuff in parallel with the DSC-R1  until recently, still having in mind Canon&#8217;s range of full frame DSLR (the first one being the EOS 1Ds in 2003)  running around my mind.  I knew full frame would be my next step, and I&#8217;d jump on  the first  reasonably priced Fx camera Nikon would be kind enough to produce. So I skipped the D200 and the D300 because I didn&#8217;t feel the step forward was huge enough to me, although the D300 was very tempting. So was the EOD 5D when it came out, but selling all these great Nikon lenses? You know what I mean&#8230; During this period, I deliberately avoided buying any Dx Lens (Nikon name for lenses designed for small APS sized sensors). The D700 came out 5 years after the 1Ds. A long wait indeed!</p>
<p>In the end, I&#8217;m very happy of my choice. A D300 wouldn&#8217;t bring me a full frame format, an insane ISO range, a huge viewfinder or the magic automatic ADR (Adaptive Dynamic Range or D-Lighting). Other major improvements from previous camera include AF, handling, build quality, in-camera controls &amp; shortcuts, etc&#8230; Waw! Now that&#8217;s a big step forward!</p>

<a href="http://www.e-romagnoli.com/wp-content/gallery/barrio_latino/PRO_1503.JPG" title="" rel="lightbox[singlepic466]" >
	<img class="ngg-singlepic ngg-right" src="http://www.e-romagnoli.com/wp-content/gallery/cache/466__200x_PRO_1503.JPG" alt="PRO_1503.JPG" title="PRO_1503.JPG" />
</a>

<p>So does the D700 open new perspectives? Yes, definitely. Shooting with available light in any condition, having a true <a href="http://www.e-romagnoli.com/2009/02/sigma-12-24mm-f45-56-dg-ex-test-review/" target="_self">ultra-ultra-wide angle</a><a href="http://www.e-romagnoli.com/2009/02/sigma-12-24mm-f45-56-dg-ex-test-review/" target="_self"></a> and cranking up colors the way I want are just a few examples of what makes this kind of picture possible now. And beleive me I have tons like this!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2009/02/why-buy-a-new-dslr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox continually refreshing pages?</title>
		<link>http://www.e-romagnoli.com/2008/11/firefox-continually-refreshing-pages/</link>
		<comments>http://www.e-romagnoli.com/2008/11/firefox-continually-refreshing-pages/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:29:35 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=57</guid>
		<description><![CDATA[Links to images or PDF files don&#8217;t open?
You get messages like &#8220;The image cannot be displayed because it contains errors&#8221;?

Then you should probably  uninstall the skype extension for Firefox!
The problem occurs on Firefox 2 and 3.
See this for more info.
]]></description>
			<content:encoded><![CDATA[<p>Links to images or PDF files don&#8217;t open?</p>
<p>You get messages like <em>&#8220;The image cannot be displayed because it contains errors&#8221;</em>?</p>
<p><span id="more-57"></span></p>
<p><em></em>Then you should probably  uninstall the skype extension for Firefox!</p>
<p>The problem occurs on Firefox 2 and 3.</p>
<p>See <a href="http://support.mozilla.com/tiki-view_forum_thread.php?comments_parentId=47938&amp;forumId=1" target="_blank">this </a>for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2008/11/firefox-continually-refreshing-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalix : change the time messages stay in Deleted Items before being deleted permanently</title>
		<link>http://www.e-romagnoli.com/2008/11/scalix-change-the-time-messages-stay-in-deleted-items-before-being-deleted/</link>
		<comments>http://www.e-romagnoli.com/2008/11/scalix-change-the-time-messages-stay-in-deleted-items-before-being-deleted/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 11:13:06 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Scalix]]></category>
		<category><![CDATA[Deleted Items]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=16</guid>
		<description><![CDATA[In Scalix, messages present in the Deleted Items are kept in this folder for one day by default before being deleted.
This behavior can be changed globally at installation by modifying the userconf file or individually for each user.


$ more /var/opt/scalix/XX/s/sys/userconf #XX being the first and last letter of your mail node
1
&#160;
# This file contains the [...]]]></description>
			<content:encoded><![CDATA[<p>In Scalix, messages present in the Deleted Items are kept in this folder for one day by default before being deleted.</p>
<p>This behavior can be changed globally at installation by modifying the <strong>userconf</strong> file or individually for each user.</p>
<p><span id="more-5"></span></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">$ more /var/opt/scalix/XX/s/sys/userconf #XX being the first and last letter of your mail node
1
&nbsp;
# This file contains the default configuration values for a mail user.
# (The line length should not exceed 128 charaters.)
#
&nbsp;
# ConfigType=1   The default Waste Basket clearance time in days.
#                This value represents how long a message will reside in
#                The Waste Basket before it is eligible for deletion
1       1
...</pre></div></div>

<p>Changing this parameter to</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># ConfigType=1   The default Waste Basket clearance time in days.
#                This value represents how long a message will reside in
#                The Waste Basket before it is eligible for deletion
1      30</pre></div></div>

<p>will make Scalix keep messages 30 days in the Deleted Items before permanently deleting them.</p>
<p>However, this will only apply to users created after the file modification. Indeed, this file is read and parameters copied in the configuration file of the user whenever a new user is created,.</p>
<p>So in order to modify this behavior for existing users, you have to know which folder Scalix uses for this user:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">omshowu  &quot;user name&quot; -f</pre></div></div>

<p>Look for the &#8220;User Folder&#8221; value.</p>
<p>In this folder, edit the 000002g file:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">1
# User Configuration File
1  1
&nbsp;
...</pre></div></div>

<p>Change it to</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">1 30</pre></div></div>

<p>for keeping messages 30 days</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2008/11/scalix-change-the-time-messages-stay-in-deleted-items-before-being-deleted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select the entire URL on a single click in Firefox&#8217;s address bar under linux</title>
		<link>http://www.e-romagnoli.com/2008/09/firefox-single-click-address-bar/</link>
		<comments>http://www.e-romagnoli.com/2008/09/firefox-single-click-address-bar/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:42:39 +0000</pubDate>
		<dc:creator>Roma</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[auto select]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux;windows]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.e-romagnoli.com/?p=15</guid>
		<description><![CDATA[For those using Windows and Linux everyday, and who prefer the behavior of Firefox under Windows&#8230;.
In Firefox, go the the page:
about:config
Filter the settings on &#8220;urlbar&#8221; and right-click/toggle on :
browser.urlbar.clickSelectsAll
to change the value to &#8220;true&#8221;
For applying this to all users, you can change the firefox.js file :

 /usr/lib/firefox-3.0.1/defaults/preferences/firefox.js on RHEL / CentOS
/usr/share/firefox/defaults/pref/firefox.js on ubuntu

Change
user_pref(&#8221;browser.urlbar.clickSelectsAll&#8221;, false);
to &#8216;true&#8217;.
Here [...]]]></description>
			<content:encoded><![CDATA[<p>For those using Windows and Linux everyday, and who prefer the behavior of Firefox under Windows&#8230;.<span id="more-13"></span></p>
<p>In Firefox, go the the page:<br />
about:config</p>
<p>Filter the settings on &#8220;urlbar&#8221; and right-click/toggle on :<br />
browser.urlbar.clickSelectsAll<br />
to change the value to &#8220;true&#8221;</p>
<p>For applying this to all users, you can change the firefox.js file :</p>
<ul>
<li> /usr/lib/firefox-3.0.1/defaults/preferences/firefox.js on RHEL / CentOS</li>
<li>/usr/share/firefox/defaults/pref/firefox.js on ubuntu</li>
</ul>
<p>Change<br />
user_pref(&#8221;browser.urlbar.clickSelectsAll&#8221;, false);<br />
to &#8216;true&#8217;.</p>
<p>Here are some useful Firefox shortcuts:</p>
<p>Ctrl + L &#8211; select the URL<br />
Ctrl + I &#8211; show page information<br />
Ctrl + K &#8211; select text in search bar<br />
Esc when the pointer is in the address bar to select the url</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-romagnoli.com/2008/09/firefox-single-click-address-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

