<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / imap</title>
<link>http://netvouz.com/falko/tag/imap?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;imap&quot; on Netvouz</description>
<item><title>Converting All Your MS Outlook PST Files To Maildir Format</title>
<link>http://www.howtoforge.com/converting_outlook_pst_to_maildir</link>
<description>One of the challenges you may face when converting an office from Microsoft Windows to Linux is that many people archive their emails in PST files. There are PST tools available, but most of them are commercial, since the PST file format is closed and protected by Microsoft. There are several non-commercial methods to achieve roughly the same goal, and in this tutorial we use IMAP (more specifically, courier-imap) to convert all our emails from PST to the Maildir format. The advantage of this approach is that you also lay the foundation for a new mail system, with all your old emails already imported the day you switch over.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 15 Jun 2007 11:54:18 GMT</pubDate>
</item><item><title>How To Install &amp; Set Up Dovecot Mail Server With Sieve And Virtual Users</title>
<link>http://www.howtoforge.com/dovecot_mail_server_sieve_virtual_users</link>
<description>This document describes how to install the Dovecot mail server from source as an imap / pop3 mail server for your domain and how to set up the sieve plugin so your clients can use the sieve mail filtering language for their mail accounts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 07 Sep 2007 10:12:34 GMT</pubDate>
</item><item><title>How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS</title>
<link>http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imap-tools</link>
<description>This guide explains how you can migrate mailboxes between IMAP servers with IMAP TOOLS. IMAP TOOLS is a collection of Perl scripts that allow you to do various tasks with IMAP servers and also POP3 servers. In this article I will focus on the scripts imapcopy.pl (copies messages and mailboxes from one IMAP server to another) and pop3toimap.pl (copies POP3 messages to an IMAP server). Both scripts support SSL. If you specify port 993 (995 for POP3) then an SSL connection is initiated. If the port number is 143 (110 for POP3) then it will try a non-SSL connection. With any other value the port will be tested to see if it supports SSL. If so, SSL will be used to make the connection; otherwise a non-SSL connection will be made.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 27 Oct 2011 09:01:00 GMT</pubDate>
</item><item><title>How To Migrate Mailboxes Between IMAP Servers With imapcopy</title>
<link>http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapcopy</link>
<description>This guide explains how you can migrate mailboxes between IMAP servers with imapcopy. imapcopy lets you copy recursively all email messages and folders from one imap account to another. It supports the protocols imap and imaps.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 06 Oct 2011 09:28:29 GMT</pubDate>
</item><item><title>Retrieving Emails From Remote Servers With fetchmail (Debian Etch)</title>
<link>http://www.howtoforge.com/debian_etch_fetchmail</link>
<description>Fetchmail is a program for retrieving emails from remote servers. Imagine you have five email accounts on five different servers. Of course, you do not want to connect to each of them to get your emails. This is where fetchmail comes into play. If you have a user account on a Linux server, you can make fetchmail download emails from remote servers and put them into just one mailbox (the one of your Linux user), from where you can retrieve them with your email client (e.g. Thunderbird or Outlook).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 01 Jun 2007 14:24:17 GMT</pubDate>
</item><item><title>Running Roundcube 0.7.1 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10</title>
<link>http://www.howtoforge.com/running-roundcube-0.7.1-on-nginx-lemp-on-debian-squeeze-ubuntu-11.10</link>
<description>This tutorial shows how you can install and run Roundcube webmail (version 0.7.1) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced &quot;engine x&quot;) + MySQL + PHP). Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 06 Mar 2012 11:36:37 GMT</pubDate>
</item><item><title>The Perfect Setup - Debian Etch (Debian 4.0)</title>
<link>http://www.howtoforge.com/perfect_setup_debian_etch</link>
<description>This tutorial shows how to set up a Debian Etch (Debian 4.0) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Debian Etch, but should apply to the 64-bit version with very little modifications as well.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 09 Apr 2007 16:17:00 GMT</pubDate>
</item><item><title>The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04) | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/perfect_setup_ubuntu704</link>
<description>This tutorial shows how to set up a Ubuntu Feisty Fawn (Ubuntu 7.04) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Ubuntu Feisty Fawn, but should apply to the 64-bit version with very little modifications as well.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 19 Apr 2007 18:45:10 GMT</pubDate>
</item></channel></rss>