fetchmail to get the mails from your imap account

2014-03-11 1 min read Raspberry Pi

Now, that you have set the RPi to send emails, lets do the next best thing. Setup fetchmail so that we can setup a cron job to run and get us the emails on Raspberry Pi. What can we do with these emails, lots 🙂 (I hope you already have a Raspberry Pi, if not then head over to  element14.)

For now, first install fetchmail:

sudo apt-get install fetchmail

and if you are one of the guys who wants easy configuration then :

Continue reading

Using ssmtp to send mail using gmail.

2011-02-19 1 min read Fedora Linux

First install the package ssmtp using the command:

  <td>
    <div class="text codecolorer">
      sudo yum install ssmtp
    </div>
  </td>
</tr>
1

Open the configuration file for ssmtp as root user:

  <td>
    <div class="text codecolorer">
      vim /etc/ssmtp/ssmtp.conf
    </div>
  </td>
</tr>
1

Make the following changes to the configuration file:

root=**username**@gmail.com
mailhub=smtp.gmail.com:587
hostname=**username**@gmail.com
UseSTARTTLS=YES
AuthUser=username
AuthPass=password
FromLineOverride=yes

In order to make the default (root) “from” field be the server name,
edit the /etc/ssmtp/revaliases file as root user :

Continue reading

Gmail Videochat Comes to Linux

2010-08-26 1 min read Fedora Linux

?Gmail Videochat Comes to Linux
&#8221;The long wait is over and Linux users can finally use the Gmail
Videochat! The <a class="zem_slink" title="Gmail" rel="homepage" href="http://gmail.com">GMail team recently announced the availability of voice
and <a class="zem_slink" title="Videoconferencing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Videoconferencing">video chat on Linux. This feature is currently supported on <a class="zem_slink" title="Ubuntu (operating system)" rel="homepage" href="http://www.ubuntu.com/">Ubuntu
and other <a class="zem_slink" title="Debian" rel="homepage" href="http://www.debian.org/">Debian-based <a class="zem_slink" title="Linux distribution" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux_distribution">Linux distributions. <a class="zem_slink" title="RPM Package Manager" rel="homepage" href="http://rpm.org/">RPM Support for <a class="zem_slink" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora Linux
and other <a class="zem_slink" title="Red Hat" rel="homepage" href="http://www.redhat.com">Red Hat based distributions (like <a class="zem_slink" title="CentOS" rel="homepage" href="http://www.centos.org/">CentOS) is going to be added
soon.&#8221; Some screenshots of GMail Video Chat on Linux in action

Continue reading

Blog once and educate 40,000 underprivileged children of India

2010-01-18 3 min read Uncategorized

Here&#8217;s one of the mail that I received from the IndiBlogger team.

<span style="font-size: x-small;">Dear <a class="zem_slink" title="Amit Agarwal" rel="homepage" href="http://www.labnol.org/about.html">Amit Agarwal,

<span style="font-size: x-small;">Here is a unique opportunity to reach out and impact thousands of lives through your blog. Yes, sitting at your desk and writing a <a class="zem_slink" title="blog post" rel="homepage" href="http://blog.facebook.com/blog.php?post=136782277130">blog post can help educate 40,000 young Indians all over our country!

<span style="font-size: x-small;">One of <a class="zem_slink freebase/en/india" title="India" rel="geolocation" href="http://maps.google.com/maps?ll=28.6133333333,77.2083333333&spn=10.0,10.0&q=28.6133333333,77.2083333333%20%28India%29&t=h">India’s most trusted and credible <a class="zem_slink freebase/en/non-governmental_organization" title="Non-governmental organization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Non-governmental_organization">NGOs, <a class="zem_slink freebase/en/giveindia" title="GiveIndia" rel="wikipedia" href="http://en.wikipedia.org/wiki/GiveIndia">GiveIndia is taking part in a competition on <a class="zem_slink freebase/en/facebook" title="Facebook" rel="homepage" href="http://facebook.com">Facebook to win a US$1 million grant. The winner will be the NGO that gets the highest number of votes from Facebook users. The prize of $1 million will help put or keep 40,000 children across India in <a class="zem_slink freebase/en/school" title="School" rel="wikipedia" href="http://en.wikipedia.org/wiki/School">school for one year!

Continue reading