<?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; Forum: Roudcube - Recent Topics</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: Roudcube - Recent Topics</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 07:03:36 +0000</pubDate>

<item>
<title>Michael on "Roundcube 0.4.2 and .htaccess"</title>
<link>http://diymacserver.com/forum/topic/roundcube-042-and-htaccess#post-901</link>
<pubDate>Mon, 22 Nov 2010 07:59:39 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">901@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I installed the latest roundcube (which doesn't seem to have many feature advantages over 3.1) and I immediately ran into 500 errors.  I followed your instructions to load a clean copy and move my symlink after it was all working.&#60;/p&#62;
&#60;p&#62;It turned out the httpd_error_log was full of errors from .htaccess with directives that weren't allowed.  &#60;/p&#62;
&#60;p&#62;[Mon Nov 22 01:33:09 2010] [alert] [client 99.153.67.242] /data/mail.whiterose.org/htdocs/webmail/.htaccess: AddType not allowed here, referer: &#60;a href=&#34;http://mail.whiterose.org/&#34; rel=&#34;nofollow&#34;&#62;http://mail.whiterose.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Right now I have renamed the .htaccess to old.htaccess to keep it from being used.  Is there a way to get it working?  Is it necessary?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>prutuxon on "how to install roundcube in windows, on localhost(127.0.0.0.1) server"</title>
<link>http://diymacserver.com/forum/topic/how-to-install-roundcube-in-windows-on-localhost1270001-server#post-835</link>
<pubDate>Thu, 24 Jun 2010 23:15:22 +0000</pubDate>
<dc:creator>prutuxon</dc:creator>
<guid isPermaLink="false">835@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;please help.....i cant run roundcube....in windows...for localhost server........as i cant get it(install roundcube) right for the installation in windows.....&#60;br /&#62;
help........
&#60;/p&#62;</description>
</item>
<item>
<title>Dennis on "is access secure?"</title>
<link>http://diymacserver.com/forum/topic/is-access-secure#post-772</link>
<pubDate>Fri, 12 Feb 2010 21:19:59 +0000</pubDate>
<dc:creator>Dennis</dc:creator>
<guid isPermaLink="false">772@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Richard,&#60;br /&#62;
I have the rcmail_config set to 'ssl://localhose:993' but can only access using http, not https. Is the exchange of password secure?
&#60;/p&#62;</description>
</item>
<item>
<title>Michael on "Trouble deleting emails in roundcube"</title>
<link>http://diymacserver.com/forum/topic/trouble-deleting-emails-in-roundcube#post-565</link>
<pubDate>Fri, 10 Oct 2008 23:00:45 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">565@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I don't know if this is a roundcube error or a me error, but I can delete mail in the roundcube interface without it deleting it from the account.  It goes away from the mail pane, but when I navigate away and then back, it returns.&#60;/p&#62;
&#60;p&#62;I don't see the issue on the roundcube wiki, so maybe it's my setup or file permissions or some such.  I can delete mail just fine through fat clients.&#60;/p&#62;
&#60;p&#62;any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>dtiede on "IMAP Connect: NOT OK.. login failed"</title>
<link>http://diymacserver.com/forum/topic/imap-connect-not-ok-login-failed#post-514</link>
<pubDate>Thu, 17 Jul 2008 17:16:52 +0000</pubDate>
<dc:creator>dtiede</dc:creator>
<guid isPermaLink="false">514@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;During the installation of Roundcube, I encountered this error while trying to log in:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Connecting to ssl://localhost:993...
IMAP connect:  NOT OK(Authentication for name failed (LOGIN): &#38;quot;a001 NO Login failed.&#38;quot;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In the mail.log I get the following error messages:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Jul 17 10:11:21 Davids-MacBook imapd-ssl[19990]: Connection, ip=[::1]
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: received auth request, service=imap, authtype=login
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: authmysql: trying this module
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: authmysqllib: connected. Versions: header 50051, client 50051, server 50051
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: SQL query: SELECT username, password, &#38;quot;&#38;quot;, &#38;#39;102&#38;#39;, &#38;#39;27&#38;#39;, &#38;#39;/usr/local/virtual&#38;#39;, maildir, &#38;quot;&#38;quot;, name, &#38;quot;&#38;quot; FROM mailbox WHERE username = &#38;#39;myUserName&#38;#39;
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: zero rows returned
Jul 17 10:11:21 Davids-MacBook imapd-ssl[19990]: LOGIN FAILED, user=myUserName, ip=[::1]
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: no password available to compare
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: authmysql: REJECT - try next module
Jul 17 10:11:21 Davids-MacBook authdaemond[82077]: FAIL, all modules rejected
Jul 17 10:11:26 Davids-MacBook imapd-ssl[19990]: Disconnected, ip=[::1], time=5, starttls=1&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It looks like Roundcube is trying to access a database called maildir in /usr/local/virtual.  Nothing exists in this location yet, even though I have followed the tutorial on this site from the start.  When I installed Roundcube, I created a databased called roundcubemail and added in the tables from the included template. I thought that the users would be in this db, because my user for Postfix Admin is in the postfix db, not in the /usr/local/virtual directory.  I think the problem is that I don't know how to create a user and if I did, I don't know where to create it. &#60;/p&#62;
&#60;p&#62;Can anyone see what I'm missing?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
David
&#60;/p&#62;</description>
</item>
<item>
<title>taylor1111 on "Database Error : Connection Failed"</title>
<link>http://diymacserver.com/forum/topic/database-error-connection-failed#post-486</link>
<pubDate>Wed, 04 Jun 2008 04:12:16 +0000</pubDate>
<dc:creator>taylor1111</dc:creator>
<guid isPermaLink="false">486@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I followed your documentation word for word, but did not want to upgrade MySQL from 4.1.22&#60;/p&#62;
&#60;p&#62;I have even tried hosting the MySQL database on a different server using version 5.0 and it still prompted me with the same error.&#60;/p&#62;
&#60;p&#62;Are there any suggestions, I would love to see RoundCube in action, but I am on my last nerves trying to get the install running properly.&#60;/p&#62;
&#60;p&#62;Thanks or all the help.
&#60;/p&#62;</description>
</item>
<item>
<title>EricLeBaron on "Which version am I using?"</title>
<link>http://diymacserver.com/forum/topic/which-version-am-i-using-2#post-402</link>
<pubDate>Sat, 01 Sep 2007 11:34:40 +0000</pubDate>
<dc:creator>EricLeBaron</dc:creator>
<guid isPermaLink="false">402@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I wanted to upgrade my RC but according to the &#34;UPGRADING&#34; file included in RC the procedure to use depends on the version you're presently using.&#60;br /&#62;
How do you know which version you are using?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Login Hangs"</title>
<link>http://diymacserver.com/forum/topic/login-hangs#post-107</link>
<pubDate>Mon, 25 Sep 2006 22:02:28 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">107@http://diymacserver.com/forum/</guid>
<description>Thom forgot to uncomment:&#60;br /&#62;
MYSQL_MAILDIR_FIELD     maildir&#60;br /&#62;
in /usr/local/etc/authlib/authmysqlrc&#60;br /&#62;
&#60;br /&#62;
Therefore the correct maildir wasn't available and the login would hang !</description>
</item>

</channel>
</rss>

