<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Tag: IMAP - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Tag: IMAP - Recent Posts</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 07:11:59 +0000</pubDate>

<item>
<title>erich.dys@bpisys.com on "Postfix delivers to Dovecot, but user mail not showing"</title>
<link>http://diymacserver.com/forum/topic/postfix-delivers-to-dovecot-but-user-mail-not-showing#post-927</link>
<pubDate>Wed, 09 Feb 2011 01:47:25 +0000</pubDate>
<dc:creator>erich.dys@bpisys.com</dc:creator>
<guid isPermaLink="false">927@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Oh yeah! Good eye, that was it. &#60;/p&#62;
&#60;p&#62;I hand cranked the files versus a copy 'n paste and clearly missed that piece. What's interesting is the primary domain mail was delivered with no issues (the unit has been in service for a year an a half) - it wasn't until using a second domain that it was evident there was a problem.&#60;/p&#62;
&#60;p&#62;Thanks Richard.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Postfix delivers to Dovecot, but user mail not showing"</title>
<link>http://diymacserver.com/forum/topic/postfix-delivers-to-dovecot-but-user-mail-not-showing#post-926</link>
<pubDate>Mon, 07 Feb 2011 19:11:57 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">926@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Erich, from this piece of the logfile it shows that you are not using dovecot but are using the virtual maildir config of postfix itself.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Feb 7 11:47:00 s1 postfix/virtual[25171]: D0290337F0C: to=&#38;lt;erich@bpisys-tx.com&#38;gt;, orig_to=&#38;lt;eprinz@bpisys-tx.com&#38;gt;, relay=virtual, delay=0.53, delays=0.52/0.01/0/0, dsn=2.0.0, status=sent (delivered to maildir)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should look like:&#60;br /&#62;
&#60;code&#62;Feb  7 20:09:10 iMac27i7 postfix/pipe[84744]: A5F4E77F39E: to=&#38;lt;info@richard5.tld&#38;gt;, relay=dovecot, delay=0.84, delays=0.05/0.01/0/0.77, dsn=2.0.0, status=sent (delivered via dovecot service)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So I think you missed something in your postfix configuration. Do you have the line: &#60;code&#62;virtual_transport = dovecot&#60;/code&#62; in main.cf ?
&#60;/p&#62;</description>
</item>
<item>
<title>erich.dys@bpisys.com on "Postfix delivers to Dovecot, but user mail not showing"</title>
<link>http://diymacserver.com/forum/topic/postfix-delivers-to-dovecot-but-user-mail-not-showing#post-925</link>
<pubDate>Mon, 07 Feb 2011 16:57:22 +0000</pubDate>
<dc:creator>erich.dys@bpisys.com</dc:creator>
<guid isPermaLink="false">925@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Yes, the directories exist. I've double checked ownership and rights and these match with the directory where mail IS being delivered successfully.&#60;/p&#62;
&#60;p&#62;Here's a snippet of the mail.log showing inbound mail being handled correctly by Postfix:&#60;/p&#62;
&#60;p&#62;Feb  7 11:46:59 s1 postfix/smtpd[25167]: connect from asp.reflexion.net[69.84.129.233]&#60;br /&#62;
Feb  7 11:46:59 s1 postfix/smtpd[25167]: setting up TLS connection from asp.reflexion.net[69.84.129.233]&#60;br /&#62;
Feb  7 11:46:59 s1 postfix/smtpd[25167]: Anonymous TLS connection established from asp.reflexion.net[69.84.129.233]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)&#60;br /&#62;
Feb  7 11:46:59 s1 postfix/smtpd[25167]: D0290337F0C: client=asp.reflexion.net[69.84.129.233]&#60;br /&#62;
Feb  7 11:46:59 s1 postfix/cleanup[25170]: D0290337F0C: message-id=&#38;lt;0699B874-3A6B-4353-9E3E-A91B5BCE2173@bpisys.com&#38;gt;&#60;br /&#62;
Feb  7 11:47:00 s1 postfix/qmgr[25097]: D0290337F0C: from=&#38;lt;erich@bpisys.com&#38;gt;, size=43858, nrcpt=1 (queue active)&#60;br /&#62;
Feb  7 11:47:00 s1 postfix/virtual[25171]: D0290337F0C: to=&#38;lt;erich@bpisys-tx.com&#38;gt;, orig_to=&#38;lt;eprinz@bpisys-tx.com&#38;gt;, relay=virtual, delay=0.53, delays=0.52/0.01/0/0, dsn=2.0.0, status=sent (delivered to maildir)&#60;br /&#62;
Feb  7 11:47:00 s1 postfix/qmgr[25097]: D0290337F0C: removed&#60;br /&#62;
Feb  7 11:47:00 s1 postfix/smtpd[25167]: disconnect from asp.reflexion.net[69.84.129.233]&#60;/p&#62;
&#60;p&#62;Then .... nothing. &#60;/p&#62;
&#60;p&#62;What's the appropriate debug setting in Postfix so we can see the details of where this might be breaking?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Postfix delivers to Dovecot, but user mail not showing"</title>
<link>http://diymacserver.com/forum/topic/postfix-delivers-to-dovecot-but-user-mail-not-showing#post-918</link>
<pubDate>Tue, 01 Feb 2011 20:08:26 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">918@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Do you see the directories appear in /usr/local/virtual for those new domains? And can you see the new emails appear on the filesystem in the sub directories of the users.
&#60;/p&#62;</description>
</item>
<item>
<title>erich.dys@bpisys.com on "Postfix delivers to Dovecot, but user mail not showing"</title>
<link>http://diymacserver.com/forum/topic/postfix-delivers-to-dovecot-but-user-mail-not-showing#post-917</link>
<pubDate>Mon, 31 Jan 2011 22:41:42 +0000</pubDate>
<dc:creator>erich.dys@bpisys.com</dc:creator>
<guid isPermaLink="false">917@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;This is on a 10.5 install per the documentation (64 bit).&#60;/p&#62;
&#60;p&#62;The primary domain functions normally for mail delivery service, however, 2nd and subsequent virtual domain users inbox mail are not visible via IMAP.&#60;/p&#62;
&#60;p&#62;The log files show Postfix handing mail off to Dovecot:&#60;/p&#62;
&#60;p&#62; relay=virtual, delay=0.56, delays=0.54/0/0/0.02, dsn=2.0.0, status=sent (delivered to maildir)
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "What&#039;s the minimal, simplest config?"</title>
<link>http://diymacserver.com/forum/topic/whats-the-minimal-simplest-config#post-700</link>
<pubDate>Thu, 03 Sep 2009 11:27:57 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">700@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;The simplest mail setup for more than one domain is the basic mailserver setup with postfix, dovecot, postfixadmin and roundcube. Look at the doc pages and start from there. However I'm still testing the setup on Snow Leopard so you might be better of waiting for another week till I have tested and got everythign working under snow leopard.&#60;/p&#62;
&#60;p&#62;For DNS you can use Bind, is installed but you need to be an expert to configure it. If someone else knows a better solution I would like to know as well!
&#60;/p&#62;</description>
</item>
<item>
<title>RobLewis on "What&#039;s the minimal, simplest config?"</title>
<link>http://diymacserver.com/forum/topic/whats-the-minimal-simplest-config#post-699</link>
<pubDate>Wed, 02 Sep 2009 18:50:45 +0000</pubDate>
<dc:creator>RobLewis</dc:creator>
<guid isPermaLink="false">699@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I'm getting ready to migrate from Tiger Server on a G4 to Snow Leopard (not server) on a Mac Mini. &#60;/p&#62;
&#60;p&#62;I want mail service for a few Macs, a PC, and a couple of &#34;Audrey&#34; internet appliances on my local domain. Except for the Audreys, which are POP-only, I could use an all-IMAP system. &#60;/p&#62;
&#60;p&#62;What do I need to install? I only need to handle one domain (though I'd like the ability to handle others). Thanks for any tips. &#60;/p&#62;
&#60;p&#62;Also: what's a good setup for running a local DNS to replace OS X Server's?
&#60;/p&#62;</description>
</item>
<item>
<title>john on "imap ssl connection refused"</title>
<link>http://diymacserver.com/forum/topic/imap-ssl-connection-refused#post-440</link>
<pubDate>Sun, 13 Jan 2008 19:41:58 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">440@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;No problems - everything is working great. Thanks again for your awesome guide!&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "imap ssl connection refused"</title>
<link>http://diymacserver.com/forum/topic/imap-ssl-connection-refused#post-439</link>
<pubDate>Sun, 13 Jan 2008 12:52:42 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">439@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Please change the entry to &#60;code&#62;TLS_PROTOCOL=SSL23&#60;/code&#62; which means to use SSL3 when possible and fall back to SSL2 when SSL3 isn't working. The cause of this is that not every mail client implemented the SSL3 protocol as it should be. I will update the documentation to reflect this change. Sorry I forgot to do it earlier, my apologies!
&#60;/p&#62;</description>
</item>
<item>
<title>john on "imap ssl connection refused"</title>
<link>http://diymacserver.com/forum/topic/imap-ssl-connection-refused#post-438</link>
<pubDate>Sun, 13 Jan 2008 11:51:22 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">438@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;hey richard - &#60;/p&#62;
&#60;p&#62;Thanks for the reply. I changed my /Library/StartupItems/CourierIMAP/CourierIMAP to use imapd-ssl.rc and I was able to connect. Thanks! However, then I started getting an ssl error that, in the mail log file, looked like:&#60;/p&#62;
&#60;p&#62;imapd-ssl[427]: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number&#60;/p&#62;
&#60;p&#62;Google told me to change the line in /usr/local/etc/imapd-ssl from what you had:&#60;/p&#62;
&#60;p&#62;TLS_PROTOCOL=SSL3&#60;/p&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;p&#62;TLS_PROTOCOL=SSL2&#60;/p&#62;
&#60;p&#62;and it is now working. So now my question is, is this a big deal? Should i try to get it working with ssl3, or is ssl2 &#34;secure enough&#34;? Thanks for your help.&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "imap ssl connection refused"</title>
<link>http://diymacserver.com/forum/topic/imap-ssl-connection-refused#post-437</link>
<pubDate>Sun, 13 Jan 2008 10:46:42 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">437@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Did you start up the imap server with the ssl script, so that is &#60;code&#62;/usr/local/libexec/imapd-ssl.rc&#60;/code&#62; instead of the normal &#60;code&#62;/usr/local/libexec/imapd.rc&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Otherwise it could be a firewall blocking access ?
&#60;/p&#62;</description>
</item>
<item>
<title>john on "imap ssl connection refused"</title>
<link>http://diymacserver.com/forum/topic/imap-ssl-connection-refused#post-436</link>
<pubDate>Sun, 13 Jan 2008 07:21:46 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">436@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;hi all - &#60;/p&#62;
&#60;p&#62;i set up the postfix ssl and imap ssl accourding to the article in the docs, and the postfix is working great, but i'm getting a connection refused if i try to connect to the server on port 993. is there a startup script or something that i need to add to get imap-ssl working? &#60;/p&#62;
&#60;p&#62;thanks for this great guide!&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "imap IDLE"</title>
<link>http://diymacserver.com/forum/topic/imap-idle#post-375</link>
<pubDate>Sun, 06 May 2007 18:43:44 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">375@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks for the explanation on FAM, don't know why &#38;lt;br&#38;gt; doesn't work. I'll look into it...
&#60;/p&#62;</description>
</item>
<item>
<title>Uncue on "imap IDLE"</title>
<link>http://diymacserver.com/forum/topic/imap-idle#post-373</link>
<pubDate>Thu, 03 May 2007 17:04:39 +0000</pubDate>
<dc:creator>Uncue</dc:creator>
<guid isPermaLink="false">373@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;File Access Monitor&#60;br /&#62;
&#60;a href=&#34;http://www.courier-mta.org/FAQ.html#fam&#34; rel=&#34;nofollow&#34;&#62;http://www.courier-mta.org/FAQ.html#fam&#60;/a&#62;&#60;br /&#62;
.&#60;br /&#62;
You also may or may not find this useful as well:&#60;br /&#62;
.&#60;br /&#62;
&#60;a href=&#34;http://osdir.com/ml/mail.qmail.qmr/2005-07/msg00147.html&#34; rel=&#34;nofollow&#34;&#62;http://osdir.com/ml/mail.qmail.qmr/2005-07/msg00147.html&#60;/a&#62;&#60;br /&#62;
.&#60;br /&#62;
Quoted from above &#34;the problem is that famd works inside of portmapper, and portmapper&#60;br /&#62;
has historically been a massive source of security holes. i refuse to&#60;br /&#62;
use portmapper on any machine which is not protected by a hardware&#60;br /&#62;
firewll device of some kind, which obviously means i won't run it on&#60;br /&#62;
my own server.&#34;&#60;br /&#62;
.&#60;br /&#62;
BTW why doesn't &#38;lt;br&#38;gt; work??
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "imap IDLE"</title>
<link>http://diymacserver.com/forum/topic/imap-idle#post-371</link>
<pubDate>Wed, 02 May 2007 00:09:27 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">371@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Call me stupid but what is FAM ?
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-370</link>
<pubDate>Sun, 29 Apr 2007 10:29:35 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">370@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Finally succeeded with setting up the mail server, however without virtual domains and MySQL - a little overkill for me as I have only two domains with a total of one user (me) :)  Thank you, your guide has been helpful!
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Transferring from another IMAP server"</title>
<link>http://diymacserver.com/forum/topic/transferring-from-another-imap-server#post-369</link>
<pubDate>Sun, 29 Apr 2007 10:26:11 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">369@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Update: IMAP mail transfer from my old server to the new server via my mail client works like a charm. :)
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "imap IDLE"</title>
<link>http://diymacserver.com/forum/topic/imap-idle#post-368</link>
<pubDate>Sun, 29 Apr 2007 10:24:11 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">368@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Any news on this? It appears Courier-IMAP needs FAM for this, has anyone succeeded in compiling FAM on OSX?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-360</link>
<pubDate>Sat, 21 Apr 2007 07:32:07 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">360@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Yes it is. This is the latest one.
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-359</link>
<pubDate>Sat, 21 Apr 2007 06:51:29 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">359@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Er.. well, it died and I tried reinstalling the whole thing using something called MailServe (successor to Postfix Enabler), however it didn't quite turn out as I expected. So today I'll give another shot at installing this. I noticed you have several guides, and they differ a little - is the guide on this site (diymacserver.com) the most recent one?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-358</link>
<pubDate>Fri, 20 Apr 2007 21:58:19 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">358@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;You might have missed something during the configure phase, still good to know you've got it working.
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-355</link>
<pubDate>Fri, 20 Apr 2007 16:55:53 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">355@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;How strange, I tried reinstalling courier-imap from scratch and this time it worked. I must have missed something.. beats me.&#60;/p&#62;
&#60;p&#62;Heading for the next step. :)
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-354</link>
<pubDate>Fri, 20 Apr 2007 16:44:46 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">354@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello Richard,&#60;/p&#62;
&#60;p&#62;Been spending the afternoon trying to set this up. Everything went fine until I came to the point where I run this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;
mini:~/Desktop/courier-imap-4.1.2 j$ sudo make install-configure
make install-configure-local DESTDIR=
/usr/local/etc/imapd.dist: No such file or directory
/usr/local/etc/imapd-ssl.dist: No such file or directory
/usr/local/etc/pop3d.dist: No such file or directory
/usr/local/etc/pop3d-ssl.dist: No such file or directory
&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I guess I must somehow tell it to look in ./ for these files? What has gone wrong? I believe I have followed your guide down to the last detail..&#60;/p&#62;
&#60;p&#62;thank you&#60;/p&#62;
&#60;p&#62;Johan
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Transferring from another IMAP server"</title>
<link>http://diymacserver.com/forum/topic/transferring-from-another-imap-server#post-353</link>
<pubDate>Sat, 14 Apr 2007 20:23:07 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">353@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thanks, let us know how it works out or when you envounter other issues !
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Transferring from another IMAP server"</title>
<link>http://diymacserver.com/forum/topic/transferring-from-another-imap-server#post-352</link>
<pubDate>Fri, 13 Apr 2007 13:13:06 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">352@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Thank you for your quick response.&#60;/p&#62;
&#60;p&#62;As for the mail file format, I really do not know which format it is using. I am at present quite unfamiliar with the differences between these two. I will try to move my mail using my mail client, if that doesn't work for one reason or another I will try another approach - I will post my results here.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

