<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; imap</title> <atom:link href="http://www.ghacks.net/tag/imap/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Stunnel &#8211; How to use Gmail With Older Software</title><link>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/</link> <comments>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/#comments</comments> <pubDate>Wed, 20 Jul 2011 19:27:37 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[email software]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[stunnel]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48053</guid> <description><![CDATA[With over 200 million users, Google Mail, or Gmail, is one of the most used email systems in the world today. Even companies are getting in on the act by moving their email infrastructure to Google Apps, which gives them all the benefits of Google and the convenience of using a custom domain. With a [...]]]></description> <content:encoded><![CDATA[<p>With over 200 million users, Google Mail, or Gmail, is one of the most used email systems in the world today. Even companies are getting in on the act by moving their email infrastructure to Google Apps, which gives them all the benefits of Google and the convenience of using a custom domain. With a multitude of features at your fingertips, such as spam control, calendars, pictures (Piscasa), and Google docs for file storing and collaboration, you really can’t go wrong.</p><p>However, many people still don’t know that if you want to pull your email into third-party email software, it has to be capable of using secure connections. This means SSL (Secure Socket Layer), and TLS (Transport Layer Security). Both of these protocols use encryption, and are built in automatically to most up-to-date email software. Instead of using ports 25 and 110 to sends and receive, you’ll be using ports 465 and 995, and Gmail won’t work without it.</p><p>So what happens when you are asked to set up an email system to talk to Google Mail, which doesn’t allow those ports, and is so old it doesn’t know the first thing about encryption protocols? Well, one answer could be a little program called Stunnel. This little gem sits on your computer and converts standard emails into a format suitable for Google Mail. It can handle incoming and outgoing mail, and is robust enough to use on a network where many people are sending emails at the same time. It also uses very little system memory, and rarely crashes.</p><p>Setting up Stunnel is a easy. You simply run thorough the install process which will take all of about 20 seconds, and then edit a small text file which configures the program to use whichever email service you are using. Of course we are talking about Google Mail here, but this program could be used to interface with any email system using secure socket layers.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/07/stunnel.jpg" alt="stunnel" title="stunnel" width="260" height="324" class="alignnone size-full wp-image-48054" /></p><p>You can set up port mappings easily, so if your software will only receive emails from port 110, it will automatically translate that to port 995 for you, and the same with outgoing mail. It will also handle IMAP email as well.</p><p>You can install <a
href="http://stunnel.org/">Stunnel</a> on any computer running Windows. In a network environment you can install a copy on a server, and point all your workstations to it. Stunnel seems to allow multiple connections with no fuss whatsoever. I’ve seen a single instance of Stunnel handling email for up to 200 workstations. Of course if you have more, there are no reasons why you couldn’t install more than one instance of Stunnel to handle the extra traffic. It also installs itself as a service on server operating systems, which enables it to be started automatically. It can also be installed on individual machines, such as laptops.</p><p>This program finds favor with quite a few people.  It’s simple and does exactly what it says it does. It’s also flexible enough to fit in with almost any network.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/20/stunnel-how-to-use-gmail-with-older-software/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Quick and easy pop or imap server with Dovecot</title><link>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/</link> <comments>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/#comments</comments> <pubDate>Thu, 25 Feb 2010 00:57:27 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[linux email server]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[pop3]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23326</guid> <description><![CDATA[Picking up where we left off a while ago, let&#8217;s add yet another feature to our Ubuntu server. We&#8217;ve already looked at using Postfix with multiple topics (see Postfix on Ghacks). But we never discussed a means to deliver the mail from the server to the client. That will now change. Linux has multiple ways [...]]]></description> <content:encoded><![CDATA[<p>Picking up where we left off a while ago, let&#8217;s add yet another feature to our Ubuntu server. We&#8217;ve already looked at using Postfix with multiple topics (see <a
title="Postfix on Ghacks" href="http://www.ghacks.net/index.php?s=postfix" target="_blank">Postfix on Ghacks</a>). But we never discussed a means to deliver the mail from the server to the client. That will now change. Linux has multiple ways to deliver email to clients. One of the easiest (as well as most flexible) means is via <a
title="Dovecot" href="http://www.dovecot.org/" target="_blank">Dovecot</a>.</p><p>Dovecot is an open source IMAP/POP server that runs on either Linux or UNIX systems. Dovecot is suitable for both small and large installations (I just recently installed Dovecot on a 300+ user system) and will work in the background like a workhorse.</p><p>In this article I will show you how to install Dovecot and get it up and running with either IMAP or POP quickly and with as little pain as possible.</p><p><span
id="more-23326"></span><strong>Installation</strong></p><p>Since we are installing on a Ubuntu machine, installing Dovecot is as simple as running the command <em>sudo apt-get install dovecot-common dovecot-imapd dovecot-pop3d</em>. You can actually install either <em>dovecot-imapd </em>or <em>dovecot-pop3d </em>depending upon which protocol you need to support.</p><p>Once installed the executable command is <em>/etc/init.d/dovecot start</em>.</p><p><strong>Configuration</strong></p><p>There is only one configuration file you need to deal with. That file will be located in either <strong>/etc/dovecot.conf </strong>or <strong>/etc/dovecot/dovecot.conf</strong>. Believe it or not, the default configuration file is fairly well set up for you. You will only have to make a few modifications. So don&#8217;t let the 1,000+ line configuration file look you in the eye and defeat you. You can best this beast with little time.</p><p>The first configuration you will need to make is to configure the protocol. Look for the line:</p><p><code>protocols = pop3 pop3s imap imaps</code></p><p>You can just leave this as is, or, if you know you are only using certain protocols, edit to suit your set up. Just remove the protocols you do not need.</p><p>The next line you need to look for is:</p><p>mail_location =</p><p>There are two popular choices here:<br
/> <code>mail_location = maildir:~/Maildir # (for maildir)</code><br
/> or<br
/> <code>mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u # (for mbox)</code></p><p>In other words, if your users&#8217; mailboxes will reside in the home directory, use the former. If the users&#8217; mailboxes will reside in <strong>/var/spool/mail</strong>, use the latter.</p><p><strong>Restart and test</strong></p><p>Now restart Dovecot with the command <em>/etc/init.d/dovecot restart</em> and let&#8217;s give this system a test. We&#8217;ll test this with the help of telnet. Issue the command <em>telent ADDRESS PROTO </em>Where ADDRESS is the address of the server and PROTO is the protocol you want to use (either pop3 or imap). Here&#8217;s what the test will look like:<br
/> <code>telnet localhost pop3<br
/> +OK dovecot ready.<br
/> user USER<br
/> +OK<br
/> pass PASSWORD<br
/> +OK Logged in.<br
/> list<br
/> +OK 1 messages:<br
/> 1 622</code></p><p>Where USER is a legitimate user on the system and PASSWORD is the password for that user.</p><p>If you see the +OK at the end, Dovecot is ready to go. If you have any problems, the best place to look is in <strong>/var/log/maillog. </strong>And the best way to run that check is by using two terminal windows. In terminal A issue the command <em>tail -f /var/log/maillog </em>and in terminal B run the Dovecot test above. Terminal A should report any issues which will be your starting point for troubleshooting.</p><p><strong>Final thoughts</strong></p><p>Dovecot really is that easy to install. Of course Dovecot is much more flexible than that. In later articles we will discuss other configuration options for this outstanding server.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/25/quick-and-easy-pop-or-imap-server-with-dovecot/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How do you read your email?</title><link>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/</link> <comments>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/#comments</comments> <pubDate>Tue, 31 Mar 2009 13:14:45 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[ask the readers]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[webmail]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/</guid> <description><![CDATA[We&#8217;ve been learning a lot about you guys in the past weeks, and I think this will be one of my favorite questions, since productive emailing can reward you with a huge time advantage, perhaps you guys have some secret email management skills out there! Basically what I am asking this time, is do you [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;ve been learning a lot about you guys in the past weeks, and I think this will be one of my favorite questions, since productive emailing can reward you with a huge time advantage, perhaps you guys have some secret email management skills out there!</p><p>Basically what I am asking this time, is do you use POP3, IMAP, or webmail, or maybe even something else? POP is the &#8220;oldschool&#8221; way of doing thigs. You download the messages from the server, but you are essentially making a copy of your real inbox on the server, the message structure, messages, etc are not changed on the server, no matter what you do in your email client (Outlook, Thunderbird, etc).</p><p>IMAP is the method of directly accessing your server real-time from a different application. If you delete an email from your client (Outlook, Thunderbird supports IMAP as well) you selete it from your server too, and vice-versa. Webmail is of course directly accessing your server on a nice graphical interface, like Gmail, Yahoo Mail and all the others.</p><p><span
id="more-11347"></span></p><p>There are many ways to manage yourself using any of these methods, but which do you think is best? POP is great for managing emails as tasks, and to keep backups, in fact, I think it is the most productive, but since it doesn&#8217;t modify your server too, it means your server will be a mess. IMAP is great for not doing double work, but is at times a bit inflexible and harder to use if you also want advanced features like labels, tags, folders, etc. Webmail is probably a mixture of the two if you have a good interface like Gmail. So which do you prefer, how do you manage your email?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/31/how-do-you-read-your-email/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> </channel> </rss>
