<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Roundcube for webmail</title>
	<atom:link href="http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 02:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: remort</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-11834</link>
		<dc:creator>remort</dc:creator>
		<pubDate>Tue, 30 Aug 2011 06:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-11834</guid>
		<description>Hi, Richard. The problem was in case of installing RC + old version of courier mail (actually with imapd component). At home RC works pefectly with dovecot on my gentoo host.

The problem described in this bug ticket:
http://trac.roundcube.net/ticket/1488057#comment:6

The are two things as i have noticed: my old imapd server sends AUTH=PLAIN in CAPABILITIES string while connect. But reject this type of authentication. 
But the second thing that RC does&#039;n look in that CAP string cause when i added AUTH=LOGIN to the CAP string of imapd, RC still choose PLAIN authtype cause it&#039;s kinda default logic in authenticate() function in RC. Something like that. So i changed this in sourcecode, because RC config-file manipulations with authtype didn&#039;t help me to change authtype to LOGIN.

CAP string of my imapd:

CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH

i changed it to :

CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=LOGIN AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH

but RC still set PLAIN authtype.

Anyway problem is solved for me now.</description>
		<content:encoded><![CDATA[<p>Hi, Richard. The problem was in case of installing RC + old version of courier mail (actually with imapd component). At home RC works pefectly with dovecot on my gentoo host.</p>
<p>The problem described in this bug ticket:<br />
<a href="http://trac.roundcube.net/ticket/1488057#comment:6" rel="nofollow">http://trac.roundcube.net/ticket/1488057#comment:6</a></p>
<p>The are two things as i have noticed: my old imapd server sends AUTH=PLAIN in CAPABILITIES string while connect. But reject this type of authentication.<br />
But the second thing that RC does&#8217;n look in that CAP string cause when i added AUTH=LOGIN to the CAP string of imapd, RC still choose PLAIN authtype cause it&#8217;s kinda default logic in authenticate() function in RC. Something like that. So i changed this in sourcecode, because RC config-file manipulations with authtype didn&#8217;t help me to change authtype to LOGIN.</p>
<p>CAP string of my imapd:</p>
<p>CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH</p>
<p>i changed it to :</p>
<p>CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=LOGIN AUTH=PLAIN IDLE XCOURIEROUTBOX=INBOX.Outbox XMAGICTRASH</p>
<p>but RC still set PLAIN authtype.</p>
<p>Anyway problem is solved for me now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-11832</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-11832</guid>
		<description>@remort, sorry for responding too late but would you be willing to share your config of Dovecot and roundcube to see where it went wrong? It should work out of the box as described in all the documentation on this site.

Update: please mail to info @ this domain.</description>
		<content:encoded><![CDATA[<p>@remort, sorry for responding too late but would you be willing to share your config of Dovecot and roundcube to see where it went wrong? It should work out of the box as described in all the documentation on this site.</p>
<p>Update: please mail to info @ this domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remort</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-11827</link>
		<dc:creator>remort</dc:creator>
		<pubDate>Mon, 29 Aug 2011 05:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-11827</guid>
		<description>the problem was solved by hard setting a LOGIN authtype in source-code. config variable didn&#039;t make any sense.</description>
		<content:encoded><![CDATA[<p>the problem was solved by hard setting a LOGIN authtype in source-code. config variable didn&#8217;t make any sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remort</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-11787</link>
		<dc:creator>remort</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-11787</guid>
		<description>the version of RC is 0.5.4
imap server trying to authenticate user but user occasionally disconnects.
i think RC disconnectrs from the socket because it can&#039;t find a user in SQL DB. 
maybe i&#039;m wrong...</description>
		<content:encoded><![CDATA[<p>the version of RC is 0.5.4<br />
imap server trying to authenticate user but user occasionally disconnects.<br />
i think RC disconnectrs from the socket because it can&#8217;t find a user in SQL DB.<br />
maybe i&#8217;m wrong&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remort</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-11786</link>
		<dc:creator>remort</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-11786</guid>
		<description>I set up an RC to work at localhost with postfix, imap_L as it shown above in text. When i try to test my IMAP connection it always fails. U tried many times with different options and found that RC tries to make an SQL query into it&#039;s database for user with id=2. 
I think it&#039;s because of $rcmail_config[&#039;auto_create_user&#039;] logic. It set to &#039;true&#039; but RC still tries to look for user in DB. DB is empty expect of sessions. 

I am going to check PHP logic about this option now, but i really stumped already.</description>
		<content:encoded><![CDATA[<p>I set up an RC to work at localhost with postfix, imap_L as it shown above in text. When i try to test my IMAP connection it always fails. U tried many times with different options and found that RC tries to make an SQL query into it&#8217;s database for user with id=2.<br />
I think it&#8217;s because of $rcmail_config['auto_create_user'] logic. It set to &#8216;true&#8217; but RC still tries to look for user in DB. DB is empty expect of sessions. </p>
<p>I am going to check PHP logic about this option now, but i really stumped already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-10833</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 24 Jun 2011 20:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-10833</guid>
		<description>Brijesh, this is an older instruction which has been surpassed by a newer one. Thanks for reminding me of this page, I forgot about it. I will put a notice on it pointing to the latest one here: http://diymacserver.com/mail/snow-leopard/installing-postfixadmin/  There you should be abe to find the instructions you are looking for.</description>
		<content:encoded><![CDATA[<p>Brijesh, this is an older instruction which has been surpassed by a newer one. Thanks for reminding me of this page, I forgot about it. I will put a notice on it pointing to the latest one here: <a href="http://diymacserver.com/mail/snow-leopard/installing-postfixadmin/" rel="nofollow">http://diymacserver.com/mail/snow-leopard/installing-postfixadmin/</a>  There you should be abe to find the instructions you are looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brijesh</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-10831</link>
		<dc:creator>Brijesh</dc:creator>
		<pubDate>Fri, 24 Jun 2011 19:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-10831</guid>
		<description>I have completely setup the round cube mail to run as localhost, but at the starting page, i dont hav any user and password to login with. Plz help me out.</description>
		<content:encoded><![CDATA[<p>I have completely setup the round cube mail to run as localhost, but at the starting page, i dont hav any user and password to login with. Plz help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-6127</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-6127</guid>
		<description>@Hector, it looks like you forget to setup the directory structure correctly for some part of the installation. It could be at postfixadmin to see if that worked correctly check the database if it shows the proper directories for the user. Or it could be for courierauth.</description>
		<content:encoded><![CDATA[<p>@Hector, it looks like you forget to setup the directory structure correctly for some part of the installation. It could be at postfixadmin to see if that worked correctly check the database if it shows the proper directories for the user. Or it could be for courierauth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-6126</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-6126</guid>
		<description>Hi Richard,
I think I am almost there, but I am stuck on the mail delivery. Here&#039;s a brief summary:
1. Roundcube can send email through the test page and it can also see the IMAP server. Both authenticate correctly through mysql according to the mail log.
2. In the Roundcube user mail interface, there is only an INBOX and no email messages. If I add mail foders, they don&#039;t show although in the folders tab I can see them. Enabling them on the folders tab doesn&#039;t make a difference.
3. In the /usr/local/virtual/ I can see the folders, but they are on the root of the directory. I was under the impression that it would create a folder within and dump all the mail items in there. Here is the terminal print (my user name is &quot;el&quot;):MacMini:virtual el$ sudo ls -l -a
Password:
total 0
drwxrwx--x   3 _vmail  _postfix  102 Dec 18 11:37 .
drwxr-xr-x  16 root    wheel     544 Dec 18 01:04 ..
drwx------   9 _vmail  _postfix  306 Dec 18 11:37 .test-rename
MacMini:virtual el$ pwd
/usr/local/virtual
MacMini:virtual el$ mail
Mail version 8.1 6/6/93.  Type ? for help.
&quot;/var/mail/el&quot;: 7 messages 7 unread
&gt;U  1 el@tachin.com         Thu Dec 17 00:16  21/554   &quot;test&quot;
 U  2 el@tachin.com         Thu Dec 17 01:08  15/474   &quot;Test message from RoundCube&quot;
 U  3 el@tachin.com         Thu Dec 17 01:15  15/474   &quot;Test message from RoundCube&quot;
 U  4 paty@tachin.com       Thu Dec 17 01:23  15/480   &quot;Test message from RoundCube&quot;
 U  5 paty@tachin.com       Thu Dec 17 01:25  21/578   &quot;trying&quot;
 U  6 paty@tachin.com       Fri Dec 18 00:55  15/480   &quot;Test message from RoundCube&quot;
 U  7 paty@tachin.com       Fri Dec 18 01:06  15/480   &quot;Test message from RoundCube&quot;
? q
Held 7 messages in /var/mail/el
MacMini:virtual el$ 
As you can see all the mail is going to /var/mail/el.
4. I am only receiving internal mail. No outside mail although port 143 is open.
5. I am not using SASL for now, so I have commented out the SASL in the main.cf

I was wondering if you can give me a few ideas as where to begin troubleshooting the problem. I have checked everything I can think of, but I am not getting anywhere. All the installations went fine. I have configured a couple of Ubuntu servers with the same stuff, so I am familiar with this stuff.</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
I think I am almost there, but I am stuck on the mail delivery. Here&#8217;s a brief summary:<br />
1. Roundcube can send email through the test page and it can also see the IMAP server. Both authenticate correctly through mysql according to the mail log.<br />
2. In the Roundcube user mail interface, there is only an INBOX and no email messages. If I add mail foders, they don&#8217;t show although in the folders tab I can see them. Enabling them on the folders tab doesn&#8217;t make a difference.<br />
3. In the /usr/local/virtual/ I can see the folders, but they are on the root of the directory. I was under the impression that it would create a folder within and dump all the mail items in there. Here is the terminal print (my user name is &#8220;el&#8221;):MacMini:virtual el$ sudo ls -l -a<br />
Password:<br />
total 0<br />
drwxrwx&#8211;x   3 _vmail  _postfix  102 Dec 18 11:37 .<br />
drwxr-xr-x  16 root    wheel     544 Dec 18 01:04 ..<br />
drwx&#8212;&#8212;   9 _vmail  _postfix  306 Dec 18 11:37 .test-rename<br />
MacMini:virtual el$ pwd<br />
/usr/local/virtual<br />
MacMini:virtual el$ mail<br />
Mail version 8.1 6/6/93.  Type ? for help.<br />
&#8220;/var/mail/el&#8221;: 7 messages 7 unread<br />
&gt;U  1 <a href="mailto:el@tachin.com">el@tachin.com</a>         Thu Dec 17 00:16  21/554   &#8220;test&#8221;<br />
 U  2 <a href="mailto:el@tachin.com">el@tachin.com</a>         Thu Dec 17 01:08  15/474   &#8220;Test message from RoundCube&#8221;<br />
 U  3 <a href="mailto:el@tachin.com">el@tachin.com</a>         Thu Dec 17 01:15  15/474   &#8220;Test message from RoundCube&#8221;<br />
 U  4 <a href="mailto:paty@tachin.com">paty@tachin.com</a>       Thu Dec 17 01:23  15/480   &#8220;Test message from RoundCube&#8221;<br />
 U  5 <a href="mailto:paty@tachin.com">paty@tachin.com</a>       Thu Dec 17 01:25  21/578   &#8220;trying&#8221;<br />
 U  6 <a href="mailto:paty@tachin.com">paty@tachin.com</a>       Fri Dec 18 00:55  15/480   &#8220;Test message from RoundCube&#8221;<br />
 U  7 <a href="mailto:paty@tachin.com">paty@tachin.com</a>       Fri Dec 18 01:06  15/480   &#8220;Test message from RoundCube&#8221;<br />
? q<br />
Held 7 messages in /var/mail/el<br />
MacMini:virtual el$<br />
As you can see all the mail is going to /var/mail/el.<br />
4. I am only receiving internal mail. No outside mail although port 143 is open.<br />
5. I am not using SASL for now, so I have commented out the SASL in the main.cf</p>
<p>I was wondering if you can give me a few ideas as where to begin troubleshooting the problem. I have checked everything I can think of, but I am not getting anywhere. All the installations went fine. I have configured a couple of Ubuntu servers with the same stuff, so I am familiar with this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JHP</title>
		<link>http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/comment-page-1/#comment-5705</link>
		<dc:creator>JHP</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver/installing-roundcube-for-webmail/#comment-5705</guid>
		<description>Regarding the folders and Mail.app.
The config/main.inc.php hold information about foldernames. It might be easier to correct the config file than use symbolic links</description>
		<content:encoded><![CDATA[<p>Regarding the folders and Mail.app.<br />
The config/main.inc.php hold information about foldernames. It might be easier to correct the config file than use symbolic links</p>
]]></content:encoded>
	</item>
</channel>
</rss>

